EvaluationFormQuestionTypePropertiesArgs

data class EvaluationFormQuestionTypePropertiesArgs(val numeric: Output<EvaluationFormNumericQuestionPropertiesArgs>? = null, val singleSelect: Output<EvaluationFormSingleSelectQuestionPropertiesArgs>? = null) : ConvertibleToJava<EvaluationFormQuestionTypePropertiesArgs>

The properties of the question.

Constructors

Functions

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

Properties

Link copied to clipboard

The properties of the numeric question.

Link copied to clipboard

The properties of the single-select question.