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

Relativity.DataVisualization.V1.Tab.Models.NavigationTabResponse

public class NavigationTabResponse : IHaveDisplayableObjectIdentifier
public string IconIdentifier { get; set; }

public bool IsDefault { get; set; }

public bool IsShownInSidebar { get; set; }

public bool IsVisible { get; set; }

public TabLinkTypeEnum LinkType { get; set; }

public DisplayableObjectIdentifier ObjectIdentifier { get; set; }

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

public int Order { get; set; }

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

public string Url { get; set; }