Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

RecordingMeetingList.md

File metadata and controls

15 lines (12 loc) · 1.01 KB

# RecordingMeetingList

Properties

Name Type Description Notes
from \DateTime Start Date. [optional]
to \DateTime End Date. [optional]
next_page_token string The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. [optional]
page_count int The number of pages returned for the request made. [optional]
page_size int The number of records returned within a single API call. [optional] [default to 30]
total_records int The number of all records available across pages. [optional]
meetings RecordingMeeting[] List of recordings. [optional]

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