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

View

public class View
public int AllConditionCount { get; set; }

public int ArtifactId { get; set; }

public int? DashboardArtifactId { get; set; }

public int[] FieldsIds { get; set; }

public string GroupDefinitionFieldName { get; set; }

public bool HasConditions { get; set; }

public string Name { get; set; }

public string QueryHint { get; set; }

public bool RenderLinks { get; set; }

public int SavedSearchConditionCount { get; set; }

public string[] Sorts { get; set; }

public View()