models_v2.target_mailbox_param module¶
-
class
models_v2.target_mailbox_param.
TargetMailboxParam
(id=None, target_folder_path=None, name=None)[source]¶ Bases:
object
Implementation of the ‘TargetMailboxParam’ model.
Specifies the target Mailbox to recover to.
- Attributes:
id (long|int): Specifies the id of the object. name (string): Specifies the name of the object. target_folder_path (string): Specifies the path to the target folder.
-
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.