Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 797 Bytes

TeamList.md

File metadata and controls

19 lines (14 loc) · 797 Bytes

PollinationSDK.Model.TeamList

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
Resources List<Team>
NextPage int The next page, if this on is not the last [optional]
Type string [optional] [readonly] [default to "TeamList"]

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