Job constructor
Job({})
Implementation
Job({
this.batchModePriority,
this.config,
this.createTime,
this.endTime,
this.error,
this.inputUri,
this.labels,
this.mode,
this.name,
this.optimization,
this.outputUri,
this.startTime,
this.state,
this.templateId,
this.ttlAfterCompletionDays,
});