Dashboard Table Cell Conditional Formatting Args
data class DashboardTableCellConditionalFormattingArgs(val fieldId: Output<String>, val textFormat: Output<DashboardTextConditionalFormatArgs>? = null) : ConvertibleToJava<DashboardTableCellConditionalFormattingArgs>
Constructors
Link copied to clipboard
constructor(fieldId: Output<String>, textFormat: Output<DashboardTextConditionalFormatArgs>? = null)