Query public class Query : Query Documentation public int? ActiveArtifactID { get; set; } public bool? ConvertNumberFieldValuesToString { get; set; } public int? ExecutingSavedSearchID { get; set; } public int? ExecutingViewID { get; set; } public IEnumerable<FieldRef> Fields { get; set; } public bool? IncludeDisplayText { get; set; } public bool? IsAdhocQuery { get; set; } public bool? TruncateTextFields { get; set; } public Query()