Topic Numeric Range Filter Args
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)