severity property

String? severity
getter/setter pair

The severity value of the alert.

Alert Center will set this field at alert creation time, default's to an empty string when it could not be determined. The supported values for update actions on this field are the following: * HIGH * MEDIUM * LOW

Implementation

core.String? severity;