<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Objects.DataContracts.DeleteReport

public class DeleteReport
Contains information about deleted objects as a list of one or more deleted items.
public List<DeleteItem> DeletedItems { get; set; }

Gets or set a list of DeleteItem objects containing the number, object type, and other information about the deleted items.

public DeleteReport()