models.restore_one_drive_params_drive_owner_drive module¶
- 
class 
models.restore_one_drive_params_drive_owner_drive.RestoreOneDriveParamsDriveOwnerDrive(is_entire_drive_required=None, restore_drive_id=None, restore_item_vec=None)[source]¶ Bases:
objectImplementation of the ‘RestoreOneDriveParams_DriveOwner_Drive’ model.
TODO: type model description here.
- Attributes:
 - is_entire_drive_required (bool): Specify if the entire drive is to be
 restored. This field should be false if restore_item_vec size > 0.
- restore_drive_id (string): Id of the drive whose items are being
 restored.
- restore_item_vec (list of RestoreOneDriveParamsDriveItem): List of
 drive paths that need to be restored.
- 
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.