Page

constructor(data: List<T>, cursor: String?)

Parameters

data

the items on this page.

cursor

the cursor to pass to the next call to retrieve the next page, or null if this is the last page.