AppInfoType Object
Contains summary information about an app.
This object is used by the following operations:
- Operations that reference the AppInfos object
The properties included in the AppInfoType object are listed below.
Property | Type | Description |
---|---|---|
AppID | string |
The unique ID for a specific app. Required except when adding an app. |
Name | string |
The display name of the app version; for example, 1.0. Required when adding or modifying an app. |
Description | string | Text description of the app. |
Summary | string |
A brief, plain-text description of the app. Optional. |
Created | dateTime | The date/time stamp when the resource was first created. Used only in response messages. |
Updated | dateTime | The date/time stamp when the resource was last updated. Used only in response messages. |
State | string | The current state of the app. For valid values, see App State Values. Response only. |
Visibility | string | The visibility setting for this resource. For a list of valid values, see Visibility Settings. |
AvatarURL | anyURI | URL for the avatar uploaded for the resource, if any. Used only in response messages. |