LeaderboardQuestion

data class LeaderboardQuestion(val questionIndex: Long?, val position: Long?, val duration: Long?, val totalResponse: Long?, val correctResponses: Long?, val score: Float?, val pollPeer: HMSPollResponsePeerInfo?)

Constructors

Link copied to clipboard
fun LeaderboardQuestion(questionIndex: Long?, position: Long?, duration: Long?, totalResponse: Long?, correctResponses: Long?, score: Float?, pollPeer: HMSPollResponsePeerInfo?)

Properties

Link copied to clipboard
@SerializedName(value = "correct_responses")
val correctResponses: Long?
Link copied to clipboard
@SerializedName(value = "duration")
val duration: Long?
Link copied to clipboard
@SerializedName(value = "peer")
val pollPeer: HMSPollResponsePeerInfo?
Link copied to clipboard
@SerializedName(value = "position")
val position: Long?
Link copied to clipboard
@SerializedName(value = "question")
val questionIndex: Long?
Link copied to clipboard
@SerializedName(value = "score")
val score: Float?
Link copied to clipboard
@SerializedName(value = "total_responses")
val totalResponse: Long?