AdminAlertingAlertSensitivity
public enum AdminAlertingAlertSensitivity : CustomStringConvertible, JSONRepresentable
Alert sensitivity
-
An unspecified error.
Declaration
Swift
case high
-
An unspecified error.
Declaration
Swift
case highest
-
An unspecified error.
Declaration
Swift
case invalid
-
An unspecified error.
Declaration
Swift
case low
-
An unspecified error.
Declaration
Swift
case lowest
-
An unspecified error.
Declaration
Swift
case medium
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }