Template Table Cell Conditional Formatting Args
data class TemplateTableCellConditionalFormattingArgs(val fieldId: Output<String>, val textFormat: Output<TemplateTextConditionalFormatArgs>? = null) : ConvertibleToJava<TemplateTableCellConditionalFormattingArgs>
Constructors
Link copied to clipboard
fun TemplateTableCellConditionalFormattingArgs(fieldId: Output<String>, textFormat: Output<TemplateTextConditionalFormatArgs>? = null)