NestedParameter
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
نموذج JSON لمَعلمة مستخدَمة في تقارير مختلفة
تمثيل JSON |
{
"name": string,
"value": string,
"multiValue": [
string
],
"intValue": string,
"multiIntValue": [
string
],
"boolValue": boolean,
"multiBoolValue": [
boolean
]
} |
الحقول |
name |
string
اسم المَعلمة
|
value |
string
قيمة سلسلة المَعلمة
|
multiValue[] |
string
قيم سلاسل متعددة للمَعلمة
|
intValue |
string (int64 format)
القيمة الصحيحة للمَعلمة
|
multiIntValue[] |
string (int64 format)
قيم عددية متعدّدة للمَعلمة
|
boolValue |
boolean
القيمة المنطقية للمَعلمة
|
multiBoolValue[] |
boolean
قيم منطقية متعدّدة للمَعلمة
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# NestedParameter\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nJSON template for a parameter used in various reports.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"value\": string, \"multiValue\": [ string ], \"intValue\": string, \"multiIntValue\": [ string ], \"boolValue\": boolean, \"multiBoolValue\": [ boolean ] } ``` |\n\n| Fields ||\n|--------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the parameter. |\n| `value` | `string` String value of the parameter. |\n| `multiValue[]` | `string` Multiple string values of the parameter. |\n| `intValue` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Integer value of the parameter. |\n| `multiIntValue[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Multiple integer values of the parameter. |\n| `boolValue` | `boolean` Boolean value of the parameter. |\n| `multiBoolValue[]` | `boolean` Multiple boolean values of the parameter. |"]]