Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.13 KB

File metadata and controls

31 lines (24 loc) · 1.13 KB

Freeclimb::QueueList

Properties

Name Type Description Notes
total Integer Total amount of requested resource. [optional]
start Integer Resource index at start of current page [optional]
_end Integer Resource index at end of current page [optional]
page Integer Current page [optional]
num_pages Integer Total number of pages [optional]
page_size Integer Number of items per page [optional]
next_page_uri String Uri to retrieve the next page of items [optional]
queues Array<QueueResult> [optional]

Code Sample

require 'Freeclimb'

instance = Freeclimb::QueueList.new(total: null,
                                 start: null,
                                 _end: null,
                                 page: null,
                                 num_pages: null,
                                 page_size: null,
                                 next_page_uri: null,
                                 queues: null)