models.app_instance_id_parameter module

class models.app_instance_id_parameter.AppInstanceIdParameter(app_instance_id=None)[source]

Bases: object

Implementation of the ‘AppInstanceIdParameter’ model.

AppInstanceIdParameter specifies app instance Id in path parameter.

Attributes: app_instance_id (int|long): Specifies the app instance Id.

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.