ReportExportConfig constructor
ReportExportConfig({
- ReportExportConfigType? exportConfigType,
- S3ReportExportConfig? s3Destination,
Implementation
ReportExportConfig({
this.exportConfigType,
this.s3Destination,
});