models.alert_type_bucket_list_enum module

class models.alert_type_bucket_list_enum.AlertTypeBucketListEnum[source]

Bases: object

Implementation of the ‘alertTypeBucketList’ enum.

TODO: type enum description here.

Attributes:

KSOFTWARE: TODO: type description here. KHARDWARE: TODO: type description here. KSERVICE: TODO: type description here. KOTHER: TODO: type description here.

KHARDWARE = 'kHardware'
KOTHER = 'kOther'
KSERVICE = 'kService'
KSOFTWARE = 'kSoftware'