<PackageReference Include="Relativity.Server.Productions.SDK" Version="12.3.0" />

Relativity.Productions.Services.Interfaces.V1.DTOs.MassProductionQueueResult

Represents the results of a mass operation on production jobs, including the total number of jobs requested and successful.
public List<string> Errors { get; set; }

Errors that occurred during the mass operation.

List of results for all jobs in the request.

public int TotalJobsRequested { get; set; }

Total number of jobs requested.

public int TotalJobsSuccessful { get; set; }

Total number of jobs successfully requested.

Initializes an instance of the MassProductionQueueResult class.