DashboardHeatMapAggregatedFieldWellsArgs

data class DashboardHeatMapAggregatedFieldWellsArgs(val columns: Output<List<DashboardDimensionFieldArgs>>? = null, val rows: Output<List<DashboardDimensionFieldArgs>>? = null, val values: Output<List<DashboardMeasureFieldArgs>>? = null) : ConvertibleToJava<DashboardHeatMapAggregatedFieldWellsArgs>

Constructors

Link copied to clipboard
constructor(columns: Output<List<DashboardDimensionFieldArgs>>? = null, rows: Output<List<DashboardDimensionFieldArgs>>? = null, values: Output<List<DashboardMeasureFieldArgs>>? = null)

Properties

Link copied to clipboard

The columns field well of a heat map.

Link copied to clipboard
val rows: Output<List<DashboardDimensionFieldArgs>>? = null

The rows field well of a heat map.

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

The values field well of a heat map.

Functions

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