models_v2.recover_mailbox_params module

class models_v2.recover_mailbox_params.RecoverMailboxParams(objects=None, target_mailbox=None, continue_on_error=None)[source]

Bases: object

Implementation of the ‘RecoverMailboxParams’ model.

Specifies the parameters to recover an Office 365 Mailbox.

Attributes:
objects (list of ObjectMailboxParam): Specifies a list of Mailbox

params associated with the objects to recover.

target_mailbox (TargetMailboxParam): Specifies the target Mailbox to

recover to. If not specified, the objects will be recovered to original location.

continue_on_error (bool): Specifies whether to continue recovering

other Mailboxes if one of Mailbox failed to recover. Default value is false.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.