Option

data class Option(val corrected: Boolean, val id: String, val text: String, val votesCount: Int)

Constructors

Link copied to clipboard
constructor(corrected: Boolean, id: String, text: String, votesCount: Int)

Properties

Link copied to clipboard
@SerializedName(value = "corrected")
val corrected: Boolean
Link copied to clipboard
@SerializedName(value = "id")
val id: String
Link copied to clipboard
@SerializedName(value = "text")
val text: String
Link copied to clipboard
@SerializedName(value = "votes_count")
val votesCount: Int