GetStudioApplicationsApplication

data class GetStudioApplicationsApplication(val applicationId: String, val applicationName: String, val createTime: String, val id: String, val imageUrl: String, val resourceGroupId: String, val status: String, val topoUrl: String)

Constructors

Link copied to clipboard
constructor(applicationId: String, applicationName: String, createTime: String, id: String, imageUrl: String, resourceGroupId: String, status: String, topoUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Application.

Link copied to clipboard

The name of the Application.

Link copied to clipboard

The creation time of the Application.

Link copied to clipboard
val id: String

The ID of the Application.

Link copied to clipboard

The image url of the Application.

Link copied to clipboard

The ID of the resource group.

Link copied to clipboard

The status of the Application. Valid values: success, release.

Link copied to clipboard

The topo url of the Application.