EvaluationFormItemArgs

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)

Properties

Link copied to clipboard

The information of the question.

Link copied to clipboard
val section: Output<EvaluationFormSectionArgs>? = null

The information of the section.

Functions

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