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

Properties

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

The delimiter that is used to separate the lines in text.

Link copied to clipboard

The display options of a control.

Link copied to clipboard
val filterControlId: Output<String>

The ID of the FilterTextAreaControl .

Link copied to clipboard
val sourceFilterId: Output<String>

The source filter ID of the FilterTextAreaControl .

Link copied to clipboard
val title: Output<String>

The title of the FilterTextAreaControl .

Functions

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