parentActivityGroupId property
- @TagNumber.new(12)
The ID of the associated non-leaf parent activity group (0, if the first activity group that is being created is a leaf activity group)
Implementation
@$pb.TagNumber(12)
$fixnum.Int64 get parentActivityGroupId => $_getI64(5);
- @TagNumber.new(12)
Implementation
@$pb.TagNumber(12)
set parentActivityGroupId($fixnum.Int64 value) => $_setInt64(5, value);