EsuKeyResponse

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

ESU key

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val licenseStatus: String? = null

The current status of the license profile key.

Link copied to clipboard
val sku: String? = null

SKU number.