TemplatePivotTableCellConditionalFormattingArgs

data class TemplatePivotTableCellConditionalFormattingArgs(val fieldId: Output<String>, val scope: Output<TemplatePivotTableConditionalFormattingScopeArgs>? = null, val scopes: Output<List<TemplatePivotTableConditionalFormattingScopeArgs>>? = null, val textFormat: Output<TemplateTextConditionalFormatArgs>? = null) : ConvertibleToJava<TemplatePivotTableCellConditionalFormattingArgs>

Constructors

constructor(fieldId: Output<String>, scope: Output<TemplatePivotTableConditionalFormattingScopeArgs>? = null, scopes: Output<List<TemplatePivotTableConditionalFormattingScopeArgs>>? = null, textFormat: Output<TemplateTextConditionalFormatArgs>? = 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(): TemplatePivotTableCellConditionalFormattingArgs