userCount property

  1. @TagNumber(4)
Int64 get userCount

The number of distinct users that were affected by the issue

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get userCount => $_getI64(3);
  1. @TagNumber(4)
set userCount (Int64 v)

Implementation

@$pb.TagNumber(4)
set userCount($fixnum.Int64 v) { $_setInt64(3, v); }