models.site_backup_file module¶
- 
class models.site_backup_file.SiteBackupFile(file_path=None, file_size=None, file_type=None)[source]¶
- Bases: - object- Implementation of the ‘SiteBackupFile’ model. - Attributes:
- file_path (string): Output file path on Windows proxy VM or on SMB
- share. This will be autogenerated when ‘BackupSiteParam.data_dir_path’ is empty. The file ‘sitetemplate.pnp’ in the directory contains the PnP site template. 
 - file_size (long|int): File size in bytes. file_type (int): Type of file. 
 - 
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.