models_v2.exchange_app_parameters module¶
-
class
models_v2.exchange_app_parameters.
ExchangeAppParameters
(app_id=None, app_name=None)[source]¶ Bases:
object
Implementation of the ‘Exchange App Parameters.’ model.
Specifies the Exchange special parameters for the Protection Group.
- Attributes:
- app_id (long|int): Specifies the application id of the Exchange
database which has to be protected.
- app_name (string): Specifies the application name of the Exchange
database which has to be protected.
-
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.