<PackageReference Include="Relativity.Rsapi" Version="9.5.309.48" />

Query<T>

public class Query<T> where T : Artifact
public Guid? ArtifactTypeGuid { get; set; }

public int? ArtifactTypeID { get; set; }

public string ArtifactTypeName { get; set; }

public Condition Condition { get; set; }

public List<FieldValue> Fields { get; set; }

public FieldValue RelationalField { get; set; }

public List<Sort> Sorts { get; set; }

public Query(List<FieldValue> fields, Condition condition, List<Sort> sorts)

public Query()