models.search_result_flag_enum module

class models.search_result_flag_enum.SearchResultFlagEnum[source]

Bases: object

Implementation of the ‘SearchResultFlag’ 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. KDISABLESUPPORTED: TODO: type description here.

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