<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

ProductionSet

public class ProductionSet : Artifact
Represents a production set for use with an import job.
namespace kCura.Relativity.ImportAPI.Data { public class ProductionSet : Artifact { public int ProductionOrder { get; set; } } }