type property

String? type
getter/setter pair

The type of the property. Possible string values are:

  • "MANAGED_PROPERTY_TYPE_UNSPECIFIED" : Not used.
  • "BOOL" : A property of boolean type.
  • "STRING" : A property of string type.
  • "INTEGER" : A property of integer type.
  • "CHOICE" : A choice of one item from a set.
  • "MULTISELECT" : A choice of multiple items from a set.
  • "HIDDEN" : A hidden restriction of string type (the default value can be used to pass along information that can't be modified, such as a version code).
  • "BUNDLE" : A bundle of properties
  • "BUNDLE_ARRAY" : An array of property bundles.

Implementation

core.String? type;