Query<T> public class Query<T> where T : Artifact Documentation 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 SearchProviderCondition SearchProviderCondition { get; set; } public List<Sort> Sorts { get; set; } public Query(List<FieldValue> fields, Condition condition, List<Sort> sorts) public Query()