AssessmentStatus

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

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

Specifies the cause of the assessment status.

Link copied to clipboard

Specifies the programmatic code of the assessment status. Possible values are Healthy, Unhealthy and NotApplicable.

Link copied to clipboard
val description: String? = null

Specifies the human readable description of the assessment status.