DashboardParameterListControlArgs

data class DashboardParameterListControlArgs(val cascadingControlConfiguration: Output<DashboardCascadingControlConfigurationArgs>? = null, val displayOptions: Output<DashboardListControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val selectableValues: Output<DashboardParameterSelectableValuesArgs>? = null, val sourceParameterName: Output<String>, val title: Output<String>, val type: Output<DashboardSheetControlListType>? = null) : ConvertibleToJava<DashboardParameterListControlArgs>

Constructors

Link copied to clipboard
fun DashboardParameterListControlArgs(cascadingControlConfiguration: Output<DashboardCascadingControlConfigurationArgs>? = null, displayOptions: Output<DashboardListControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, selectableValues: Output<DashboardParameterSelectableValuesArgs>? = null, sourceParameterName: Output<String>, title: Output<String>, type: Output<DashboardSheetControlListType>? = null)

Functions

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

Properties

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