LicenseCode constructor
LicenseCode({
- List<
String> allowedReplacementLicenses = const [], - bool? appendableToDisk,
- String? creationTimestamp,
- String? description,
- BigInt? id,
- List<
String> incompatibleLicenses = const [], - String? kind,
- List<
LicenseCodeLicenseAlias> licenseAlias = const [], - Duration? minimumRetention,
- bool? multiTenantOnly,
- String? name,
- bool? osLicense,
- bool? removableFromDisk,
- List<
String> requiredCoattachedLicenses = const [], - String? selfLink,
- bool? soleTenantOnly,
- String? state,
- bool? transferable,
- 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);