<PackageReference Include="Relativity.ObjectManager" Version="11.1.242.2" />

ProductionQueueItem

public class ProductionQueueItem
public string CaseName { get; set; }

public string JobTypeName { get; set; }

public int Priority { get; set; }

public string ProductionJobID { get; set; }

public string ProductionName { get; set; }

public int RootFolderID { get; set; }

public int SetArtifactID { get; set; }

public int SetQueueID { get; set; }

public string Status { get; set; }

public string SubmittedBy { get; set; }

public DateTime SubmittedDate { get; set; }

public int WorkspaceArtifactID { get; set; }

public int WorkspaceUpgradeStatus { get; set; }