GetEvaluationFormValidationResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the evaluation form.

Link copied to clipboard

A version of the evaluation form.

Link copied to clipboard

The reason the validation failed. This field is populated only when the status is FAILED.

Link copied to clipboard

A list of findings from the validation process. Each finding identifies a structural issue or quality improvement for the evaluation form, and may include a suggested fix. This field is populated when the status is COMPLETED.

Link copied to clipboard

The timestamp when the validation process was started.

Link copied to clipboard

The current status of the validation process. Valid values: IN_PROGRESS, COMPLETED, FAILED.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String