CompoundAssessmentDetailsResponse

data class CompoundAssessmentDetailsResponse(val createdTimestamp: String? = null, val status: String, val updatedTimestamp: String? = null)

Details of the compound assessment.

Constructors

Link copied to clipboard
constructor(createdTimestamp: String? = null, status: String, updatedTimestamp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when the assessment was created.

Link copied to clipboard

Status of the assessment.

Link copied to clipboard

Timestamp when the assessment was last updated.