LicenseEntitlement

data class LicenseEntitlement(val allowCheckIn: Boolean? = null, val maxCount: Int? = null, val name: String, val overage: Boolean? = null, val unit: String, val value: String? = null)

Constructors

Link copied to clipboard
fun LicenseEntitlement(allowCheckIn: Boolean? = null, maxCount: Int? = null, name: String, overage: Boolean? = null, unit: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowCheckIn: Boolean? = null
Link copied to clipboard
val maxCount: Int? = null
Link copied to clipboard
Link copied to clipboard
val overage: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val value: String? = null