models.ad_object_flag_enum module

class models.ad_object_flag_enum.AdObjectFlagEnum[source]

Bases: object

Implementation of the ‘AdObjectFlag’ enum.

TODO: type enum description here.

Attributes:

KEQUAL: TODO: type description here. KNOTEQUAL: TODO: type description here. KRESTOREPASSWORDREQUIRED: TODO: type description here. KMOVEDONDESTINATION: TODO: type description here. KDESTINATIONNOTFOUND: TODO: type description here. KDISABLESUPPORTED: TODO: type description here.

KDESTINATIONNOTFOUND = 'kDestinationNotFound'
KDISABLESUPPORTED = 'kDisableSupported'
KEQUAL = 'kEqual'
KMOVEDONDESTINATION = 'kMovedOnDestination'
KNOTEQUAL = 'kNotEqual'
KRESTOREPASSWORDREQUIRED = 'kRestorePasswordRequired'