ChoiceList

constructor(choiceListId: String, choiceListValues: List<ChoiceListValue> = emptyList())

Parameters

choiceListId

The identifier that maps to the ChoiceListField.

choiceListValues

A list of ChoiceListValues to display in the choice list.