Dashboard Nested Filter Args
data class DashboardNestedFilterArgs(val column: Output<DashboardColumnIdentifierArgs>, val filterId: Output<String>, val includeInnerSet: Output<Boolean>, val innerFilter: Output<DashboardInnerFilterArgs>) : ConvertibleToJava<DashboardNestedFilterArgs>
Constructors
Link copied to clipboard
constructor(column: Output<DashboardColumnIdentifierArgs>, filterId: Output<String>, includeInnerSet: Output<Boolean>, innerFilter: Output<DashboardInnerFilterArgs>)
Properties
Link copied to clipboard
The column that the filter is applied to.
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
.