type property
Type of the parameter. Possible string values are:
- "TYPE_UNSPECIFIED" : This is only used for distinguishing unset values, and results in an error if used.
- "LIST" : List parameter type.
- "STRING" : String parameter type.
- "BOOLEAN" : Boolean parameter type.
Implementation
core.String? type;