TemplateParameterListControlArgs

data class TemplateParameterListControlArgs(val cascadingControlConfiguration: Output<TemplateCascadingControlConfigurationArgs>? = null, val displayOptions: Output<TemplateListControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val selectableValues: Output<TemplateParameterSelectableValuesArgs>? = null, val sourceParameterName: Output<String>, val title: Output<String>, val type: Output<TemplateSheetControlListType>? = null) : ConvertibleToJava<TemplateParameterListControlArgs>

Constructors

Link copied to clipboard
fun TemplateParameterListControlArgs(cascadingControlConfiguration: Output<TemplateCascadingControlConfigurationArgs>? = null, displayOptions: Output<TemplateListControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, selectableValues: Output<TemplateParameterSelectableValuesArgs>? = null, sourceParameterName: Output<String>, title: Output<String>, type: Output<TemplateSheetControlListType>? = null)

Functions

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

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<TemplateSheetControlListType>? = null