InstanceState

data class InstanceState(val code: Int? = null, val name: String? = null)

Current State of the Instance.

Constructors

Link copied to clipboard
constructor(code: Int? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Int? = null

Status code of the Instance.

Link copied to clipboard
val name: String? = null

Status code of the Instance.