prevBatch property

String? prevBatch
getter/setter pair

An opaque string representing a pagination token. The absence of this token means this is the start of the result set, i.e. this is the first batch/page.

Implementation

String? prevBatch;