Dashboard Table Row Conditional Formatting Args
data class DashboardTableRowConditionalFormattingArgs(val backgroundColor: Output<DashboardConditionalFormattingColorArgs>? = null, val textColor: Output<DashboardConditionalFormattingColorArgs>? = null) : ConvertibleToJava<DashboardTableRowConditionalFormattingArgs>
Constructors
Link copied to clipboard
constructor(backgroundColor: Output<DashboardConditionalFormattingColorArgs>? = null, textColor: Output<DashboardConditionalFormattingColorArgs>? = null)