<PackageReference Include="Relativity.Server.DataVisualization.SDK" Version="1.3.7" />

ViewRequest

public class ViewRequest : IHaveName
public int ArtifactID { get; set; }

public int ArtifactTypeID { get; set; }

public List<FieldRef> Fields { get; set; }

public int? GroupDefinitionFieldArtifactID { get; set; }

public bool IsRelationalFieldView { get; set; }

public bool IsSystemView { get; set; }

public bool IsVisible { get; set; }

public string Name { get; set; }

public int Order { get; set; }

public string QueryHint { get; set; }

public CriteriaCollection SearchCriteria { get; set; }

public List<Sort> Sorts { get; set; }

public bool VisibleInDropdown { get; set; }

public ViewRequest(ViewResponse response)

public ViewRequest()

public static ViewRequest op_Implicit(ViewResponse response)