TemplateGeospatialHeatmapColorScaleArgs

data class TemplateGeospatialHeatmapColorScaleArgs(val colors: Output<List<TemplateGeospatialHeatmapDataColorArgs>>? = null) : ConvertibleToJava<TemplateGeospatialHeatmapColorScaleArgs>

Constructors

Link copied to clipboard
constructor(colors: Output<List<TemplateGeospatialHeatmapDataColorArgs>>? = null)

Properties

Link copied to clipboard

The list of colors to be used in heatmap point style.

Functions

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