EvaluationFormQuestionArgs

data class EvaluationFormQuestionArgs(val instructions: Output<String>? = null, val notApplicableEnabled: Output<Boolean>? = null, val questionType: Output<EvaluationFormQuestionQuestionType>, val questionTypeProperties: Output<EvaluationFormQuestionTypePropertiesArgs>? = null, val refId: Output<String>, val title: Output<String>, val weight: Output<Double>? = null) : ConvertibleToJava<EvaluationFormQuestionArgs>

The evaluation form question.

Constructors

Link copied to clipboard
fun EvaluationFormQuestionArgs(instructions: Output<String>? = null, notApplicableEnabled: Output<Boolean>? = null, questionType: Output<EvaluationFormQuestionQuestionType>, questionTypeProperties: Output<EvaluationFormQuestionTypePropertiesArgs>? = null, refId: Output<String>, title: Output<String>, weight: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val instructions: Output<String>? = null

The instructions for the question.

Link copied to clipboard
val notApplicableEnabled: Output<Boolean>? = null

The flag to enable not applicable answers to the question.

Link copied to clipboard

The type of the question.

Link copied to clipboard

The properties of the question

Link copied to clipboard
val refId: Output<String>

The identifier used to reference the question.

Link copied to clipboard
val title: Output<String>

The title of the question.

Link copied to clipboard
val weight: Output<Double>? = null

The question weight used for scoring.