<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

FieldCondition

public class FieldCondition : Condition
Base class for Field Conditions
public virtual int? ArtifactID { get; set; }

The Field ArtifactID to be tested by the Condition.

public virtual string Field { get; set; }

The Field name to be tested by the Condition.

public virtual Guid? Guid { get; set; }

The Field Guid to be tested by the Condition.

public FieldCondition()