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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-03-25 UTC.