pageToken property

String? pageToken
getter/setter pair

Token of the page to retrieve.

If not specified, the first page of results will be returned. Use the value obtained from next_page_token in the previous response in order to request the next page of results.

Implementation

core.String? pageToken;