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

ScriptResultField

public class ScriptResultField
Represents a column of the script result.
public FieldType FieldType { get; set; }

Gets or sets the type of a Relativity field, such as fixed-length text, date, single object, or others.

public string Name { get; set; }

Gets or sets the identifier of the script result field.