before property

String before
final

A cursor for use in pagination. before is a resource ID that defines your place in the list.

For example, if you make a request and receive 10 resources, starting with some_resource_id, your subsequent call can include before=some_resource_id in order to fetch the previous page of the list.

Implementation

final String before;