pageToken property

String? pageToken
getter/setter pair

A continuation token to get the next page of the results.

Adding this to the request returns the rows after the pageToken. The pageToken should be the value returned in the nextPageToken parameter in the response to the searchMediaItems request.

Implementation

core.String? pageToken;