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

type Dislike = ActorAndObject<DislikeType>;

Indicates that the actor dislikes the object.

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