state property

String? state
getter/setter pair

State of the config variable. Possible string values are:

  • "STATE_UNSPECIFIED" : Status is unspecified.
  • "ACTIVE" : Config variable is active
  • "DEPRECATED" : Config variable is deprecated.

Implementation

core.String? state;