JobConfiguration constructor

JobConfiguration({
  1. JobConfigurationTableCopy? copy,
  2. bool? dryRun,
  3. JobConfigurationExtract? extract,
  4. String? jobTimeoutMs,
  5. String? jobType,
  6. Map<String, String>? labels,
  7. JobConfigurationLoad? load,
  8. JobConfigurationQuery? query,
})

Implementation

JobConfiguration({
  this.copy,
  this.dryRun,
  this.extract,
  this.jobTimeoutMs,
  this.jobType,
  this.labels,
  this.load,
  this.query,
});