origin property

  1. @TagNumber(7)
AttributeContext_Peer origin

The origin of a network activity. In a multi hop network activity, the origin represents the sender of the first hop. For the first hop, the source and the origin must have the same content.

Implementation

@$pb.TagNumber(7)
AttributeContext_Peer get origin => $_getN(6);
  1. @TagNumber(7)
void origin=(AttributeContext_Peer v)

Implementation

@$pb.TagNumber(7)
set origin(AttributeContext_Peer v) { setField(7, v); }