Upgrade constructor
Upgrade({
- List<
VmwareUpgradeComponent> ? componentUpgrades, - String? createTime,
- String? description,
- String? endTime,
- String? estimatedDuration,
- String? etag,
- String? name,
- Schedule? schedule,
- String? startVersion,
- String? state,
- String? targetVersion,
- String? type,
- String? uid,
- String? updateTime,
- String? version,
Implementation
Upgrade({
this.componentUpgrades,
this.createTime,
this.description,
this.endTime,
this.estimatedDuration,
this.etag,
this.name,
this.schedule,
this.startVersion,
this.state,
this.targetVersion,
this.type,
this.uid,
this.updateTime,
this.version,
});