Dashboard Pivot Table Cell Conditional Formatting
data class DashboardPivotTableCellConditionalFormatting(val fieldId: String, val scope: DashboardPivotTableConditionalFormattingScope? = null, val scopes: List<DashboardPivotTableConditionalFormattingScope>? = null, val textFormat: DashboardTextConditionalFormat? = null)
Constructors
Link copied to clipboard
constructor(fieldId: String, scope: DashboardPivotTableConditionalFormattingScope? = null, scopes: List<DashboardPivotTableConditionalFormattingScope>? = null, textFormat: DashboardTextConditionalFormat? = null)