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

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.