AssessmentStatusResponse

data class AssessmentStatusResponse(val cause: String? = null, val code: String, val description: String? = null)

The result of the assessment

Constructors

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

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