nextPageToken property
A token to retrieve the next page of documents.
If this field is omitted, there are no subsequent pages.
Implementation
@$pb.TagNumber(2)
$core.String get nextPageToken => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set nextPageToken($core.String v) {
$_setString(1, v);
}