<PackageReference Include="Relativity.ObjectManager" Version="11.1.95.6" />

ViewResponse

public class ViewResponse
public int ArtifactID { get; set; }

public int ArtifactTypeID { get; set; }

public bool AvailableInObjectTab { get; set; }

public int? DashboardArtifactID { get; set; }

public int? DisplayFieldArtifactID { get; set; }

public int? GroupDefinitionFieldArtifactID { get; set; }

public bool IsManualRerun { get; set; }

public bool IsReport { get; set; }

public bool IsVisible { get; set; }

public string Name { get; set; }

public int? Order { get; set; }

public int? PayloadFieldArtifactID { get; set; }

public string QueryHint { get; set; }

public bool RenderLinks { get; set; }

public int? SearchProviderID { get; set; }

public string SearchText { get; set; }

public int? ThreadMethod { get; set; }

public string Type { get; set; }

public int ViewByFamily { get; set; }

public int VisualizationType { get; set; }

public ViewResponse()