TabRequest public class TabRequest : IHaveName Documentation 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 Securable<DisplayableObjectTypeIdentifier> ObjectType { get; set; } public int Order { get; set; } public Securable<ObjectIdentifier> Parent { get; set; } public List<ObjectIdentifier> RelativityApplications { get; set; } public TabRequest() public TabRequest(TabResponse response) public static TabRequest op_Implicit(TabResponse response)