androidRoot
androidJvm
subscriptions-api
/
com.duckduckgo.subscriptions.api.model
/
Entitlement
Entitlement
data
class
Entitlement
(
val
name
:
String
,
val
product
:
String
)
Members
Constructors
Entitlement
Link copied to clipboard
constructor
(
name
:
String
,
product
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Name of the entitlement.
product
Link copied to clipboard
val
product
:
String
Name of the product represented by this entitlement.