[][src]Type Definition activitystreams::activity::Move

type Move = ActorAndObjectOptOriginAndTarget<MoveType>;

Indicates that the actor has moved object from origin to target.

If the origin or target are not specified, either can be determined by context.

This is just an alias for Object<MoveType> because there's no fields inherent to Move that aren't already present on an ActorAndObjectOptOriginAndTarget.