Dashboard Line Chart Aggregated Field Wells
data class DashboardLineChartAggregatedFieldWells(val category: List<DashboardDimensionField>? = null, val colors: List<DashboardDimensionField>? = null, val smallMultiples: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)
Constructors
Link copied to clipboard
fun DashboardLineChartAggregatedFieldWells(category: List<DashboardDimensionField>? = null, colors: List<DashboardDimensionField>? = null, smallMultiples: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)