PollResponse

fun PollResponse(@Json(name = "answers") answers: List<String>? = null)