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

Relativity.Processing.V1.Services.Interfaces.DTOs.UpdateProcessingExpressionFilterRequest

Represents a request object containing criteria for updating expression filters for processing.
public List<int> DataSourceIDs { get; set; }

The DataSourceIDs of the jobs where the filters needs to be created on.

public string Expression { get; set; }

Specifies the expression use to create the expression filter.

public string FilterName { get; set; }

Name of the expression filter.

public bool IncludeFamily { get; set; }

Specifies if the result of the filter should contain the family.