NavigationTabResponse public class NavigationTabResponse : IHaveDisplayableObjectIdentifier Documentation 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; } public NavigationTabResponse()