models.app_metadata module¶
- 
class 
models.app_metadata.AppMetadata(author=None, created_date=None, description=None, dev_version=None, icon_image=None, last_modified_date=None, name=None)[source]¶ Bases:
objectImplementation of the ‘AppMetadata’ model.
AppMetadata provides metadata information about an application.
- Attributes:
 author (string): Specifies author of the app. created_date (string): Specifies date when the first version of the
app was created.
description (string): Specifies description about what app does. dev_version (string): Specifies version of the app provided by the
developer.
icon_image (string): Specifies application icon. last_modified_date (string): Specifies date when the app was last
modified.
name (string): Specifies name of the app.
- 
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.