Dashboard Geospatial Map Aggregated Field Wells
data class DashboardGeospatialMapAggregatedFieldWells(val colors: List<DashboardDimensionField>? = null, val geospatial: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)
Constructors
Link copied to clipboard
constructor(colors: List<DashboardDimensionField>? = null, geospatial: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)