HMSPollLeaderboardEntry

data class HMSPollLeaderboardEntry(    val position: Long?,     val score: Long?,     val totalResponses: Long?,     val correctResponses: Long?,     val duration: Long?,     val peer: HMSPollResponsePeerInfo?)

Constructors

Link copied to clipboard
fun HMSPollLeaderboardEntry(    position: Long?,     score: Long?,     totalResponses: Long?,     correctResponses: Long?,     duration: Long?,     peer: HMSPollResponsePeerInfo?)

Properties

Link copied to clipboard
@SerializedName(value = "correctResponses")
val correctResponses: Long?
Link copied to clipboard
@SerializedName(value = "duration")
val duration: Long?
Link copied to clipboard
@SerializedName(value = "peer")
val peer: HMSPollResponsePeerInfo?
Link copied to clipboard
@SerializedName(value = "position")
val position: Long?
Link copied to clipboard
@SerializedName(value = "score")
val score: Long?
Link copied to clipboard
@SerializedName(value = "totalResponses")
val totalResponses: Long?