NavigationTabResponse public class NavigationTabResponse : DisplayableObjectIdentifier Documentation public bool? IsDefault { get; set; } public bool IsShownInSidebar { get; set; } public bool IsVisible { get; set; } public TabLinkTypeEnum LinkType { get; set; } public Securable<ObjectTypeIdentifier> ObjectTypeIdentifier { get; set; } public int Order { get; set; } public Securable<DisplayableObjectIdentifier> Parent { get; set; } public string Url { get; set; } public NavigationTabResponse()