ApplicationLiveViewInstanceResponse

data class ApplicationLiveViewInstanceResponse(val name: String, val status: String)

Collection of instances belong to the Application Live View

Constructors

Link copied to clipboard
constructor(name: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Application Live View instance.

Link copied to clipboard

Status of the Application Live View instance. It can be Pending, Running, Succeeded, Failed, Unknown.