UnitOperation constructor

UnitOperation({
  1. Map<String, String>? annotations,
  2. bool? cancel,
  3. List<UnitOperationCondition>? conditions,
  4. String? createTime,
  5. String? deleteTime,
  6. Deprovision? deprovision,
  7. String? engineState,
  8. String? errorCategory,
  9. String? etag,
  10. FlagUpdate? flagUpdate,
  11. Map<String, String>? labels,
  12. String? name,
  13. String? parentUnitOperation,
  14. Provision? provision,
  15. String? rollout,
  16. Schedule? schedule,
  17. String? state,
  18. String? uid,
  19. String? unit,
  20. String? updateTime,
  21. Upgrade? upgrade,
})

Implementation

UnitOperation({
  this.annotations,
  this.cancel,
  this.conditions,
  this.createTime,
  this.deleteTime,
  this.deprovision,
  this.engineState,
  this.errorCategory,
  this.etag,
  this.flagUpdate,
  this.labels,
  this.name,
  this.parentUnitOperation,
  this.provision,
  this.rollout,
  this.schedule,
  this.state,
  this.uid,
  this.unit,
  this.updateTime,
  this.upgrade,
});