TemplateParameterSelectableValues

data class TemplateParameterSelectableValues(val linkToDataSetColumn: TemplateColumnIdentifier? = null, val values: List<String>? = null)

Constructors

Link copied to clipboard
constructor(linkToDataSetColumn: TemplateColumnIdentifier? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column identifier that fetches values from the data set.

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

The values that are used in ParameterSelectableValues .