Dashboard Funnel Chart Aggregated Field Wells
data class DashboardFunnelChartAggregatedFieldWells(val category: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)
Constructors
Link copied to clipboard
constructor(category: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)