Vote
The Vote class represents a vote. It contains information about the vote's ID and the list of users who voted. Below are the details of the Vote model:
Properties
| Variable | Type | Description | Optional |
|---|---|---|---|
| id | String | The unique identifier of the vote. | |
| users | List<String> | The list of user IDs who voted. |