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

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.