TemplateFilterDateTimePickerControlArgs

data class TemplateFilterDateTimePickerControlArgs(val commitMode: Output<TemplateCommitMode>? = null, val displayOptions: Output<TemplateDateTimePickerControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val sourceFilterId: Output<String>, val title: Output<String>, val type: Output<TemplateSheetControlDateTimePickerType>? = null) : ConvertibleToJava<TemplateFilterDateTimePickerControlArgs>

Constructors

Link copied to clipboard
constructor(commitMode: Output<TemplateCommitMode>? = null, displayOptions: Output<TemplateDateTimePickerControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, sourceFilterId: Output<String>, title: Output<String>, type: Output<TemplateSheetControlDateTimePickerType>? = null)

Properties

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

The visibility configurationof the Apply button on a DateTimePickerControl .

Link copied to clipboard

The display options of a control.

Link copied to clipboard
val filterControlId: Output<String>

The ID of the FilterDateTimePickerControl .

Link copied to clipboard
val sourceFilterId: Output<String>

The source filter ID of the FilterDateTimePickerControl .

Link copied to clipboard
val title: Output<String>

The title of the FilterDateTimePickerControl .

Link copied to clipboard

The type of the FilterDropDownControl . Choose one of the following options:

Functions

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