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

type Reject = ActorAndObject<RejectType>;

Indicates that the actor is rejecting the object.

The target and origin typically have no defined meaning.

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