TopicNumericRangeFilterArgs

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

Constructors

Link copied to clipboard
fun TopicNumericRangeFilterArgs(aggregation: Output<TopicNamedFilterAggType>? = null, constant: Output<TopicRangeFilterConstantArgs>? = null, inclusive: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val inclusive: Output<Boolean>? = null