state property

String? state
getter/setter pair

State of the product category.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ENABLED" : The category is enabled.
  • "OBSOLETE" : The category is obsolete. Used only for reporting purposes.

Implementation

core.String? state;