Option
data class Option
Fields
Name | Description |
---|---|
val id: String
|
|
val url: String
|
|
val description: String
|
|
val is_correct: Boolean
|
|
var answer_count: Int?
|
|
var vote_count: Int?
|
Constructors
<init>
constructor(id: String, url: String, description: String, is_correct: Boolean, answer_count: Int?, vote_count: Int?)
Parameters
Name | Description |
---|---|
id: String
|
|
url: String
|
|
description: String
|
|
is_correct: Boolean
|
|
answer_count: Int?
|
|
vote_count: Int?
|