Class ValueType (0.2.7)

ValueType(value)

ValueType indicates the data type of the value.

Enums

Name Description
VALUE_TYPE_UNSPECIFIED Value type is not specified.
STRING Value type is string.
INT Value type is integer.
BOOL Value type is boolean.
SECRET Value type is secret.
ENUM Value type is enum.
MULTI_SELECT Value type is multi select.
MULTI_STRING Value type is multi string.
MULTI_INT Value type is multi int.