type property

String? type
getter/setter pair

The data type for the customizer value.

It must match the attribute type. The string_value content must match the constraints associated with the type.

Required. Possible string values are:

  • "UNSPECIFIED" : The status has not been specified.
  • "UNKNOWN" : The received value is not known in this version.
  • "TEXT" : Text customizer.
  • "NUMBER" : Number customizer.
  • "PRICE" : Price customizer consisting of a number and a currency.
  • "PERCENT" : Percentage customizer consisting of a number and a '%'.

Implementation

core.String? type;