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