state property

String? state
getter/setter pair

Possible string values are:

  • "UNKNOWN_STATE"
  • "NOT_ACTIVATED" : Not-Activated, this is the default status
  • "not_activated" : Legacy alias for NOT_ACTIVATED. Deprecated.
  • "ACTIVATED" : Activated
  • "activated" : Legacy alias for ACTIVATED. Deprecated.

Implementation

core.String? state;