models_v2.object_one_drive_param module¶
- 
class 
models_v2.object_one_drive_param.ObjectOneDriveParam(owner_info=None, one_drive_params=None)[source]¶ Bases:
objectImplementation of the ‘ObjectOneDriveParam’ model.
Specifies OneDrive recovery parameters associated with a user.
- Attributes:
 owner_info (OwnerInfo): Specifies the OneDrive owner info. one_drive_params (list of OneDriveParam): Specifies parameters to
recover a OneDrive.
- 
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.