pagination property
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);
Implementation
@$pb.TagNumber(99)
set pagination($49.PageRequest v) { setField(99, v); }