ReportExportConfig constructor

ReportExportConfig({
  1. ReportExportConfigType? exportConfigType,
  2. S3ReportExportConfig? s3Destination,
})

Implementation

ReportExportConfig({
  this.exportConfigType,
  this.s3Destination,
});