SetQuestionsResponse

data class SetQuestionsResponse(val pollId: String, val totalQuestions: Int, val version: String)

Constructors

Link copied to clipboard
fun SetQuestionsResponse(pollId: String, totalQuestions: Int, version: String)

Properties

Link copied to clipboard
@SerializedName(value = "poll_id")
val pollId: String
Link copied to clipboard
@SerializedName(value = "total_questions")
val totalQuestions: Int
Link copied to clipboard
@SerializedName(value = "version")
val version: String