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 और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-03-25 (UTC) को अपडेट किया गया."],[],[],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. |"]]