Class Type (0.7.1)

Type(value)

Enumeration of variable types. STRUCT and LIST values should be JSON-encoded strings.

Enums

Name Description
TYPE_UNSPECIFIED Variable type is unspecified.
STRING Variable type is string.
INT Variable type is int.
BOOL Variable type is bool.
STRUCT Variable type is struct.
LIST Variable type is list.