Package version:
Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.
.value
byPage
An object from accessing value on the IteratorResult from a byPage iterator.
value
The continuation token that can be passed into byPage() during future calls.
Given the last
.value
produced by thebyPage
iterator, returns a continuation token that can be used to begin paging from that point later.