DashboardGeospatialMapAggregatedFieldWells

data class DashboardGeospatialMapAggregatedFieldWells(val colors: List<DashboardDimensionField>? = null, val geospatial: List<DashboardDimensionField>? = null, val values: List<DashboardMeasureField>? = null)

Constructors

constructor(colors: List<DashboardDimensionField>? = null, geospatial: List<DashboardDimensionField>? = null, values: List<DashboardMeasureField>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The color field wells of a geospatial map.

Link copied to clipboard

The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.

Link copied to clipboard

The size field wells of a geospatial map. Values are aggregated based on geospatial fields.