models.alert_state_list_enum module

class models.alert_state_list_enum.AlertStateListEnum[source]

Bases: object

Implementation of the ‘alertStateList’ enum.

TODO: type enum description here.

Attributes:

KOPEN: TODO: type description here. KRESOLVED: TODO: type description here. KALERTSUPPRESSED: TODO: type description here.

KALERTSUPPRESSED = 'kAlertSuppressed'
KOPEN = 'kOpen'
KRESOLVED = 'kResolved'