nextBatch property
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;
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.
String? nextBatch;