Template Filter Group Args
data class TemplateFilterGroupArgs(val crossDataset: Output<TemplateCrossDatasetTypes>, val filterGroupId: Output<String>, val filters: Output<List<TemplateFilterArgs>>, val scopeConfiguration: Output<TemplateFilterScopeConfigurationArgs>, val status: Output<TemplateWidgetStatus>? = null) : ConvertibleToJava<TemplateFilterGroupArgs>
Constructors
Link copied to clipboard
constructor(crossDataset: Output<TemplateCrossDatasetTypes>, filterGroupId: Output<String>, filters: Output<List<TemplateFilterArgs>>, scopeConfiguration: Output<TemplateFilterScopeConfigurationArgs>, status: Output<TemplateWidgetStatus>? = null)
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
.