Returns the type of paged item (for example, batch_jobs
).
Returns the current page, which is a list of items.
Returns the total number of items in the current page.
Returns an async iterator that support iterating through all items retrieved from the API.
Returns true if there are more pages to fetch from the API.
Fetches the next page of items. This makes a new API request.
Pager class for iterating through paginated results.