TopicSingularFilterConstant

data class TopicSingularFilterConstant(val constantType: TopicConstantType? = null, val singularConstant: String? = null)

Constructors

Link copied to clipboard
constructor(constantType: TopicConstantType? = null, singularConstant: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the singular filter constant. Valid values for this structure are SINGULAR .

Link copied to clipboard

The value of the singular filter constant.