models.pst_parameters module

class models.pst_parameters.PstParameters(create_pst=None, pst_password=None, pst_size_threshold=None)[source]

Bases: object

Implementation of the ‘PstParameters’ model.

Specifies PST conversion details.

Attributes:
create_pst (bool): Specifies if create a PST or MSG for input items.

For 6.6 we always set this to true.

pst_password (string): Specifies Password to be set for generated PSTs. pst_size_threshold (long|int): Specifies PST size threshold in bytes.

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.