valueType property
The type of data that can be assigned to the label. Possible string values are:
- "STRING" : A variable-length string. This is the default.
- "BOOL" : Boolean; true or false.
- "INT64" : A 64-bit signed integer.
Implementation
core.String? valueType;