Evaluation Form Numeric Question Properties
data class EvaluationFormNumericQuestionProperties(val automation: EvaluationFormNumericQuestionAutomation? = null, val maxValue: Int, val minValue: Int, val options: List<EvaluationFormNumericQuestionOption>? = null)
Information about properties for a numeric question in an evaluation form.
Constructors
Link copied to clipboard
constructor(automation: EvaluationFormNumericQuestionAutomation? = null, maxValue: Int, minValue: Int, options: List<EvaluationFormNumericQuestionOption>? = null)