TopicRangeFilterConstantArgs

data class TopicRangeFilterConstantArgs(val constantType: Output<TopicConstantType>? = null, val rangeConstant: Output<TopicRangeConstantArgs>? = null) : ConvertibleToJava<TopicRangeFilterConstantArgs>

Constructors

Link copied to clipboard
constructor(constantType: Output<TopicConstantType>? = null, rangeConstant: Output<TopicRangeConstantArgs>? = null)

Properties

Link copied to clipboard
val constantType: Output<TopicConstantType>? = null

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.

Functions

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