CutoverJob constructor
CutoverJob({
- ComputeEngineDisksTargetDetails? computeEngineDisksTargetDetails,
- ComputeEngineTargetDetails? computeEngineTargetDetails,
- String? createTime,
- String? endTime,
- Status? error,
- String? name,
- int? progressPercent,
- String? state,
- String? stateMessage,
- String? stateTime,
- 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,
});