nextPageToken property
Pagination token to retrieve the next page of results.
When next_page_token
is not filled in, there is no next page and the
list returned is the last page in the result set.
Implementation
core.String? nextPageToken;
Pagination token to retrieve the next page of results.
When next_page_token
is not filled in, there is no next page and the
list returned is the last page in the result set.
core.String? nextPageToken;