TopicRangeFilterConstant

data class TopicRangeFilterConstant(val constantType: TopicConstantType? = null, val rangeConstant: TopicRangeConstant? = null)

Constructors

Link copied to clipboard
constructor(constantType: TopicConstantType? = null, rangeConstant: TopicRangeConstant? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE .

Link copied to clipboard

The value of the constant that is used to specify the endpoints of a range filter.