DashboardGeospatialMapAggregatedFieldWellsArgs

data class DashboardGeospatialMapAggregatedFieldWellsArgs(val colors: Output<List<DashboardDimensionFieldArgs>>? = null, val geospatial: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardGeospatialMapAggregatedFieldWellsArgs>

Constructors

constructor(colors: Output<List<DashboardDimensionFieldArgs>>? = null, geospatial: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = null)

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
val values: Output<List<DashboardMeasureFieldArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DashboardGeospatialMapAggregatedFieldWellsArgs