Class DataType (0.2.7)

DataType(value)

Enumeration of attribute's data type.

Enums

Name Description
DATA_TYPE_UNSPECIFIED Attribute data type unspecified.
ENUM Attribute's value is of type enum.
JSON Attribute's value is of type json.
STRING Attribute's value is of type string.
URI Attribute's value is of type uri.