Poll Options
PollOption
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
id | String | Unique identifier for the poll option | ✔ |
text | String | Text content of the poll option | ✔ |
isSelected | Bool | Whether this option is selected | ✔ |
percentage | Double | Percentage of votes for this option | ✔ |
uuid | String | UUID of the poll option | ✔ |
voteCount | Int | Number of votes for this option | ✔ |