models_v2.mailbox_restore_type_enum module

class models_v2.mailbox_restore_type_enum.MailboxRestoreTypeEnum[source]

Bases: object

Implementation of the ‘MailboxRestoreType’ enum.

Specifies whether mailbox restore is full or granular.

Attributes:

KFULL: TODO: type description here. KPARTIAL: TODO: type description here.

KFULL = 'kFull'
KPARTIAL = 'kPartial'