DashboardNumericEqualityFilterArgs

data class DashboardNumericEqualityFilterArgs(val aggregationFunction: Output<DashboardAggregationFunctionArgs>? = null, val column: Output<DashboardColumnIdentifierArgs>, val defaultFilterControlConfiguration: Output<DashboardDefaultFilterControlConfigurationArgs>? = null, val filterId: Output<String>, val matchOperator: Output<DashboardNumericEqualityMatchOperator>, val nullOption: Output<DashboardFilterNullOption>, val parameterName: Output<String>? = null, val selectAllOptions: Output<DashboardNumericFilterSelectAllOptions>? = null, val value: Output<Double>? = null) : ConvertibleToJava<DashboardNumericEqualityFilterArgs>

Constructors

Link copied to clipboard
constructor(aggregationFunction: Output<DashboardAggregationFunctionArgs>? = null, column: Output<DashboardColumnIdentifierArgs>, defaultFilterControlConfiguration: Output<DashboardDefaultFilterControlConfigurationArgs>? = null, filterId: Output<String>, matchOperator: Output<DashboardNumericEqualityMatchOperator>, nullOption: Output<DashboardFilterNullOption>, parameterName: Output<String>? = null, selectAllOptions: Output<DashboardNumericFilterSelectAllOptions>? = null, value: Output<Double>? = null)

Properties

Link copied to clipboard

The aggregation function of the filter.

Link copied to clipboard

The column that the filter is applied to.

Link copied to clipboard

The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.

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

The match operator that is used to determine if a filter should be applied.

Link copied to clipboard

This option determines how null values should be treated when filtering data.

Link copied to clipboard
val parameterName: Output<String>? = null

The parameter whose value should be used for the filter value.

Link copied to clipboard

Select all of the values. Null is not the assigned value of select all.

Link copied to clipboard
val value: Output<Double>? = null

The input value.

Functions

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