Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 880 Bytes

ListResponseMeta.md

File metadata and controls

19 lines (14 loc) · 880 Bytes

PollinationSDK.Model.ListResponseMeta

Properties

Name Type Description Notes
Page int The current page the pagination request is on
PerPage int The number of pages per pagination request
PageCount int The total number of pages
TotalCount int The total number of resources matching the list request
NextPage int The next page, if this on is not the last [optional]
Resources List<AnyType> The list of resources returned from the list query [optional]
Type string [optional] [readonly] [default to "ListResponseMeta"]

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