Poll

constructor(id: String? = null, question: String, type: String? = null, options: List<String> = emptyList(), votes: List<Int> = emptyList(), status: String? = null, voters: Map<String, Int> = emptyMap())