InstanceViewStatusResponse

data class InstanceViewStatusResponse(val code: String? = null, val displayStatus: String? = null, val level: String? = null, val message: String? = null, val time: String? = null)

Instance view status.

Constructors

Link copied to clipboard
constructor(code: String? = null, displayStatus: String? = null, level: String? = null, message: String? = null, time: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The status code.

Link copied to clipboard
val displayStatus: String? = null

The short localizable label for the status.

Link copied to clipboard
val level: String? = null

The level code.

Link copied to clipboard
val message: String? = null

The detailed status message, including for alerts and error messages.

Link copied to clipboard
val time: String? = null

The time of the status.