LicenseCode constructor

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

Implementation

LicenseCode({
  this.allowedReplacementLicenses,
  this.appendableToDisk,
  this.creationTimestamp,
  this.description,
  this.id,
  this.incompatibleLicenses,
  this.kind,
  this.licenseAlias,
  this.minimumRetention,
  this.multiTenantOnly,
  this.name,
  this.osLicense,
  this.removableFromDisk,
  this.requiredCoattachedLicenses,
  this.selfLink,
  this.soleTenantOnly,
  this.state,
  this.transferable,
  this.updateTimestamp,
});