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

type TentativeReject = ActorAndObject<TentativeRejectType>;

A specialization of Reject in which the rejection is considered tentative.

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