GetReceivedLicenseEntitlement

data class GetReceivedLicenseEntitlement(val allowCheckIn: Boolean, val maxCount: Int, val name: String, val overage: Boolean, val unit: String, val value: String)

Constructors

Link copied to clipboard
constructor(allowCheckIn: Boolean, maxCount: Int, name: String, overage: Boolean, unit: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether check-ins are allowed.

Link copied to clipboard

Maximum entitlement count. Use if the unit is not None.

Link copied to clipboard

The key name.

Link copied to clipboard

Indicates whether overages are allowed.

Link copied to clipboard

Entitlement unit.

Link copied to clipboard

The value.