DashboardFilterTextAreaControlArgs

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
fun DashboardFilterTextAreaControlArgs(delimiter: Output<String>? = null, displayOptions: Output<DashboardTextAreaControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, sourceFilterId: Output<String>, title: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): DashboardFilterTextAreaControlArgs

Properties

Link copied to clipboard
val delimiter: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val filterControlId: Output<String>
Link copied to clipboard
val sourceFilterId: Output<String>
Link copied to clipboard
val title: Output<String>