models.restore_site_params_site_owner module

class models.restore_site_params_site_owner.RestoreSiteParams_SiteOwner(drive_vec=None, m_object=None, parent_site=None)[source]

Bases: object

Implementation of the ‘RestoreSiteParams_SiteOwner’ model.

TODO: Type model description here.

Attributes:
drive_vec (list of RestoreSiteParams_SiteOwner_Drive): The list of

drives that are being restored.

m_object (RestoreObject): This will store the details of the user whose

drives is to be restored.

parent_site (EntityProto): The entity representing the parent site if

we are restoring a subsite.

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.