JobReport constructor

JobReport({
  1. required bool enabled,
  2. String? bucket,
  3. JobReportFormat? format,
  4. String? prefix,
  5. JobReportScope? reportScope,
})

Implementation

JobReport({
  required this.enabled,
  this.bucket,
  this.format,
  this.prefix,
  this.reportScope,
});