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>
Information about properties for a numeric question in an evaluation form.
Constructors
Link copied to clipboard
constructor(automation: Output<EvaluationFormNumericQuestionAutomationArgs>? = null, maxValue: Output<Int>, minValue: Output<Int>, options: Output<List<EvaluationFormNumericQuestionOptionArgs>>? = null)