<PackageReference Include="Relativity.ObjectManager" Version="10.1.116.12" />

TabResponse

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

public int ArtifactID { get; set; }

public NameIDPair CreatedBy { get; set; }

public DateTime CreatedOn { get; set; }

public bool? IsDefault { get; set; }

public bool IsVisible { get; set; }

public NameIDPair LastModifiedBy { get; set; }

public DateTime LastModifiedOn { get; set; }

public string Link { get; set; }

public TabLinkTypeEnum LinkType { get; set; }

public Meta Meta { get; set; }

public string Name { get; set; }

public Securable<NameIDPair> ObjectType { get; set; }

public int Order { get; set; }

public Securable<NameIDPair> Parent { get; set; }

public TabResponse()