DashboardFilledMapShapeConditionalFormattingArgs

data class DashboardFilledMapShapeConditionalFormattingArgs(val fieldId: Output<String>, val format: Output<DashboardShapeConditionalFormatArgs>? = null) : ConvertibleToJava<DashboardFilledMapShapeConditionalFormattingArgs>

Constructors

constructor(fieldId: Output<String>, format: Output<DashboardShapeConditionalFormatArgs>? = null)

Properties

Link copied to clipboard
val fieldId: Output<String>

The field ID of the filled map shape.

Link copied to clipboard

The conditional formatting that determines the background color of a filled map's shape.

Functions

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