DashboardDefaultFilterControlOptionsArgs

data class DashboardDefaultFilterControlOptionsArgs(val defaultDateTimePickerOptions: Output<DashboardDefaultDateTimePickerControlOptionsArgs>? = null, val defaultDropdownOptions: Output<DashboardDefaultFilterDropDownControlOptionsArgs>? = null, val defaultListOptions: Output<DashboardDefaultFilterListControlOptionsArgs>? = null, val defaultRelativeDateTimeOptions: Output<DashboardDefaultRelativeDateTimeControlOptionsArgs>? = null, val defaultSliderOptions: Output<DashboardDefaultSliderControlOptionsArgs>? = null, val defaultTextAreaOptions: Output<DashboardDefaultTextAreaControlOptionsArgs>? = null, val defaultTextFieldOptions: Output<DashboardDefaultTextFieldControlOptionsArgs>? = null) : ConvertibleToJava<DashboardDefaultFilterControlOptionsArgs>

Constructors

Link copied to clipboard
constructor(defaultDateTimePickerOptions: Output<DashboardDefaultDateTimePickerControlOptionsArgs>? = null, defaultDropdownOptions: Output<DashboardDefaultFilterDropDownControlOptionsArgs>? = null, defaultListOptions: Output<DashboardDefaultFilterListControlOptionsArgs>? = null, defaultRelativeDateTimeOptions: Output<DashboardDefaultRelativeDateTimeControlOptionsArgs>? = null, defaultSliderOptions: Output<DashboardDefaultSliderControlOptionsArgs>? = null, defaultTextAreaOptions: Output<DashboardDefaultTextAreaControlOptionsArgs>? = null, defaultTextFieldOptions: Output<DashboardDefaultTextFieldControlOptionsArgs>? = null)

Properties

Link copied to clipboard

The default options that correspond to the filter control type of a DateTimePicker .

Link copied to clipboard

The default options that correspond to the Dropdown filter control type.

Link copied to clipboard

The default options that correspond to the List filter control type.

Link copied to clipboard

The default options that correspond to the RelativeDateTime filter control type.

Link copied to clipboard

The default options that correspond to the Slider filter control type.

Link copied to clipboard

The default options that correspond to the TextArea filter control type.

Link copied to clipboard

The default options that correspond to the TextField filter control type.

Functions

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