suppressedCount property
A lower bound on the count of entries omitted due to reason.
Implementation
@$pb.TagNumber(2)
$core.int get suppressedCount => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set suppressedCount($core.int value) => $_setSignedInt32(1, value);