Dashboard Filter Text Area Control Args
data class DashboardFilterTextAreaControlArgs(val delimiter: Output<String>? = null, val displayOptions: Output<DashboardTextAreaControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val sourceFilterId: Output<String>, val title: Output<String>) : ConvertibleToJava<DashboardFilterTextAreaControlArgs>
Constructors
Link copied to clipboard
constructor(delimiter: Output<String>? = null, displayOptions: Output<DashboardTextAreaControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, sourceFilterId: Output<String>, title: Output<String>)