TabResponse public class TabResponse : IHaveDisplayableObjectIdentifier, IHaveMeta, IHaveActions Documentation public List<Action> Actions { get; set; } public Securable<DisplayableObjectIdentifier> CreatedBy { 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 Securable<DisplayableObjectIdentifier> LastModifiedBy { get; set; } public DateTime LastModifiedOn { get; set; } public string Link { get; set; } public TabLinkTypeEnum LinkType { get; set; } public Meta Meta { get; set; } public DisplayableObjectIdentifier ObjectIdentifier { get; set; } public Securable<DisplayableObjectTypeIdentifier> ObjectType { get; set; } public int Order { get; set; } public Securable<DisplayableObjectIdentifier> Parent { get; set; } public SecurableList<DisplayableObjectIdentifier> RelativityApplications { get; set; } public TabResponse()