DashboardParameterDateTimePickerControl

data class DashboardParameterDateTimePickerControl(val displayOptions: DashboardDateTimePickerControlDisplayOptions? = null, val parameterControlId: String, val sourceParameterName: String, val title: String)

Constructors

Link copied to clipboard
constructor(displayOptions: DashboardDateTimePickerControlDisplayOptions? = null, parameterControlId: String, sourceParameterName: String, title: String)

Types

Link copied to clipboard
object Companion

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

The title of the ParameterDateTimePickerControl .