各種報表中使用的參數 JSON 範本。
JSON 表示法 |
---|
{ "name": string, "value": string, "multiValue": [ string ], "intValue": string, "multiIntValue": [ string ], "boolValue": boolean, "multiBoolValue": [ boolean ] } |
欄位 | |
---|---|
name |
參數的名稱。 |
value |
參數的字串值。 |
multi |
參數的多個字串值。 |
int |
參數的整數值。 |
multi |
參數的多個整數值。 |
bool |
參數的布林值。 |
multi |
該參數的多個布林值。 |