<PackageReference Include="Relativity.Transfer.Client" Version="7.4.2" />

Relativity.DataTransfer.Legacy.SDK.ImportExport.V1.Models.FieldInfo

public class FieldInfo
public int ArtifactID { get; set; }

public FieldCategory Category { get; set; }

public int CodeTypeID { get; set; }

public string DisplayName { get; set; }

public bool EnableDataGrid { get; set; }

public string FormatString { get; set; }

public ImportBehaviorChoice? ImportBehavior { get; set; }

public bool IsUnicodeEnabled { get; set; }

public int TextLength { get; set; }

public FieldType Type { get; set; }

public FieldInfo()