AnalysisFilledMapAggregatedFieldWellsArgs

data class AnalysisFilledMapAggregatedFieldWellsArgs(val geospatial: Output<List<AnalysisDimensionFieldArgs>>? = null, val values: Output<List<AnalysisMeasureFieldArgs>>? = null) : ConvertibleToJava<AnalysisFilledMapAggregatedFieldWellsArgs>

Constructors

constructor(geospatial: Output<List<AnalysisDimensionFieldArgs>>? = null, values: Output<List<AnalysisMeasureFieldArgs>>? = 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<AnalysisMeasureFieldArgs>>? = 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(): AnalysisFilledMapAggregatedFieldWellsArgs