VoteInfo

@JsonClass(generateAdapter = true)
data class VoteInfo(val userId: String, val option: String, val voteTimestamp: Long)

Constructors

Link copied to clipboard
constructor(userId: String, option: String, voteTimestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard