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

type Create = ActorAndObject<CreateType>;

Indicates that the actor has created the object.

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