severity property
The severity of the app state. Possible string values are:
- "SEVERITY_UNSPECIFIED" : Unspecified severity level.
- "INFO" : Information severity level.
- "ERROR" : Error severity level. This should only be set for genuine error conditions that a management organization needs to take action to fix.
Implementation
core.String? severity;