models.public_folders_backup_env_params module

class models.public_folders_backup_env_params.PublicFoldersBackupEnvParams(filtering_policy=None)[source]

Bases: object

Implementation of the ‘PublicFoldersBackupEnvParams’ model.

Message to capture any additional backup params for Public Folders within Office365 environment.

Attributes:
filtering_policy (FilteringPolicyProto): The filtering policy describes

which paths within a Public Folder should be excluded within the backup. If this is not specified, then the entire Public Folders will be backed up.

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.