Report Group Export Config
data class ReportGroupExportConfig(val s3Destination: ReportGroupExportConfigS3Destination? = null, val type: String)
Constructors
Link copied to clipboard
fun ReportGroupExportConfig(s3Destination: ReportGroupExportConfigS3Destination? = null, type: String)