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