prevBatch property

String? prevBatch
getter/setter pair

A pagination token that allows fetching previous results. The absence of this token means there are no results before this batch, i.e. this is the first batch.

Implementation

String? prevBatch;