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

Relativity.Processing.V2.Services.Interfaces.DTOs.ExportJobExceptionColumn

Represents a single column to be included in an exported Job Exceptions CSV file.
public string Field { get; set; }

The property value to include in this column of exported CSV data.

public string Header { get; set; }

The column header to include in the CSV for this property.

public string Source { get; set; }

The data source for this column.