EsuKeyResponse

data class EsuKeyResponse(val licenseStatus: Int? = null, val sku: String? = null)

ESU key

Constructors

Link copied to clipboard
constructor(licenseStatus: Int? = null, sku: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val licenseStatus: Int? = null

The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status.

Link copied to clipboard
val sku: String? = null

SKU number.