Skip to main content

CheckpointSummaryPage

data class CheckpointSummaryPage(var pageInfo: PageInfo, var data: List<CheckpointSummary>) : Disposable

A page of items returned by the GraphQL server.

Constructors

CheckpointSummaryPageconstructor(pageInfo: PageInfo, data: List<CheckpointSummary>)

Properties

NameSummary
datavar data: List<CheckpointSummary>
The data returned by the server.
pageInfovar pageInfo: PageInfo
Information about the page, such as the cursor and whether there are more pages.

Functions

NameSummary
destroyopen override fun destroy()