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

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingFilter

public class ProcessingFilter
Represents the filter Object for translation of Invariant filter to relativity filter object.
public long FilterID { get; set; }

The filter Id for the filter.

public string FilterName { get; set; }

The filter name for the filter.

public string Type { get; set; }

The filter type for the filter.