Upgrade constructor

Upgrade({
  1. List<VmwareUpgradeComponent>? componentUpgrades,
  2. String? createTime,
  3. String? description,
  4. String? endTime,
  5. String? estimatedDuration,
  6. String? etag,
  7. String? name,
  8. Schedule? schedule,
  9. String? startVersion,
  10. String? state,
  11. String? targetVersion,
  12. String? type,
  13. String? uid,
  14. String? updateTime,
  15. 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,
});