ParameterType
Stay organized with collections
Save and categorize content based on your preferences.
Information about a specific query parameter.
JSON representation |
{
"type": {
object (FieldType )
},
"description": string,
"defaultValue": {
object (ParameterValue )
}
} |
Fields |
type |
object (FieldType )
Parameter field type.
|
description |
string
Optional. Parameter description.
|
defaultValue |
object (ParameterValue )
Optional. Value that should be used if no parameter value is provided.
|
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 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["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"],null,[]]