pub(crate) fn build_object_group_for_delete(
partial_objects: Vec<PartialObject>,
) -> Info
Expand description
Build a object group for notifying the deletion of the given objects.
Note that only id fields are filled in the object info, as the arguments are partial objects. As a result, the returned notification info should only be used for deletion.