type property

String? type
getter/setter pair

Possible string values are:

  • "DATA_TYPE_UNSPECIFIED"
  • "STRING"
  • "NUMBER"
  • "BOOLEAN"
  • "ARRAY"

Implementation

core.String? type;