Evaluation Form Question
data class EvaluationFormQuestion(val instructions: String? = null, val notApplicableEnabled: Boolean? = null, val questionType: EvaluationFormQuestionQuestionType, val questionTypeProperties: EvaluationFormQuestionTypeProperties? = null, val refId: String, val title: String, val weight: Double? = null)
The evaluation form question.
Constructors
Link copied to clipboard
fun EvaluationFormQuestion(instructions: String? = null, notApplicableEnabled: Boolean? = null, questionType: EvaluationFormQuestionQuestionType, questionTypeProperties: EvaluationFormQuestionTypeProperties? = null, refId: String, title: String, weight: Double? = null)