License constructor

License({
  1. List<String>? allowedReplacementLicenses,
  2. bool? appendableToDisk,
  3. bool? chargesUseFee,
  4. String? creationTimestamp,
  5. String? description,
  6. String? id,
  7. List<String>? incompatibleLicenses,
  8. String? kind,
  9. String? licenseCode,
  10. Duration? minimumRetention,
  11. bool? multiTenantOnly,
  12. String? name,
  13. bool? osLicense,
  14. bool? removableFromDisk,
  15. List<String>? requiredCoattachedLicenses,
  16. LicenseResourceRequirements? resourceRequirements,
  17. String? selfLink,
  18. String? selfLinkWithId,
  19. bool? soleTenantOnly,
  20. bool? transferable,
  21. String? updateTimestamp,
})

Implementation

License({
  this.allowedReplacementLicenses,
  this.appendableToDisk,
  this.chargesUseFee,
  this.creationTimestamp,
  this.description,
  this.id,
  this.incompatibleLicenses,
  this.kind,
  this.licenseCode,
  this.minimumRetention,
  this.multiTenantOnly,
  this.name,
  this.osLicense,
  this.removableFromDisk,
  this.requiredCoattachedLicenses,
  this.resourceRequirements,
  this.selfLink,
  this.selfLinkWithId,
  this.soleTenantOnly,
  this.transferable,
  this.updateTimestamp,
});