Name | Type | Description | Notes |
---|---|---|---|
id | int | Webinar ID in "long" format(represented as int64 data type in JSON), also known as the webinar number. | [optional] |
questions | \Zoom\Api\Model\ReportWebinarQA200ResponseQuestionsInner[] | Array of webinar question objects. | [optional] |
start_time | \DateTime | Webinar start time. | [optional] |
uuid | string | Webinar UUID. Each Webinar instance will generate its own UUID(i.e., after a Webinar ends, a new UUID will be generated for the next instance of the Webinar). Please double encode your UUID when using it for API calls if the UUID begins with a '/' or contains '//' in it. | [optional] |