Evaluation Form Question Type Properties Args
data class EvaluationFormQuestionTypePropertiesArgs(val numeric: Output<EvaluationFormNumericQuestionPropertiesArgs>? = null, val singleSelect: Output<EvaluationFormSingleSelectQuestionPropertiesArgs>? = null) : ConvertibleToJava<EvaluationFormQuestionTypePropertiesArgs>
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
Constructors
Link copied to clipboard
constructor(numeric: Output<EvaluationFormNumericQuestionPropertiesArgs>? = null, singleSelect: Output<EvaluationFormSingleSelectQuestionPropertiesArgs>? = null)