S3ReportExportConfig constructor
S3ReportExportConfig({
- String? bucket,
- bool? encryptionDisabled,
- String? encryptionKey,
- ReportPackagingType? packaging,
- String? path,
Implementation
S3ReportExportConfig({
this.bucket,
this.encryptionDisabled,
this.encryptionKey,
this.packaging,
this.path,
});