valueType property

String? valueType
getter/setter pair

The type of data that can be assigned to the label. Possible string values are:

  • "STRING" : A variable-length string, not to exceed 1,024 characters. This is the default value type.
  • "BOOL" : Boolean; true or false.
  • "INT64" : A 64-bit signed integer.

Implementation

core.String? valueType;