DashboardFilterControlArgs

data class DashboardFilterControlArgs(val dateTimePicker: Output<DashboardFilterDateTimePickerControlArgs>? = null, val dropdown: Output<DashboardFilterDropDownControlArgs>? = null, val list: Output<DashboardFilterListControlArgs>? = null, val relativeDateTime: Output<DashboardFilterRelativeDateTimeControlArgs>? = null, val slider: Output<DashboardFilterSliderControlArgs>? = null, val textArea: Output<DashboardFilterTextAreaControlArgs>? = null, val textField: Output<DashboardFilterTextFieldControlArgs>? = null) : ConvertibleToJava<DashboardFilterControlArgs>

Constructors

Link copied to clipboard
fun DashboardFilterControlArgs(dateTimePicker: Output<DashboardFilterDateTimePickerControlArgs>? = null, dropdown: Output<DashboardFilterDropDownControlArgs>? = null, list: Output<DashboardFilterListControlArgs>? = null, relativeDateTime: Output<DashboardFilterRelativeDateTimeControlArgs>? = null, slider: Output<DashboardFilterSliderControlArgs>? = null, textArea: Output<DashboardFilterTextAreaControlArgs>? = null, textField: Output<DashboardFilterTextFieldControlArgs>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard