AssessmentStatusResponseResponse

data class AssessmentStatusResponseResponse(val cause: String? = null, val code: String, val description: String? = null, val firstEvaluationDate: String, val statusChangeDate: String)

The result of the assessment

Constructors

Link copied to clipboard
constructor(cause: String? = null, code: String, description: String? = null, firstEvaluationDate: String, statusChangeDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cause: String? = null

Programmatic code for the cause of the assessment status

Link copied to clipboard

Programmatic code for the status of the assessment

Link copied to clipboard
val description: String? = null

Human readable description of the assessment status

Link copied to clipboard

The time that the assessment was created and first evaluated. Returned as UTC time in ISO 8601 format

Link copied to clipboard

The time that the status of the assessment last changed. Returned as UTC time in ISO 8601 format