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

Relativity.Productions.Services.Interfaces.V1.DTOs.ProductionQueueResult

public class ProductionQueueResult
Result of an attempt to operate on a production queue job.
public List<string> Errors { get; set; }

Error messages if operation on job failed.

public int JobID { get; set; }

The ID of the production queue job.

public int ProductionID { get; set; }

Production artifact ID.

public bool RequestSent { get; }

Gets a Boolean value indicating whether the queue request was successfully sent.

public int WorkspaceID { get; set; }

Workspace artifact ID.

Initializes an instance of the CancelJobResult class.