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

パラメータの複数のブール値。