Report Dataset Response
data class ReportDatasetResponse(val aggregation: Map<String, ReportAggregationResponse>? = null, val configuration: ReportDatasetConfigurationResponse? = null, val filter: ReportFilterResponse? = null, val granularity: String? = null, val grouping: List<ReportGroupingResponse>? = null)
The definition of data present in the report.
Constructors
Link copied to clipboard
fun ReportDatasetResponse(aggregation: Map<String, ReportAggregationResponse>? = null, configuration: ReportDatasetConfigurationResponse? = null, filter: ReportFilterResponse? = null, granularity: String? = null, grouping: List<ReportGroupingResponse>? = null)