ListPage
Index
Constructors
__init__
Initialize a ListPage instance from the API response data.
Parameters
data: dict
Returns None
Properties
count
Count of the returned objects on this page
desc
Whether the listing is descending or not
items
List of returned objects on this page
limit
The offset of the first object specified in the API call
offset
The limit on the number of returned objects offset specified in the API call
total
Total number of objects matching the API call criteria
A single page of items returned from a list() method.