votingStatus

@SerializedName(value = "voting_status")
var votingStatus: String? = null

Indicates if this poll is still active and can receive votes, or if the voting is now closed.

e.g.

"voting_status": "closed"