DashboardCascadingControlSourceArgs

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

Constructors

Link copied to clipboard
constructor(columnToMatch: Output<DashboardColumnIdentifierArgs>? = 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(): DashboardCascadingControlSourceArgs