EvaluationFormNumericQuestionPropertiesArgs

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

fun EvaluationFormNumericQuestionPropertiesArgs(automation: Output<EvaluationFormNumericQuestionAutomationArgs>? = null, maxValue: Output<Int>, minValue: Output<Int>, options: Output<List<EvaluationFormNumericQuestionOptionArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EvaluationFormNumericQuestionPropertiesArgs

Properties

Link copied to clipboard

The automation properties for the numeric question.

Link copied to clipboard
val maxValue: Output<Int>

The maximum value for answers of the question.

Link copied to clipboard
val minValue: Output<Int>

The minimum value for answers of the question.

Link copied to clipboard

The list of option ranges used for scoring.