activityStatusId property

  1. @TagNumber.new(28)
Int64 get activityStatusId

Filter by the associated activity status ID

Implementation

@$pb.TagNumber(28)
$fixnum.Int64 get activityStatusId => $_getI64(13);
  1. @TagNumber.new(28)
set activityStatusId (Int64 value)

Implementation

@$pb.TagNumber(28)
set activityStatusId($fixnum.Int64 value) => $_setInt64(13, value);