Job constructor

Job({
  1. int? batchModePriority,
  2. JobConfig? config,
  3. String? createTime,
  4. String? endTime,
  5. Status? error,
  6. bool? fillContentGaps,
  7. String? inputUri,
  8. Map<String, String>? labels,
  9. String? mode,
  10. String? name,
  11. String? optimization,
  12. String? outputUri,
  13. String? startTime,
  14. String? state,
  15. String? templateId,
  16. int? ttlAfterCompletionDays,
})

Implementation

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