StateResponse

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

Definition of State

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.