Dashboard Pivot Table Cell Conditional Formatting Args
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
Link copied to clipboard
constructor(fieldId: Output<String>, scope: Output<DashboardPivotTableConditionalFormattingScopeArgs>? = null, scopes: Output<List<DashboardPivotTableConditionalFormattingScopeArgs>>? = null, textFormat: Output<DashboardTextConditionalFormatArgs>? = null)