EvaluationFormQuestionTypePropertiesArgs

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
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 single-select question.

Functions

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