Name | Type | Description | Notes |
---|---|---|---|
id | string | Webinar Poll ID | [optional] |
status | string | Status of the Webinar Poll:<br>`notstart` - Poll not started<br>`started` - Poll started<br>`ended` - Poll ended<br>`sharing` - Sharing poll results | [optional] |
anonymous | bool | Allow meeting participants to answer poll questions anonymously. This value defaults to `false`. | [optional] [default to false] |
poll_type | int | The type of poll: * `1` — Poll. * `2` — Advanced Poll. This feature must be enabled in your Zoom account. * `3` — Quiz. This feature must be enabled in your Zoom account. This value defaults to `1`. | [optional] |
questions | \Zoom\Api\Model\PollQuestionsInner[] | Information about the poll's questions. | [optional] |
title | string | The poll's title, up to 64 characters. | [optional] |