Dashboard Table Row Conditional Formatting
data class DashboardTableRowConditionalFormatting(val backgroundColor: DashboardConditionalFormattingColor? = null, val textColor: DashboardConditionalFormattingColor? = null)
Constructors
Link copied to clipboard
constructor(backgroundColor: DashboardConditionalFormattingColor? = null, textColor: DashboardConditionalFormattingColor? = null)