Evaluation Form Single Select Question Automation
data class EvaluationFormSingleSelectQuestionAutomation(val defaultOptionRefId: String? = null, val options: List<EvaluationFormSingleSelectQuestionAutomationOption>)
The automation properties for the single-select question.
Constructors
Link copied to clipboard
fun EvaluationFormSingleSelectQuestionAutomation(defaultOptionRefId: String? = null, options: List<EvaluationFormSingleSelectQuestionAutomationOption>)