Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.14 KB

AccountList.md

File metadata and controls

14 lines (11 loc) · 1.14 KB

# AccountList

Properties

Name Type Description Notes
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_number int Deprecated. We will no longer support this field in a future release. Instead, use the `next_page_token` for pagination. [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]
accounts \Zoom\Api\Model\AccountListItemAccountsInner[] List of Account objects. [optional]

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