RequestQueueListPage
Hierarchy
- _BaseListPage
- RequestQueueListPage
Index
Properties
count
The number of objects returned on this page.
desc
Indicates if the returned list is in descending order.
items
The list of request queue items returned on this page.
limit
The maximum number of objects to return, as specified in the API call.
model_config
offset
The starting position of the first object returned, as specified in the API call.
total
The total number of objects that match the criteria of the API call.
Model for a single page of request queue items returned from a collection list method.