Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 807 Bytes

ZoomRoomList.md

File metadata and controls

14 lines (11 loc) · 807 Bytes

# ZoomRoomList

Properties

Name Type Description Notes
next_page_token string [optional]
page_count int The number of pages returned for the request made. [optional]
page_number int The page number of the current results. [optional] [default to 1]
page_size int The number of records returned with a single API call. [optional] [default to 30]
total_records int The total number of all the records available across pages. [optional]
zoom_rooms \Zoom\Api\Model\ZoomRoom[] Array of Zoom Rooms [optional]

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