CloneJob constructor
CloneJob({
- ComputeEngineDisksTargetDetails? computeEngineDisksTargetDetails,
- ComputeEngineTargetDetails? computeEngineTargetDetails,
- String? createTime,
- String? endTime,
- Status? error,
- String? name,
- String? state,
- String? stateTime,
- List<
CloneStep> ? steps,
Implementation
CloneJob({
this.computeEngineDisksTargetDetails,
this.computeEngineTargetDetails,
this.createTime,
this.endTime,
this.error,
this.name,
this.state,
this.stateTime,
this.steps,
});