Enum Priority
Priority that is assigned to a Case or Alert.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Priority
Fields
| Name | Description |
|---|---|
| Critical | Critical priority. |
| High | High priority. |
| Info | Informational priority. |
| Low | Low priority. |
| Medium | Medium priority. |
| Unspecified | Default priority level. |