state property

String? state
getter/setter pair

The current state of the alert.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The alert state is unspecified.
  • "OPEN" : The alert is open.
  • "CLOSED" : The alert is closed.

Implementation

core.String? state;