EvaluationFormSingleSelectQuestionPropertiesArgs

data class EvaluationFormSingleSelectQuestionPropertiesArgs(val automation: Output<EvaluationFormSingleSelectQuestionAutomationArgs>? = null, val displayAs: Output<EvaluationFormSingleSelectQuestionPropertiesDisplayAs>? = null, val options: Output<List<EvaluationFormSingleSelectQuestionOptionArgs>>) : ConvertibleToJava<EvaluationFormSingleSelectQuestionPropertiesArgs>

The properties of the single-select question.

Constructors

Functions

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

Properties

Link copied to clipboard

The automation properties for the single-select question.

Link copied to clipboard

The display mode of the single-select question.

Link copied to clipboard

The list of options for the question.