models.restore_site_params_site_owner_drive module

class models.restore_site_params_site_owner_drive.RestoreSiteParams_SiteOwner_Drive(is_entire_drive_required=None, restore_drive_id=None, restore_drive_name=None, restore_path_vec=None)[source]

Bases: object

Implementation of the ‘RestoreSiteParams_SiteOwner_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_drive_name (string): Specifies the name of the drive whos

items are being restored. NOTE: For restore either the drive Id or the name must be populated.

restore_path_vec (list of RestoreSiteParams_DriveItem): 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.