Job constructor
Job({
- int? batchModePriority,
- JobConfig? config,
- String? createTime,
- String? endTime,
- Status? error,
- bool? fillContentGaps,
- String? inputUri,
- Map<
String, String> ? labels, - String? mode,
- String? name,
- String? optimization,
- String? outputUri,
- String? startTime,
- String? state,
- String? templateId,
- 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,
});