pageToken property

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

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

Implementation

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