pagination property

  1. @TagNumber.new(99)
PageRequest get pagination

pagination defines an optional pagination for the request. This field is only read if the denoms field is empty.

Implementation

@$pb.TagNumber(99)
$49.PageRequest get pagination => $_getN(1);
  1. @TagNumber.new(99)
set pagination (PageRequest v)

Implementation

@$pb.TagNumber(99)
set pagination($49.PageRequest v) { setField(99, v); }