PredictionResponseGrades

data class PredictionResponseGrades(val gradeName: String? = null, val maxScoreThreshold: Int? = null, val minScoreThreshold: Int? = null)

The definition of a prediction grade.

Constructors

Link copied to clipboard
constructor(gradeName: String? = null, maxScoreThreshold: Int? = null, minScoreThreshold: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gradeName: String? = null

Name of the grade.

Link copied to clipboard
val maxScoreThreshold: Int? = null

Maximum score threshold.

Link copied to clipboard
val minScoreThreshold: Int? = null

Minimum score threshold.