EvaluationFormScoringStrategyArgs

data class EvaluationFormScoringStrategyArgs(val mode: Output<EvaluationFormScoringStrategyMode>, val status: Output<EvaluationFormScoringStrategyStatus>) : ConvertibleToJava<EvaluationFormScoringStrategyArgs>

A scoring strategy of the evaluation form.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The scoring mode of the evaluation form. Allowed values: `QUESTION_ONLY` | `SECTION_ONLY`

Link copied to clipboard

The scoring status of the evaluation form. Allowed values: `ENABLED` | `DISABLED`

Functions

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