TabRequest
Represents a request to create or update a Tab.
Gets or sets the string identifier for the icon displayed when the Tab is shown in the sidebar.
Gets or sets if the Tab should be the first Tab to navigate to when navigating to the Parent tab.
Gets or sets if the Tab can be shown in the sidebar.
Gets or sets if the Tab should be visible in the UI.
Gets or sets the link type of the Tab.
Gets or sets the identifier for Object Type of the Tab.
Gets or sets the order of the Tab which determines the position of the Tab relative to Tabs of the same hierarchal level.
Gets or sets the identifier for parent of the Tab.
Gets or sets a list of identifiers of associated Relativity Applications for the Tab.
public TabRequest()
Initializes an instance of the TabRequest class with all properties set to their default values.
Converts a TabResponse to a new instance of a TabRequest.
Implicitly converts a TabResponse to a new instance of a TabRequest.