observability property

String? observability
getter/setter pair

Indicates if the user archived this incident.

Optional. Possible string values are:

  • "OBSERVABILITY_UNSPECIFIED" : The incident observability is unspecified.
  • "ACTIVE" : The incident is currently active. Can change to this status from archived.
  • "ARCHIVED" : The incident is currently archived and was archived by the customer.

Implementation

core.String? observability;