Topic Numeric Range Filter
data class TopicNumericRangeFilter(val aggregation: TopicNamedFilterAggType? = null, val constant: TopicRangeFilterConstant? = null, val inclusive: Boolean? = null)
Constructors
Link copied to clipboard
fun TopicNumericRangeFilter(aggregation: TopicNamedFilterAggType? = null, constant: TopicRangeFilterConstant? = null, inclusive: Boolean? = null)