<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

IHaveKeywordsAndNotes

public interface IHaveKeywordsAndNotes
Represents a DTO with Keywords and Notes properties.
string Keywords { get; set; }

Gets or sets any keywords associated with the artifact.

string Notes { get; set; }

Gets or sets an optional description or other information about the artifact.