<PackageReference Include="Relativity.Server.Audit.SDK" Version="5000.2.2" />

Relativity.Audit.Services.Interfaces.V1.UI.Models.Query

public class Query
public int? ActiveArtifactID { get; set; }

public string Condition { get; set; }

public bool? ConvertNumberFieldValuesToString { get; set; }

public int? ExecutingSavedSearchID { get; set; }

public int? ExecutingViewID { get; set; }

public string[] Fields { get; set; }

public bool? IncludeIdWindow { get; set; }

public bool? IsAdHocQuery { get; set; }

public string QueryHint { get; set; }

public string RankSortOrder { get; set; }

public string RelationalField { get; set; }

public string RowCondition { get; set; }

public SampleParameters SampleParameters { get; set; }

public string[] Sorts { get; set; }

public bool? TruncateTextFields { get; set; }

public Query()