type property
Parameter type. Possible string values are:
- "TYPE_UNSPECIFIED" : Type unspecified.
- "STRING" : String parameter.
- "INTEGER" : Integer parameter (64-bits). Will be serialized to json as string.
- "DOUBLE" : Double precision floating point parameter.
- "BOOLEAN" : Boolean parameter.
- "RECORD" : Deprecated. This field has no effect.
- "PLUS_PAGE" : Page ID for a Google+ Page.
- "LIST" : List of strings parameter.
Implementation
core.String? type;