Entitlement constructor
Entitlement({
- CloudAccountDetails? cloudAccountDetails,
- String? entitlementId,
- String? name,
- String? state,
Implementation
Entitlement({
this.cloudAccountDetails,
this.entitlementId,
this.name,
this.state,
});