type property
The type of the data.
Required. Possible string values are:
- "TYPE_UNSPECIFIED" : Type unspecified.
- "STRING" : String type.
- "INTEGER" : Integer type.
- "NUMBER" : Number type.
- "BOOLEAN" : Boolean type.
- "OBJECT" : Object type.
- "ARRAY" : Array type.
Implementation
core.String? type;