activityId property

  1. @TagNumber.new(27)
Int64 get activityId

Filter by the associated activity ID

Implementation

@$pb.TagNumber(27)
$fixnum.Int64 get activityId => $_getI64(10);
  1. @TagNumber.new(27)
set activityId (Int64 value)

Implementation

@$pb.TagNumber(27)
set activityId($fixnum.Int64 value) => $_setInt64(10, value);