type property

String? type
getter/setter pair

The type of the operator. Possible string values are:

  • "UNKNOWN" : Invalid value.
  • "INTEGER"
  • "DOUBLE"
  • "TIMESTAMP"
  • "BOOLEAN"
  • "ENUM"
  • "DATE"
  • "TEXT"
  • "HTML"

Implementation

core.String? type;