LicenseEntitlement constructor

LicenseEntitlement({
  1. required String id,
  2. required LicenseEntitlementTypeEnum type,
  3. required PolicyEntitlementAttributes attributes,
  4. required LicenseEntitlementRelationships relationships,
  5. required SelfLinks links,
})

Returns a new LicenseEntitlement instance.

Implementation

LicenseEntitlement({
  required this.id,
  required this.type,
  required this.attributes,
  required this.relationships,
  required this.links,
});