DashboardTreeMapAggregatedFieldWellsArgs

data class DashboardTreeMapAggregatedFieldWellsArgs(val colors: Output<List<DashboardMeasureFieldArgs>>? = null, val groups: Output<List<DashboardDimensionFieldArgs>>? = null, val sizes: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardTreeMapAggregatedFieldWellsArgs>

Constructors

Link copied to clipboard
constructor(colors: Output<List<DashboardMeasureFieldArgs>>? = null, groups: Output<List<DashboardDimensionFieldArgs>>? = null, sizes: Output<List<DashboardMeasureFieldArgs>>? = null)

Properties

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

The color field well of a tree map. Values are grouped by aggregations based on group by fields.

Link copied to clipboard

The group by field well of a tree map. Values are grouped based on group by fields.

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

The size field well of a tree map. Values are aggregated based on group by fields.

Functions

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