TopCandidates

@Serializable
data class TopCandidates(val candidates: List<Candidate>)

Represents the top candidates.

Constructors

Link copied to clipboard
constructor(candidates: List<Candidate>)

Properties

Link copied to clipboard

The candidates.