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