AnalysisSheetVisualScopingConfigurationArgs

data class AnalysisSheetVisualScopingConfigurationArgs(val scope: Output<AnalysisFilterVisualScope>, val sheetId: Output<String>, val visualIds: Output<List<String>>? = null) : ConvertibleToJava<AnalysisSheetVisualScopingConfigurationArgs>

Constructors

constructor(scope: Output<AnalysisFilterVisualScope>, sheetId: Output<String>, visualIds: Output<List<String>>? = null)

Properties

Link copied to clipboard

The scope of the applied entities. Choose one of the following options:

Link copied to clipboard
val sheetId: Output<String>

The selected sheet that the filter is applied to.

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

The selected visuals that the filter is applied to.

Functions

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