PollUpdatedData

@Serializable
data class PollUpdatedData(val polls: List<Poll>? = null, val poll: Poll, val status: String)

Constructors

Link copied to clipboard
constructor(polls: List<Poll>? = null, poll: Poll, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val poll: Poll
Link copied to clipboard
val polls: List<Poll>? = null
Link copied to clipboard

Functions

Link copied to clipboard