JobConfiguration constructor
JobConfiguration({
- JobConfigurationTableCopy? copy,
- bool? dryRun,
- JobConfigurationExtract? extract,
- String? jobTimeoutMs,
- String? jobType,
- Map<
String, String> ? labels, - JobConfigurationLoad? load,
- JobConfigurationQuery? query,
Implementation
JobConfiguration({
this.copy,
this.dryRun,
this.extract,
this.jobTimeoutMs,
this.jobType,
this.labels,
this.load,
this.query,
});