Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 618 Bytes

ListInfoResponse.md

File metadata and controls

14 lines (10 loc) · 618 Bytes

ListInfoResponse

Contains pagination information about the data returned.

Properties

Name Type Description Notes
num_pages int Total number of pages available.
num_results int Total number of objects available.
page int Number of the page being returned.
page_size int Objects returned per page.

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