Prediction Response Grades
data class PredictionResponseGrades(val gradeName: String? = null, val maxScoreThreshold: Int? = null, val minScoreThreshold: Int? = null)
The definition of a prediction grade.
The definition of a prediction grade.