type property
The type of the operator. Possible string values are:
- "UNKNOWN" : Invalid value.
- "INTEGER"
- "DOUBLE"
- "TIMESTAMP"
- "BOOLEAN"
- "ENUM"
- "DATE"
- "TEXT"
- "HTML"
Implementation
core.String? type;
The type of the operator. Possible string values are:
core.String? type;