TemplateTableRowConditionalFormattingArgs

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

Constructors

constructor(backgroundColor: Output<TemplateConditionalFormattingColorArgs>? = null, textColor: Output<TemplateConditionalFormattingColorArgs>? = 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(): TemplateTableRowConditionalFormattingArgs