Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.16 KB

CreateBatchPollsRequestPollsInner.md

File metadata and controls

12 lines (9 loc) · 1.16 KB

# CreateBatchPollsRequestPollsInner

Properties

Name Type Description Notes
anonymous bool Whether to allow meeting participants to answer poll questions anonymously: * `true` — Anonymous polls enabled. * `false` — Participants cannot 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] [default to self::POLL_TYPE_1]
questions \Zoom\Api\Model\CreateBatchPollsRequestPollsInnerQuestionsInner[] Information about the poll's questions. [optional]
title string The poll's title, up to 64 characters. [optional]

[Back to Model list] [Back to API list] [Back to README]