Evaluation Form Question Args
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)