models.launch_app_instance module

class models.launch_app_instance.LaunchAppInstance(app_uid=None, app_version=None, creation_uid=None, description=None, settings=None)[source]

Bases: object

Implementation of the ‘LaunchAppInstance’ model.

Specifies app instance parameters.

Attributes:

app_uid (int|long):Specifies the app Id. app_version (int|long): Specifies the app version. creation_uid (string): Specifies unique identifier generated by the

client to let the backend distinguish retries of the creation of the app instance.

description (string): Specifies user configured description for the

app instance.

settings (AppInstanceSettings): Specifies launch 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.