Job constructor
Job({
- String? clientRequestId,
- String? createTime,
- String? createdFromSnapshotId,
- String? currentState,
- String? currentStateTime,
- Environment? environment,
- JobExecutionInfo? executionInfo,
- String? id,
- JobMetadata? jobMetadata,
- Map<
String, String> ? labels, - String? location,
- String? name,
- PipelineDescription? pipelineDescription,
- String? projectId,
- String? replaceJobId,
- String? replacedByJobId,
- String? requestedState,
- bool? satisfiesPzs,
- List<
ExecutionStageState> ? stageStates, - String? startTime,
- List<
Step> ? steps, - String? stepsLocation,
- List<
String> ? tempFiles, - Map<
String, String> ? transformNameMapping, - String? type,
Implementation
Job({
this.clientRequestId,
this.createTime,
this.createdFromSnapshotId,
this.currentState,
this.currentStateTime,
this.environment,
this.executionInfo,
this.id,
this.jobMetadata,
this.labels,
this.location,
this.name,
this.pipelineDescription,
this.projectId,
this.replaceJobId,
this.replacedByJobId,
this.requestedState,
this.satisfiesPzs,
this.stageStates,
this.startTime,
this.steps,
this.stepsLocation,
this.tempFiles,
this.transformNameMapping,
this.type,
});