models_v2.one_drive_param module¶
-
class
models_v2.one_drive_param.
OneDriveParam
(id=None, recover_entire_drive=None, recover_items=None)[source]¶ Bases:
object
Implementation of the ‘OneDriveParam’ model.
Specifies parameters to recover a OneDrive.
- Attributes:
id (string): Specifies the OneDrive id. recover_entire_drive (bool): Specifies whether to recover the whole
OneDrive. This is set to false when excluding recovering specific drive items.
- recover_items (list of OneDriveItem): Specifies a list of OneDrive
items to recover.
-
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.