nextPageToken property
A page token that may be used to request an additional set of results, up
to the number specified by partition_count
in the PartitionQuery request.
If blank, there are no more results.
Implementation
@$pb.TagNumber(2)
$core.String get nextPageToken => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set nextPageToken($core.String v) {
$_setString(1, v);
}