models.update_app_instance_settings_parameters module¶
-
class
models.update_app_instance_settings_parameters.
UpdateAppInstanceSettingsParameters
(description=None, settings=None)[source]¶ Bases:
object
Implementation of the ‘UpdateAppInstanceSettingsParameters’ model.
Specifies update app instance settings parameters.
- Attributes:
description (string): Description of the app instance. settings (AppInstanceSettings): Specifies the desired app instance
settings.
-
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.