CutoverJob constructor

CutoverJob({
  1. ComputeEngineDisksTargetDetails? computeEngineDisksTargetDetails,
  2. ComputeEngineTargetDetails? computeEngineTargetDetails,
  3. String? createTime,
  4. String? endTime,
  5. Status? error,
  6. String? name,
  7. int? progressPercent,
  8. String? state,
  9. String? stateMessage,
  10. String? stateTime,
  11. List<CutoverStep>? steps,
})

Implementation

CutoverJob({
  this.computeEngineDisksTargetDetails,
  this.computeEngineTargetDetails,
  this.createTime,
  this.endTime,
  this.error,
  this.name,
  this.progressPercent,
  this.state,
  this.stateMessage,
  this.stateTime,
  this.steps,
});