NestedParameter
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Plantilla JSON para un parámetro que se usa en varios informes.
Representación JSON |
{
"name": string,
"value": string,
"multiValue": [
string
],
"intValue": string,
"multiIntValue": [
string
],
"boolValue": boolean,
"multiBoolValue": [
boolean
]
} |
Campos |
name |
string
El nombre del parámetro.
|
value |
string
Es el valor de cadena del parámetro.
|
multiValue[] |
string
Son varios valores de cadena del parámetro.
|
intValue |
string (int64 format)
Es el valor entero del parámetro.
|
multiIntValue[] |
string (int64 format)
Son varios valores enteros del parámetro.
|
boolValue |
boolean
Es el valor booleano del parámetro.
|
multiBoolValue[] |
boolean
Varios valores booleanos del parámetro.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-03-25 (UTC)
[null,null,["Última actualización: 2025-03-25 (UTC)"],[],[],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. |"]]