DashboardTableRowConditionalFormattingArgs

data class DashboardTableRowConditionalFormattingArgs(val backgroundColor: Output<DashboardConditionalFormattingColorArgs>? = null, val textColor: Output<DashboardConditionalFormattingColorArgs>? = null) : ConvertibleToJava<DashboardTableRowConditionalFormattingArgs>

Constructors

constructor(backgroundColor: Output<DashboardConditionalFormattingColorArgs>? = null, textColor: Output<DashboardConditionalFormattingColorArgs>? = null)

Properties

Link copied to clipboard

The conditional formatting color (solid, gradient) of the background for a table row.

Link copied to clipboard

The conditional formatting color (solid, gradient) of the text for a table row.

Functions

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