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

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.