TopicDateRangeFilter

data class TopicDateRangeFilter(val constant: TopicRangeFilterConstant? = null, val inclusive: Boolean? = null)

Constructors

Link copied to clipboard
constructor(constant: TopicRangeFilterConstant? = null, inclusive: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The constant used in a date range filter.

Link copied to clipboard
val inclusive: Boolean? = null

A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.