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