EvaluationFormQuestionTypePropertiesArgs

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)

Properties

Link copied to clipboard

The properties of the numeric question.

Link copied to clipboard

The properties of the numeric question.

Functions

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