Evaluation Form Item Args
data class EvaluationFormItemArgs(val question: Output<EvaluationFormQuestionArgs>? = null, val section: Output<EvaluationFormSectionArgs>? = null) : ConvertibleToJava<EvaluationFormItemArgs>
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Constructors
Link copied to clipboard
constructor(question: Output<EvaluationFormQuestionArgs>? = null, section: Output<EvaluationFormSectionArgs>? = null)