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