MachineExtensionInstanceViewResponseStatus

data class MachineExtensionInstanceViewResponseStatus(val code: String, val displayStatus: String, val level: String, val message: String, val time: String)

Instance view status.

Constructors

constructor(code: String, displayStatus: String, level: String, message: String, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status code.

Link copied to clipboard

The short localizable label for the status.

Link copied to clipboard

The level code.

Link copied to clipboard

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

Link copied to clipboard

The time of the status.