skippedResults property

  1. @TagNumber(4)
int get skippedResults

The number of results that have been skipped due to an offset between the last response and the current response.

Implementation

@$pb.TagNumber(4)
$core.int get skippedResults => $_getIZ(3);
  1. @TagNumber(4)
set skippedResults (int v)

Implementation

@$pb.TagNumber(4)
set skippedResults($core.int v) {
  $_setSignedInt32(3, v);
}