DevToolPortalInstanceResponse

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

Collection of instances belong to the Dev Tool Portal.

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 Dev Tool Portal instance.

Link copied to clipboard

Status of the Dev Tool Portal instance. It can be Pending, Running, Succeeded, Failed, Unknown.