Evaluation Form Section Args
data class EvaluationFormSectionArgs(val instructions: Output<String>? = null, val items: Output<List<EvaluationFormItemArgs>>? = null, val refId: Output<String>, val title: Output<String>, val weight: Output<Double>? = null) : ConvertibleToJava<EvaluationFormSectionArgs>
The evaluation form section.