Evaluation Form Numeric Question Properties Args
data class EvaluationFormNumericQuestionPropertiesArgs(val automation: Output<EvaluationFormNumericQuestionAutomationArgs>? = null, val maxValue: Output<Int>, val minValue: Output<Int>, val options: Output<List<EvaluationFormNumericQuestionOptionArgs>>? = null) : ConvertibleToJava<EvaluationFormNumericQuestionPropertiesArgs>
The properties of the numeric question.
Constructors
Link copied to clipboard
fun EvaluationFormNumericQuestionPropertiesArgs(automation: Output<EvaluationFormNumericQuestionAutomationArgs>? = null, maxValue: Output<Int>, minValue: Output<Int>, options: Output<List<EvaluationFormNumericQuestionOptionArgs>>? = null)