License constructor

License({
  1. String? beneficiary,
  2. ConsumptionConfiguration? consumptionConfiguration,
  3. String? createTime,
  4. List<Entitlement>? entitlements,
  5. String? homeRegion,
  6. IssuerDetails? issuer,
  7. String? licenseArn,
  8. List<Metadata>? licenseMetadata,
  9. String? licenseName,
  10. String? productName,
  11. String? productSKU,
  12. LicenseStatus? status,
  13. DatetimeRange? validity,
  14. 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,
});