EvaluationFormSingleSelectQuestionPropertiesArgs

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

Information about the options in single select questions.

Constructors

Properties

Link copied to clipboard

The display mode of the single select question.

Link copied to clipboard

The display mode of the single select question. Allowed values: `DROPDOWN` | `RADIO`

Link copied to clipboard

The answer options of the single select question. Minimum: 2 Maximum: 256

Functions

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