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

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingFileOperationRequest

Represents a request object containing criteria for retrying deleting as well as publishing documents for processing.
public string Expression { get; set; }

Expression that needs to be applied on the fileIds.

public List<long> ProcessingFileIDs { get; set; }

The FileID of the requested Document.

public int WorkspaceArtifactID { get; set; }

The workspace Id the Document belongs to.