DashboardFilledMapAggregatedFieldWellsArgs

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

Constructors

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

Properties

Link copied to clipboard

The aggregated location field well of the filled map. Values are grouped by location fields.

Link copied to clipboard
val values: Output<List<DashboardMeasureFieldArgs>>? = null

The aggregated color field well of a filled map. Values are aggregated based on location fields.

Functions

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