cursor

open override fun cursor(cursor: String): StrictReceivePathsRequestBuilder

Sets the cursor parameter for pagination.

A cursor is a value that points to a specific location in a collection of resources. Use this to retrieve results starting from a specific path.

Return

This request builder instance

Parameters

cursor

A paging token from a previous response

See also