severity property

String? severity
getter/setter pair

REMOVED.

The severity of this case. Use priority instead. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Severity is undefined or has not been set yet.
  • "S0" : Extreme impact on a production service. Service is hard down.
  • "S1" : Critical impact on a production service. Service is currently unusable.
  • "S2" : Severe impact on a production service. Service is usable but greatly impaired.
  • "S3" : Medium impact on a production service. Service is available, but moderately impaired.
  • "S4" : General questions or minor issues. Production service is fully available.

Implementation

core.String? severity;