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

Relativity.Services.Objects.DataContracts.FieldValuePair

public class FieldValuePair
Represents a field and the value currently assigned to it.
public Field Field { get; set; }

Gets or sets a Field object.

public object Value { get; set; }

Gets or sets the value assigned to a field.

public FieldValuePair()