AnalysisFilterCrossSheetControlArgs

data class AnalysisFilterCrossSheetControlArgs(val cascadingControlConfiguration: Output<AnalysisCascadingControlConfigurationArgs>? = null, val filterControlId: Output<String>, val sourceFilterId: Output<String>) : ConvertibleToJava<AnalysisFilterCrossSheetControlArgs>

Constructors

Link copied to clipboard
constructor(cascadingControlConfiguration: Output<AnalysisCascadingControlConfigurationArgs>? = null, filterControlId: Output<String>, sourceFilterId: Output<String>)

Properties

Link copied to clipboard

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

Link copied to clipboard
val filterControlId: Output<String>

The ID of the FilterCrossSheetControl .

Link copied to clipboard
val sourceFilterId: Output<String>

The source filter ID of the FilterCrossSheetControl .

Functions

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