TemplateCascadingControlSourceArgs

data class TemplateCascadingControlSourceArgs(val columnToMatch: Output<TemplateColumnIdentifierArgs>? = null, val sourceSheetControlId: Output<String>? = null) : ConvertibleToJava<TemplateCascadingControlSourceArgs>

Constructors

Link copied to clipboard
constructor(columnToMatch: Output<TemplateColumnIdentifierArgs>? = null, sourceSheetControlId: Output<String>? = null)

Properties

Link copied to clipboard

The column identifier that determines which column to look up for the source sheet control.

Link copied to clipboard
val sourceSheetControlId: Output<String>? = null

The source sheet control ID of a CascadingControlSource .

Functions

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