Production public class Production : NamedArtifact Documentation 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 ProductionMetadata ProductionMetadata { get; set; } public List<NamedArtifact> RelativityApplications { get; set; } public bool ShouldCopyInstanceOnWorkspaceCreate { get; set; } public Production() public Production FillRequiredProperties()