<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5001.0.38" />

Production

public class Production : NamedArtifact
public List<ProductionDataSource> DataSources { get; set; }

public ProductionDetails Details { get; set; }

public string FirstBatesValue { get; set; }

public ProductionFooters Footers { get; set; }

public ProductionHeaders Headers { get; set; }

public string Keywords { get; set; }

public string LastBatesValue { get; set; }

public string Notes { get; set; }

public ProductionNumbering Numbering { get; set; }

public bool ShouldCopyInstanceOnWorkspaceCreate { get; set; }

public Production()