<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="5000.0.4" />

Relativity.DocumentViewer.Services.V2.AddHighlightTermsToSetRequest

Request to add new highlight terms to a set
public string BackgroundColor { get; set; }

The background color of the new term.

public string ForegroundColor { get; set; }

The foreground color of the new term.

public string Term { get; set; }

The new term to add.

public AddHighlightTermsToSetRequest(string term, string backgroundColor, string foregroundColor)

Initialization Constructor.