models.restore_exchange_params module

class models.restore_exchange_params.RestoreExchangeParams(database_options=None, mtype=None, view_options=None)[source]

Bases: object

Implementation of the ‘RestoreExchangeParams’ model.

Params specific to restoring an Exchange application.

Attributes:
database_options (RestoreExchangeParams_DatabaseOptions): Only

applicable when ExchangeRestoreType.Type=kDatabase.

mtype (int): Restore type. view_options (RestoreExchangeParams_ViewOptions): Only applicable

when ExchangeRestoreType.Type=kView.

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.