pageToken property
Optional. If present, then retrieve the next batch of results from the preceding call
to this method. pageToken must be the value of nextPageToken from the
previous response. The values of other method parameters should be
identical to those in the previous call.
Implementation
@$pb.TagNumber(2)
$core.String get pageToken => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set pageToken($core.String value) => $_setString(1, value);