License constructor
License({
- List<
String> ? allowedReplacementLicenses, - bool? appendableToDisk,
- bool? chargesUseFee,
- String? creationTimestamp,
- String? description,
- String? id,
- List<
String> ? incompatibleLicenses, - String? kind,
- String? licenseCode,
- Duration? minimumRetention,
- bool? multiTenantOnly,
- String? name,
- bool? osLicense,
- bool? removableFromDisk,
- List<
String> ? requiredCoattachedLicenses, - LicenseResourceRequirements? resourceRequirements,
- String? selfLink,
- String? selfLinkWithId,
- bool? soleTenantOnly,
- bool? transferable,
- 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,
});