dataType property
The type of the data of the attribute.
Required. Possible string values are:
- "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.
Implementation
core.String? dataType;