TemplateFilterGroup

data class TemplateFilterGroup(val crossDataset: TemplateCrossDatasetTypes, val filterGroupId: String, val filters: List<TemplateFilter>, val scopeConfiguration: TemplateFilterScopeConfiguration, val status: TemplateWidgetStatus? = null)

Constructors

Link copied to clipboard
constructor(crossDataset: TemplateCrossDatasetTypes, filterGroupId: String, filters: List<TemplateFilter>, scopeConfiguration: TemplateFilterScopeConfiguration, status: TemplateWidgetStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The filter new feature which can apply filter group to all data sets. Choose one of the following options:

Link copied to clipboard

The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.

Link copied to clipboard

The list of filters that are present in a FilterGroup .

Link copied to clipboard

The configuration that specifies what scope to apply to a FilterGroup . This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Link copied to clipboard

The status of the FilterGroup .