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

ViewResponse

public List<Action> Actions { get; set; }

public DateTime? CreatedOn { get; set; }

public SecurableList<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 DateTime? LastModifiedOn { get; set; }

public Meta Meta { 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 ViewResponse()