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