<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="4.1.3" />

Relativity.Infrastructure.V1.Shared.Models.MassOperationResult

public class MassOperationResult : DisplayableObjectIdentifier
Represents a result of a mass operation.
public Exception Exception { get; set; }

Gets or sets an exception thrown during the operation.

public bool Succeeded { get; set; }

Gets or sets a value indicating whether the mass operation was successful.