NestedParameter
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
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
參數的多個布林值。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 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. |"]]