type property
Data type of the schema. Possible string values are:
- "DATA_TYPE_UNSPECIFIED" : Not specified.
- "STRING" : Represents any string value.
- "NUMBER" : Represents any number value.
- "BOOLEAN" : Represents a boolean value.
- "ARRAY" : Represents a repeated value.
Implementation
core.String? type;