ChoiceList

@JsonClass(generateAdapter = true)
data class ChoiceList(val choiceListId: String, val choiceListValues: List<ChoiceListValue>)

The choice list that is associated with a particular ChoiceListField.

Parameters

choiceListId

The identifier that maps to the ChoiceListField.

choiceListValues

A list of ChoiceListValues to display in the choice list.

Constructors

Link copied to clipboard
constructor(choiceListId: String, choiceListValues: List<ChoiceListValue>)

Properties

Link copied to clipboard
val choiceListId: String
Link copied to clipboard