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

TabRequest

public class TabRequest : IHaveName
public string IconIdentifier { get; set; }

public bool IsDefault { get; set; }

public bool IsShownInSidebar { get; set; }

public bool IsVisible { get; set; }

public string Link { get; set; }

public TabLinkTypeEnum LinkType { get; set; }

public string Name { get; set; }

public int Order { get; set; }

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

public TabRequest()

public TabRequest(TabResponse response)

public static TabRequest op_Implicit(TabResponse response)