VoteSummary

@JsonClass(generateAdapter = true)
data class VoteSummary(val total: Int = 0, val percentage: Double = 0.0)

Constructors

Link copied to clipboard
fun VoteSummary(total: Int = 0, percentage: Double = 0.0)

Properties

Link copied to clipboard
val percentage: Double = 0.0
Link copied to clipboard
val total: Int = 0