Entitlement

data class Entitlement(val name: String, val product: String)

Constructors

Link copied to clipboard
constructor(name: String, product: String)

Properties

Link copied to clipboard

Name of the entitlement.

Link copied to clipboard

Name of the product represented by this entitlement.