nextPageToken property

String? nextPageToken
getter/setter pair

A token to retrieve the next page of results.

Pass this value in the page_token field in the subsequent call to ListCustomBiddingAlgorithmsRequest method to retrieve the next page of results. If this field is null, it means this is the last page.

Implementation

core.String? nextPageToken;