PNBoundedPage

constructor(start: Long? = null, end: Long? = null, limit: Int? = null)

Parameters

start

Timetoken denoting the start of the range requested (return values will be less than start).

end

Timetoken denoting the end of the range requested (return values will be greater than or equal to end).

limit

Specifies the number of items to return in response.