AnalysisPivotTableCellConditionalFormattingArgs

data class AnalysisPivotTableCellConditionalFormattingArgs(val fieldId: Output<String>, val scope: Output<AnalysisPivotTableConditionalFormattingScopeArgs>? = null, val scopes: Output<List<AnalysisPivotTableConditionalFormattingScopeArgs>>? = null, val textFormat: Output<AnalysisTextConditionalFormatArgs>? = null) : ConvertibleToJava<AnalysisPivotTableCellConditionalFormattingArgs>

Constructors

constructor(fieldId: Output<String>, scope: Output<AnalysisPivotTableConditionalFormattingScopeArgs>? = null, scopes: Output<List<AnalysisPivotTableConditionalFormattingScopeArgs>>? = null, 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 scope of the cell for conditional formatting.

Link copied to clipboard

A list of cell scopes 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(): AnalysisPivotTableCellConditionalFormattingArgs