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

TabResponse

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

public DateTime CreatedOn { get; set; }

public string IconIdentifier { get; set; }

public bool IsDefault { get; set; }

public bool IsShownInSidebar { get; set; }

public bool IsVisible { get; set; }

public DateTime LastModifiedOn { get; set; }

public string Link { get; set; }

public TabLinkTypeEnum LinkType { get; set; }

public Meta Meta { get; set; }

public int Order { get; set; }

public TabResponse()