models.restore_one_drive_params_drive_item module¶
-
class
models.restore_one_drive_params_drive_item.
RestoreOneDriveParamsDriveItem
(drive_item_path=None, id=None, is_file_item=None)[source]¶ Bases:
object
Implementation of the ‘RestoreOneDriveParams_DriveItem’ model.
This will be set in case of partial drive recovery.
- Attributes:
- drive_item_path (string): The path of the drive item relative to
root.
id (string): The unique identifier of the item within the Drive. is_file_item (bool): Specify if the item is a file or not.
-
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.