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

Relativity.Shared.V1.Models.IHaveName

public interface IHaveName
Declares that the object will have a name.
string Name { get; set; }

The name of the object.