priority property
The priority of this case. Possible string values are:
- "PRIORITY_UNSPECIFIED" : Priority is undefined or has not been set yet.
- "P0" : Extreme impact on a production service. Service is hard down.
- "P1" : Critical impact on a production service. Service is currently unusable.
- "P2" : Severe impact on a production service. Service is usable but greatly impaired.
- "P3" : Medium impact on a production service. Service is available, but moderately impaired.
- "P4" : General questions or minor issues. Production service is fully available.
Implementation
core.String? priority;