AnalysisSheetVisualScopingConfiguration

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

Constructors

Link copied to clipboard
constructor(scope: AnalysisFilterVisualScope, sheetId: String, visualIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The selected sheet that the filter is applied to.

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

The selected visuals that the filter is applied to.