<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

TabResponse

Holds response information returned from a request.
public List<Action> Actions { get; set; }

Gets the list of RESTful actions available for the Tab.

Gets the name and id of who created the Tab.

public DateTime CreatedOn { get; set; }

Gets the time the Tab was created.

public bool? IsDefault { get; set; }

Gets the default flag value of the Tab.

public bool IsVisible { get; set; }

Gets the visible flag value of the Tab.

Gets the name and id of who last modified the Tab.

public DateTime LastModifiedOn { get; set; }

Gets the time the Tab was last modified.

public string Link { get; set; }

Gets the link of the Tab.

public TabLinkTypeEnum LinkType { get; set; }

Gets the link type of the Tab

public Meta Meta { get; set; }

Gets the meta data associated with the Tab.

public ObjectTypeIdentifier ObjectType { get; set; }

Gets the name and artifact id of the object type for the Tab.

public int Order { get; set; }

Gets the order of the Tab.

Gets the name and artifact id of the parent tab for the Tab.

Gets the list of all Relativity applications contain the Tab.

public TabResponse()