status property

String? status
getter/setter pair

Current outage status. Possible string values are:

  • "STATUS_UNSPECIFIED" : Status is unspecified.
  • "NEW" : The incident has just been reported.
  • "ONGOING" : The incident is ongoing.
  • "RESOLVED" : The incident has been resolved.

Implementation

core.String? status;