<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Interfaces.Shared.NameIDPair

public class NameIDPair
A reference to an object through its Name and Artifact ID
public int ID { get; set; }

The unique identifier of the object

public string Name { get; set; }

The Name of the object

public NameIDPair()