DashboardHeatMapConfigurationArgs

data class DashboardHeatMapConfigurationArgs(val colorScale: Output<DashboardColorScaleArgs>? = null, val columnLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardHeatMapFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val rowLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<DashboardHeatMapSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null) : ConvertibleToJava<DashboardHeatMapConfigurationArgs>

Constructors

Link copied to clipboard
fun DashboardHeatMapConfigurationArgs(colorScale: Output<DashboardColorScaleArgs>? = null, columnLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardHeatMapFieldWellsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, rowLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, sortConfiguration: Output<DashboardHeatMapSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val colorScale: Output<DashboardColorScaleArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val legend: Output<DashboardLegendOptionsArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard