pageToken property

String? pageToken
getter/setter pair

A token identifying a page of results the server should return.

Typically, this is the value of next_page_token returned from the previous call to SearchTargetingOptions method. If not specified, the first page of results will be returned.

Implementation

core.String? pageToken;