valueType property
Possible string values are:
- "VALUE_TYPE_UNSPECIFIED" : This is an unknown flag type.
- "STRING" : String type flag.
- "INTEGER" : Integer type flag.
- "FLOAT" : Float type flag.
- "NONE" : Denotes that the flag does not accept any values.
Implementation
core.String? valueType;