DashboardDefaultDateTimePickerControlOptionsArgs

data class DashboardDefaultDateTimePickerControlOptionsArgs(val commitMode: Output<DashboardCommitMode>? = null, val displayOptions: Output<DashboardDateTimePickerControlDisplayOptionsArgs>? = null, val type: Output<DashboardSheetControlDateTimePickerType>? = null) : ConvertibleToJava<DashboardDefaultDateTimePickerControlOptionsArgs>

Constructors

constructor(commitMode: Output<DashboardCommitMode>? = null, displayOptions: Output<DashboardDateTimePickerControlDisplayOptionsArgs>? = null, type: Output<DashboardSheetControlDateTimePickerType>? = null)

Properties

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

The visibility configuration of the Apply button on a DateTimePickerControl .

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

Functions

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