TopicCollectiveConstant

data class TopicCollectiveConstant(val valueList: List<String>? = null)

Constructors

Link copied to clipboard
constructor(valueList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val valueList: List<String>? = null

A list of values for the collective constant.