AppliedLicenseResponse

data class AppliedLicenseResponse(val osLicense: String, val type: String)

AppliedLicense holds the license data returned by adaptation module report.

Constructors

Link copied to clipboard
fun AppliedLicenseResponse(osLicense: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OS license returned from the adaptation module's report.

Link copied to clipboard

The license type that was used in OS adaptation.