Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 862 Bytes

QueueList.md

File metadata and controls

17 lines (13 loc) · 862 Bytes

freeclimb.Model.QueueList

Properties

Name Type Description Notes
Total int? Total amount of requested resource. [optional]
Start int? Resource index at start of current page [optional]
End int? Resource index at end of current page [optional]
Page int? Current page [optional]
NumPages int? Total number of pages [optional]
PageSize int? Number of items per page [optional]
NextPageUri string Uri to retrieve the next page of items [optional]
Queues List<QueueResult> [optional]

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