startCursor property

String? startCursor
getter/setter pair

A starting point for the query results.

Query cursors are returned in query result batches and can only be used to continue the same query.

Implementation

core.String? startCursor;