DashboardPivotTableCellConditionalFormattingArgs

data class DashboardPivotTableCellConditionalFormattingArgs(val fieldId: Output<String>, val scope: Output<DashboardPivotTableConditionalFormattingScopeArgs>? = null, val scopes: Output<List<DashboardPivotTableConditionalFormattingScopeArgs>>? = null, val textFormat: Output<DashboardTextConditionalFormatArgs>? = null) : ConvertibleToJava<DashboardPivotTableCellConditionalFormattingArgs>

Constructors

constructor(fieldId: Output<String>, scope: Output<DashboardPivotTableConditionalFormattingScopeArgs>? = null, scopes: Output<List<DashboardPivotTableConditionalFormattingScopeArgs>>? = null, textFormat: Output<DashboardTextConditionalFormatArgs>? = 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(): DashboardPivotTableCellConditionalFormattingArgs