Dashboard Table Conditional Formatting Option Args
data class DashboardTableConditionalFormattingOptionArgs(val cell: Output<DashboardTableCellConditionalFormattingArgs>? = null, val row: Output<DashboardTableRowConditionalFormattingArgs>? = null) : ConvertibleToJava<DashboardTableConditionalFormattingOptionArgs>
Constructors
Link copied to clipboard
constructor(cell: Output<DashboardTableCellConditionalFormattingArgs>? = null, row: Output<DashboardTableRowConditionalFormattingArgs>? = null)