Evaluation Form Question Type Properties Args
data class EvaluationFormQuestionTypePropertiesArgs(val numeric: Output<EvaluationFormNumericQuestionPropertiesArgs>? = null, val singleSelect: Output<EvaluationFormSingleSelectQuestionPropertiesArgs>? = null) : ConvertibleToJava<EvaluationFormQuestionTypePropertiesArgs>
The properties of the question.
Constructors
Link copied to clipboard
fun EvaluationFormQuestionTypePropertiesArgs(numeric: Output<EvaluationFormNumericQuestionPropertiesArgs>? = null, singleSelect: Output<EvaluationFormSingleSelectQuestionPropertiesArgs>? = null)