JobReport constructor
JobReport({
- required bool enabled,
- String? bucket,
- JobReportFormat? format,
- String? prefix,
- JobReportScope? reportScope,
Implementation
JobReport({
required this.enabled,
this.bucket,
this.format,
this.prefix,
this.reportScope,
});