Skip to main content
Version: 0.6

ListPage

A single page of items returned from a list() method.

Index

Methods

__init__

  • __init__(data): None
  • Initialize a ListPage instance from the API response data.


    Parameters

    • data: Dict

    Returns None

Properties

count

count: int

int: Count of the returned objects on this page

desc

desc: bool

bool: Whether the listing is descending or not

items

items: List

list: List of returned objects on this page

limit

limit: int

int: The offset of the first object specified in the API call

offset

offset: int

int: The limit on the number of returned objects offset specified in the API call

total

total: int

int: Total number of objects matching the API call criteria