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

Relativity.Services.Interfaces.Choice.Models.MassActionChoiceResponse

Represents the result summary of both massive delete or a massive update of choices.
public string Message { get; set; }

Sets explanatory information for an error when one occurs.

public bool Success { get; set; }

Sets a Boolean value to true when no errors occurred while processing choices for a massive operation.

public int TotalChoices { get; set; }

Gets or sets the total count of choices updated or deleted by massive operation.