primitiveType property

String? primitiveType
getter/setter pair

Primitive types, such as string, boolean, etc. Possible string values are:

  • "PRIMITIVE_TYPE_UNSPECIFIED" : The default invalid value for a type.
  • "DOUBLE" : A double precision number.
  • "STRING" : An UTF-8 string.
  • "BOOL" : A boolean value.
  • "TIMESTAMP" : A timestamp.
  • "RICHTEXT" : A Richtext description.

Implementation

core.String? primitiveType;