AnalysisNestedFilterArgs

data class AnalysisNestedFilterArgs(val column: Output<AnalysisColumnIdentifierArgs>, val filterId: Output<String>, val includeInnerSet: Output<Boolean>, val innerFilter: Output<AnalysisInnerFilterArgs>) : ConvertibleToJava<AnalysisNestedFilterArgs>

Constructors

Link copied to clipboard
constructor(column: Output<AnalysisColumnIdentifierArgs>, filterId: Output<String>, includeInnerSet: Output<Boolean>, innerFilter: Output<AnalysisInnerFilterArgs>)

Properties

Link copied to clipboard

The column that the filter is applied to.

Link copied to clipboard
val filterId: Output<String>

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Link copied to clipboard

A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.

Link copied to clipboard

The InnerFilter defines the subset of data to be used with the NestedFilter .

Functions

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