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

kCura.EDDS.WebAPI.ProductionManagerBase.ProductionInfo

public class ProductionInfo
namespace kCura.EDDS.WebAPI.ProductionManagerBase { public class ProductionInfo { public bool BatesNumbering { get; set; } public int BeginBatesReflectedFieldId { get; set; } public bool DocumentsHaveRedactions { get; set; } public bool IncludeImageLevelNumberingForDocumentLevelNumbering { get; set; } public string Name { get; set; } public bool UseDocumentLevelNumbering { get; set; } public ProductionInfo(); } }