type property

String? type
getter/setter pair

The type of this attribute.

This is derived from the attribute in Product.attributes.

Output only. Possible string values are:

  • "UNKNOWN" : The type of the attribute is unknown. Used when type cannot be derived from attribute that is not in_use.
  • "TEXTUAL" : Textual attribute.
  • "NUMERICAL" : Numerical attribute.

Implementation

core.String? type;