<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="10.3.0" />

Relativity.Testing.Framework.Api.ObjectManagement.FieldRefValuePair

public class FieldRefValuePair
Represents a key or reference to a Field object and the value currently assigned to it.
public FieldRef Field { get; set; }

Gets or sets a FieldRef object.

public object Value { get; set; }

Gets or sets the value assigned to a field.