AnalysisTableCellConditionalFormattingArgs

data class AnalysisTableCellConditionalFormattingArgs(val fieldId: Output<String>, val textFormat: Output<AnalysisTextConditionalFormatArgs>? = null) : ConvertibleToJava<AnalysisTableCellConditionalFormattingArgs>

Constructors

constructor(fieldId: Output<String>, textFormat: Output<AnalysisTextConditionalFormatArgs>? = null)

Properties

Link copied to clipboard
val fieldId: Output<String>

The field ID of the cell for conditional formatting.

Link copied to clipboard

The text format of the cell for conditional formatting.

Functions

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