DashboardDefaultFilterDropDownControlOptionsArgs

data class DashboardDefaultFilterDropDownControlOptionsArgs(val commitMode: Output<DashboardCommitMode>? = null, val displayOptions: Output<DashboardDropDownControlDisplayOptionsArgs>? = null, val selectableValues: Output<DashboardFilterSelectableValuesArgs>? = null, val type: Output<DashboardSheetControlListType>? = null) : ConvertibleToJava<DashboardDefaultFilterDropDownControlOptionsArgs>

Constructors

constructor(commitMode: Output<DashboardCommitMode>? = null, displayOptions: Output<DashboardDropDownControlDisplayOptionsArgs>? = null, selectableValues: Output<DashboardFilterSelectableValuesArgs>? = null, type: Output<DashboardSheetControlListType>? = null)

Properties

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

The visibility configuration of the Apply button on a FilterDropDownControl .

Link copied to clipboard

The display options of a control.

Link copied to clipboard

A list of selectable values that are used in a control.

Link copied to clipboard
val type: Output<DashboardSheetControlListType>? = null

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

Functions

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