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

Relativity.Services.Interfaces.Field.Models.FieldSource

public class FieldSource
Represents mapping to a processing field.
public string FriendlyName { get; set; }

Friendly name of the source field.

public string SourceName { get; set; }

Identifier of the source field.

public FieldSource()