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

Relativity.Processing.V2.Services.Interfaces.DTOs.ProcessingFilterConditionalExpression

Represents an conditional expression object that is used to create filters for processing.

Processing Constraint used in processing filter.

public Property Property { get; set; }

Property that represents the document.

public string Type { get; }

Represents the expression type.

public string Value { get; set; }