PagingList

class PagingList<T>(val totalAvailable: Long?, val readItems: List<T>)

Contains results of listing methods.

Parameters

T

type of items stored in list.

Constructors

Link copied to clipboard
constructor(totalAvailable: Long?, readItems: List<T>)

Properties

Link copied to clipboard

List of items read during single method call

Link copied to clipboard

Total items available to get