models.status_get_protection_runs_stats_enum module

class models.status_get_protection_runs_stats_enum.StatusGetProtectionRunsStatsEnum[source]

Bases: object

Implementation of the ‘status_GetProtectionRunsStats’ enum.

TODO: type enum description here.

Attributes:

KSUCCESS: TODO: type description here. KFAILURE: TODO: type description here. KCANCELED: TODO: type description here. KWARNING: TODO: type description here.

KCANCELED = 'kCanceled'
KFAILURE = 'kFailure'
KSUCCESS = 'kSuccess'
KWARNING = 'kWarning'