<PackageReference Include="Relativity.Identity.SDK" Version="2.3.4" />

FieldRef

public class FieldRef
Represents a key or reference to a Field object.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of a Field object.

public Guid? Guid { get; set; }

Gets or sets a GUID used to identify a Field object.

public string Name { get; set; }

Gets or sets the user-friendly name of a Field object.

public int ViewFieldID { get; set; }

Gets or sets a unique identifier used to reference a view field.

public FieldRef()