counts property

  1. @TagNumber.new(3)
PbList<RequestCount> get counts

request counts for the requested period, split according to precision, including zero values

Implementation

@$pb.TagNumber(3)
$pb.PbList<RequestCount> get counts => $_getList(2);