cursor

open override fun cursor(cursor: String): EffectsRequestBuilder

Sets the cursor parameter on the request. A cursor is a value that points to a specific location in a collection of resources. The cursor attribute itself is an opaque value meaning that users should not try to parse it.

Parameters

cursor

A cursor is a value that points to a specific location in a collection of resources

See also