TopicCollectiveConstantArgs

data class TopicCollectiveConstantArgs(val valueList: Output<List<String>>? = null) : ConvertibleToJava<TopicCollectiveConstantArgs>

Constructors

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

Properties

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

A list of values for the collective constant.

Functions

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