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

Relativity.Processing.V1.Services.Interfaces.DTOs.ExportColumn

public class ExportColumn
Represents a single column to be included in an exported CSV file
public string Header { get; set; }

The column header to include in the CSV for this property

public Property Property { get; set; }

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

public ExportColumn()