Relativity.DataExchange.Export.VolumeManagerV2.Download.FieldFileExportRequest
namespace Relativity.DataExchange.Export.VolumeManagerV2.Download
{
public class FieldFileExportRequest : ExportRequest
{
public int FileId { get; }
public int FileFieldArtifactId { get; }
public FieldFileExportRequest(ObjectExportInfo artifact, int fileFieldArtifactId, string destinationLocation);
}
}