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