ParameterType
Información sobre un parámetro de consulta específico.
Representación JSON |
{
"type": {
object (FieldType )
},
"description": string,
"defaultValue": {
object (ParameterValue )
}
} |
Campos |
type |
object (FieldType )
Tipo de campo de parámetro.
|
description |
string
Opcional. Es la descripción del parámetro.
|
defaultValue |
object (ParameterValue )
Opcional. Valor que se debe usar si no se proporciona ningún valor 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: 2022-09-27 (UTC)
[null,null,["Última actualización: 2022-09-27 (UTC)"],[[["This documentation describes the JSON representation of a query parameter, including its type, description, and default value."],["The JSON object includes fields like `type` for parameter field type, `description` for optional parameter description, and `defaultValue` for optional default parameter value."],["Links are provided for further information on `FieldType` and `ParameterValue` objects."]]],["The core content details the JSON representation and fields of a query parameter. The JSON structure includes \"type,\" \"description,\" and \"defaultValue.\" The \"type\" field specifies the parameter's field type, referencing `FieldType`. \"Description\" is an optional string providing parameter context. \"defaultValue\" is also optional, offering a `ParameterValue` to use when no value is provided. The provided information defines the structure and elements of a query parameter object.\n"]]