Job constructor

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

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,
});