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

Relativity.Services.DataVisualization.V1.View.Models.ViewResponse

public class ViewResponse : IHaveDisplayableObjectIdentifier, IHaveMeta, IHaveActions
public List<Action> Actions { get; set; }

public Securable<DisplayableObjectIdentifier> CreatedBy { get; set; }

public DateTime? CreatedOn { get; set; }

public Securable<DisplayableObjectIdentifier> Dashboard { 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 Securable<DisplayableObjectIdentifier> LastModifiedBy { get; set; }

public DateTime? LastModifiedOn { get; set; }

public Meta Meta { get; set; }

public DisplayableObjectIdentifier ObjectIdentifier { get; set; }

public Securable<DisplayableObjectTypeIdentifier> ObjectType { get; set; }

public int Order { get; set; }

public Securable<DisplayableObjectIdentifier> Owner { get; set; }

public string QueryHint { get; set; }

public SecurableList<DisplayableObjectIdentifier> RelativityApplications { get; set; }

public CriteriaCollection SearchCriteria { get; set; }

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

public bool VisibleInDropdown { get; set; }

public ViewResponse()