_BaseListPage
Hierarchy
Index
Properties
count
The number of objects returned on this page.
desc
Indicates if the returned list is in descending order.
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 storage items returned from a collection list method.