pagination property
pagination defines the pagination in the response.
Implementation
@$pb.TagNumber(2)
$49.PageResponse get pagination => $_getN(1);
Implementation
@$pb.TagNumber(2)
set pagination($49.PageResponse v) { setField(2, v); }
pagination defines the pagination in the response.
@$pb.TagNumber(2)
$49.PageResponse get pagination => $_getN(1);
@$pb.TagNumber(2)
set pagination($49.PageResponse v) { setField(2, v); }