License constructor
License({
- String? beneficiary,
- ConsumptionConfiguration? consumptionConfiguration,
- String? createTime,
- List<
Entitlement> ? entitlements, - String? homeRegion,
- IssuerDetails? issuer,
- String? licenseArn,
- List<
Metadata> ? licenseMetadata, - String? licenseName,
- String? productName,
- String? productSKU,
- LicenseStatus? status,
- DatetimeRange? validity,
- String? version,
Implementation
License({
this.beneficiary,
this.consumptionConfiguration,
this.createTime,
this.entitlements,
this.homeRegion,
this.issuer,
this.licenseArn,
this.licenseMetadata,
this.licenseName,
this.productName,
this.productSKU,
this.status,
this.validity,
this.version,
});