parentActivityGroupId property

  1. @TagNumber.new(12)
Int64 get parentActivityGroupId

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);
  1. @TagNumber.new(12)
set parentActivityGroupId (Int64 value)

Implementation

@$pb.TagNumber(12)
set parentActivityGroupId($fixnum.Int64 value) => $_setInt64(5, value);