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

Relativity.Processing.V1.Services.Interfaces.DTOs.CatalogField

public class CatalogField
public int? ArtifactId { get; set; }

public Guid CatalogFieldGuid { get; set; }

public string Category { get; set; }

public string Description { get; set; }

public string FieldName { get; set; }

public string FieldType { get; set; }

public int Length { get; set; }

public CatalogField()

public CatalogField(int? artifactId, Guid catalogFieldGuid, string fieldName, string description, string fieldType, string category, int length = 0)