ApplicationSummary interface
An interface representing ApplicationSummary.
Properties
display |
The display name for the application. |
id | A string that uniquely identifies the application within the Account. |
versions | The list of available versions of the application. |
Property Details
displayName
The display name for the application.
displayName: string
Property Value
string
id
A string that uniquely identifies the application within the Account.
id: string
Property Value
string
versions
The list of available versions of the application.
versions: string[]
Property Value
string[]