nextBatch property

String? nextBatch
getter/setter pair

An opaque string representing a pagination token. The absence of this token means there are no more results to fetch and the client should stop paginating.

Implementation

String? nextBatch;