Get Assessment Result
data class GetAssessmentResult(val eTag: String? = null, val id: String, val name: String, val properties: AssessmentPropertiesResponse, val type: String)
An assessment created for a group in the Migration project.
Constructors
Link copied to clipboard
constructor(eTag: String? = null, id: String, name: String, properties: AssessmentPropertiesResponse, type: String)