TemplateRelativeDatesFilterArgs

data class TemplateRelativeDatesFilterArgs(val anchorDateConfiguration: Output<TemplateAnchorDateConfigurationArgs>, val column: Output<TemplateColumnIdentifierArgs>, val defaultFilterControlConfiguration: Output<TemplateDefaultFilterControlConfigurationArgs>? = null, val excludePeriodConfiguration: Output<TemplateExcludePeriodConfigurationArgs>? = null, val filterId: Output<String>, val minimumGranularity: Output<TemplateTimeGranularity>? = null, val nullOption: Output<TemplateFilterNullOption>, val parameterName: Output<String>? = null, val relativeDateType: Output<TemplateRelativeDateType>, val relativeDateValue: Output<Double>? = null, val timeGranularity: Output<TemplateTimeGranularity>) : ConvertibleToJava<TemplateRelativeDatesFilterArgs>

Constructors

Link copied to clipboard
constructor(anchorDateConfiguration: Output<TemplateAnchorDateConfigurationArgs>, column: Output<TemplateColumnIdentifierArgs>, defaultFilterControlConfiguration: Output<TemplateDefaultFilterControlConfigurationArgs>? = null, excludePeriodConfiguration: Output<TemplateExcludePeriodConfigurationArgs>? = null, filterId: Output<String>, minimumGranularity: Output<TemplateTimeGranularity>? = null, nullOption: Output<TemplateFilterNullOption>, parameterName: Output<String>? = null, relativeDateType: Output<TemplateRelativeDateType>, relativeDateValue: Output<Double>? = null, timeGranularity: Output<TemplateTimeGranularity>)

Properties

Link copied to clipboard

The date configuration 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

The configuration for the exclude period of the filter.

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 minimum granularity (period granularity) of the relative dates filter.

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

The range date type of the filter. Choose one of the options below:

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

The date value of the filter.

Link copied to clipboard

The level of time precision that is used to aggregate DateTime values.

Functions

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