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

type Remove = ActorAndObjectOptOriginAndTarget<RemoveType>;

Indicates that the actor is removing the object.

If specified, the origin indicates the context from which the object is being removed.

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