nextPageToken property

  1. @TagNumber(2)
String nextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there were no subsequent pages at the time of request. If the invocation is not finalized, more results may appear later.

Implementation

@$pb.TagNumber(2)
$core.String get nextPageToken => $_getSZ(1);
  1. @TagNumber(2)
void nextPageToken=(String v)

Implementation

@$pb.TagNumber(2)
set nextPageToken($core.String v) {
  $_setString(1, v);
}