TemplateFilterRelativeDateTimeControlArgs

data class TemplateFilterRelativeDateTimeControlArgs(val commitMode: Output<TemplateCommitMode>? = null, val displayOptions: Output<TemplateRelativeDateTimeControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val sourceFilterId: Output<String>, val title: Output<String>) : ConvertibleToJava<TemplateFilterRelativeDateTimeControlArgs>

Constructors

constructor(commitMode: Output<TemplateCommitMode>? = null, displayOptions: Output<TemplateRelativeDateTimeControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, sourceFilterId: Output<String>, title: Output<String>)

Properties

Link copied to clipboard
val commitMode: Output<TemplateCommitMode>? = null

The visibility configuration of the Apply button on a FilterRelativeDateTimeControl .

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(): TemplateFilterRelativeDateTimeControlArgs