primitiveType property

String? primitiveType
getter/setter pair

Represents primitive types - string, bool etc. Possible string values are:

  • "PRIMITIVE_TYPE_UNSPECIFIED" : This is the default invalid value for a type.
  • "DOUBLE" : A double precision number.
  • "STRING" : An UTF-8 string.
  • "BOOL" : A boolean value.
  • "TIMESTAMP" : A timestamp.

Implementation

core.String? primitiveType;