ApplicationUpdateObject interface
Object model for updating the name or description of an application.
Properties
description | The application's new description. |
name | The application's new name. |
Property Details
description
The application's new description.
description?: string
Property Value
string
name
The application's new name.
name?: string
Property Value
string