GetApplicationsApplication

data class GetApplicationsApplication(val applicationName: String, val createTime: String, val description: String, val id: String, val resourceGroupId: String, val tags: Map<String, String>, val updateTime: String)

Constructors

Link copied to clipboard
constructor(applicationName: String, createTime: String, description: String, id: String, resourceGroupId: String, tags: Map<String, String>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the application.

Link copied to clipboard

The Created time of the application.

Link copied to clipboard

Application group description information.

Link copied to clipboard
val id: String

The ID of the Application. The value is formate as .

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The tag of the resource.

Link copied to clipboard

The Updated time of the application.