Represent a Poll attached to a Tweet.
| Name | Type | Description | Notes |
|---|---|---|---|
| durationMinutes | Integer | [optional] | |
| endDatetime | OffsetDateTime | [optional] | |
| id | String | Unique identifier of this poll. | |
| options | List<PollOption> | ||
| votingStatus | VotingStatusEnum | [optional] |
| Name | Value |
|---|---|
| OPEN | "open" |
| CLOSED | "closed" |