S3ReportExportConfig constructor

S3ReportExportConfig({
  1. String? bucket,
  2. bool? encryptionDisabled,
  3. String? encryptionKey,
  4. ReportPackagingType? packaging,
  5. String? path,
})

Implementation

S3ReportExportConfig({
  this.bucket,
  this.encryptionDisabled,
  this.encryptionKey,
  this.packaging,
  this.path,
});