ExtensionStatusResponse

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

Status from the extension.

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

Status code provided by the Extension

Link copied to clipboard
val displayStatus: String? = null

Short description of status of the extension.

Link copied to clipboard
val level: String? = null

Level of the status.

Link copied to clipboard
val message: String? = null

Detailed message of the status from the Extension.

Link copied to clipboard
val time: String? = null

DateLiteral (per ISO8601) noting the time of installation status.