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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده 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. |"]]