Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.12 KB

ReportUpcomingEvents200Response.md

File metadata and controls

13 lines (10 loc) · 1.12 KB

# ReportUpcomingEvents200Response

Properties

Name Type Description Notes
from \DateTime The report's start date. This value must be within the past six months. [optional]
next_page_token string The next page token is used to paginate through large result sets. A next page token returns when the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. [optional]
page_size int The number of records returned in a single API call. [optional] [default to 30]
to \DateTime The report's end date. This value must be within the past six months and cannot exceed a month from the `from` value. [optional]
upcoming_events \Zoom\Api\Model\ReportUpcomingEvents200ResponseAllOfUpcomingEventsInner[] Information about the upcoming event. [optional]

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