DashboardParameterDateTimePickerControlArgs

data class DashboardParameterDateTimePickerControlArgs(val displayOptions: Output<DashboardDateTimePickerControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val sourceParameterName: Output<String>, val title: Output<String>) : ConvertibleToJava<DashboardParameterDateTimePickerControlArgs>

Constructors

constructor(displayOptions: Output<DashboardDateTimePickerControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, sourceParameterName: Output<String>, title: Output<String>)

Properties

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The ID of the ParameterDateTimePickerControl .

Link copied to clipboard

The name of the ParameterDateTimePickerControl .

Link copied to clipboard
val title: Output<String>

The title of the ParameterDateTimePickerControl .

Functions

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