LicenseCode constructor

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

Implementation

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