CloneJob constructor

CloneJob({
  1. ComputeEngineDisksTargetDetails? computeEngineDisksTargetDetails,
  2. ComputeEngineTargetDetails? computeEngineTargetDetails,
  3. String? createTime,
  4. String? endTime,
  5. Status? error,
  6. String? name,
  7. String? state,
  8. String? stateTime,
  9. List<CloneStep>? steps,
})

Implementation

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