models.restore_one_drive_params_drive_owner module¶
-
class
models.restore_one_drive_params_drive_owner.
RestoreOneDriveParamsDriveOwner
(drive_vec=None, object=None)[source]¶ Bases:
object
Implementation of the ‘RestoreOneDriveParams_DriveOwner’ model.
TODO: type model description here.
- Attributes:
- drive_vec (list of RestoreOneDriveParamsDriveOwnerDrive): The list of
drives that are being restored.
object (RestoreObject): TODO: type description here.
-
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.