models.ms_exchange_params module

class models.ms_exchange_params.MSExchangeParams(perform_log_truncation=None)[source]

Bases: object

Implementation of the ‘MSExchangeParams’ model.

All the params specific to MS exchange application.

Attributes:
perform_log_truncation (bool): If this is set to true, then an attempt

will be made to truncate exchange logs.

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.