Dashboard Filter Scope Configuration
data class DashboardFilterScopeConfiguration(val allSheets: DashboardAllSheetsFilterScopeConfiguration? = null, val selectedSheets: DashboardSelectedSheetsFilterScopeConfiguration? = null)
Constructors
Link copied to clipboard
fun DashboardFilterScopeConfiguration(allSheets: DashboardAllSheetsFilterScopeConfiguration? = null, selectedSheets: DashboardSelectedSheetsFilterScopeConfiguration? = null)