pageToken property

  1. @TagNumber.new(2)
String get pageToken

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);
  1. @TagNumber.new(2)
set pageToken (String value)

Implementation

@$pb.TagNumber(2)
set pageToken($core.String value) => $_setString(1, value);