Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
19 lines (14 loc) · 813 Bytes

FileMetaList.md

File metadata and controls

19 lines (14 loc) · 813 Bytes

PollinationSDK.Model.FileMetaList

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

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