TopicDateRangeFilterArgs

data class TopicDateRangeFilterArgs(val constant: Output<TopicRangeFilterConstantArgs>? = null, val inclusive: Output<Boolean>? = null) : ConvertibleToJava<TopicDateRangeFilterArgs>

Constructors

Link copied to clipboard
constructor(constant: Output<TopicRangeFilterConstantArgs>? = null, inclusive: Output<Boolean>? = null)

Properties

Link copied to clipboard

The constant used in a date range filter.

Link copied to clipboard
val inclusive: Output<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.

Functions

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