DashboardFilterDateTimePickerControlArgs

data class DashboardFilterDateTimePickerControlArgs(val displayOptions: Output<DashboardDateTimePickerControlDisplayOptionsArgs>? = null, val filterControlId: Output<String>, val sourceFilterId: Output<String>, val title: Output<String>, val type: Output<DashboardSheetControlDateTimePickerType>? = null) : ConvertibleToJava<DashboardFilterDateTimePickerControlArgs>

Constructors

Link copied to clipboard
constructor(displayOptions: Output<DashboardDateTimePickerControlDisplayOptionsArgs>? = null, filterControlId: Output<String>, sourceFilterId: Output<String>, title: Output<String>, type: Output<DashboardSheetControlDateTimePickerType>? = null)

Properties

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