Job constructor
Job({
- JobConfig? config,
- String? createTime,
- String? endTime,
- List<
FailureDetail> ? failureDetails, - String? failureReason,
- String? inputUri,
- String? name,
- OriginUri? originUri,
- String? outputUri,
- int? priority,
- Progress? progress,
- String? startTime,
- String? state,
- String? templateId,
- int? ttlAfterCompletionDays,
Implementation
Job({
this.config,
this.createTime,
this.endTime,
this.failureDetails,
this.failureReason,
this.inputUri,
this.name,
this.originUri,
this.outputUri,
this.priority,
this.progress,
this.startTime,
this.state,
this.templateId,
this.ttlAfterCompletionDays,
});