EvaluationFormSectionArgs

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.

Constructors

Link copied to clipboard
fun EvaluationFormSectionArgs(instructions: Output<String>? = null, items: Output<List<EvaluationFormItemArgs>>? = null, refId: Output<String>, title: Output<String>, weight: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard
val instructions: Output<String>? = null

The instructions for the section.

Link copied to clipboard
val items: Output<List<EvaluationFormItemArgs>>? = null

The list of section items.

Link copied to clipboard
val refId: Output<String>

The identifier to reference the section.

Link copied to clipboard
val title: Output<String>

The title of the section.

Link copied to clipboard
val weight: Output<Double>? = null

The item weight used for scoring.