SolutionDetailsResponse

data class SolutionDetailsResponse(val assessmentCount: Int? = null, val extendedDetails: Map<String, String>? = null, val groupCount: Int? = null)

Class representing the details of the solution.

Constructors

Link copied to clipboard
constructor(assessmentCount: Int? = null, extendedDetails: Map<String, String>? = null, groupCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assessmentCount: Int? = null

Gets or sets the count of assessments reported by the solution.

Link copied to clipboard

Gets or sets the extended details reported by the solution.

Link copied to clipboard
val groupCount: Int? = null

Gets or sets the count of groups reported by the solution.