ParameterType

  • The content provides information about a specific query parameter.

  • The JSON representation of the parameter includes fields for type, description, and defaultValue.

  • The type field is an object representing the parameter field type.

  • The description and defaultValue fields are optional and provide a description and a default value respectively.

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.

Design a Mobile Site
View Site in Mobile | Classic
Share by: