<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

ProductionQueueItem

public class ProductionQueueItem
Represents one item in Production queue
public string CaseName { get; set; }

Case name (Workspace name)

public string JobTypeName { get; set; }

Production job type name

public int Priority { get; set; }

Production job priority

public string ProductionJobID { get; set; }

Production job ID

public string ProductionName { get; set; }

Production name

public int RootFolderID { get; set; }

WOrkspace root folder ID

public int SetArtifactID { get; set; }

Production artifact ID

public int SetQueueID { get; set; }

Set Queue ID, unique identifier of a row in ProductionSetQueue table

public string Status { get; set; }

Production status

public string SubmittedBy { get; set; }

Subbmitted by user name

public DateTime SubmittedDate { get; set; }

Submitted date

public int WorkspaceArtifactID { get; set; }

Workspace artifact ID

public int WorkspaceUpgradeStatus { get; set; }

Workspace upgrade status