NestedParameter

JSON template for a parameter used in various reports.

JSON representation
{
  "name": string,
  "value": string,
  "multiValue": [
    string
  ],
  "intValue": string,
  "multiIntValue": [
    string
  ],
  "boolValue": boolean,
  "multiBoolValue": [
    boolean
  ]
}
Fields
name

string

The name of the parameter.

value

string

String value of the parameter.

multiValue[]

string

Multiple string values of the parameter.

intValue

string (int64 format)

Integer value of the parameter.

multiIntValue[]

string (int64 format)

Multiple integer values of the parameter.

boolValue

boolean

Boolean value of the parameter.

multiBoolValue[]

boolean

Multiple boolean values of the parameter.