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

Relativity.Services.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()