models.application_parameters module¶
- 
class 
models.application_parameters.ApplicationParameters(truncate_exchange_log=None)[source]¶ Bases:
objectImplementation of the ‘ApplicationParameters’ model.
TODO: type model description here.
- Attributes:
 - truncate_exchange_log (bool): If true, after the Cohesity Cluster
 successfully captures a Snapshot during a Job Run, the Cluster truncates the Exchange transaction logs on a Microsoft Exchange Server. The default value is false.
- 
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.