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

Relativity.Services.Interfaces.Choice.Models.MassCreateChoiceResponse

Represents the result summary of both massive create choices.
public List<MassCreatedChoice> ChoicesCreated { get; set; }

Gets or sets list of created 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.