state property
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;
The current state of the alert.
Output only. Possible string values are:
core.String? state;