QueryNoticesResponse
public struct QueryNoticesResponse : Codable, EquatableObject containing notice query results.
- 
                  
                  The number of matching results. DeclarationSwift public var matchingResults: Int?
- 
                  
                  Array of document results that match the query. DeclarationSwift public var results: [QueryNoticesResult]?
- 
                  
                  Array of aggregation results that match the query. DeclarationSwift public var aggregations: [QueryAggregation]?
- 
                  
                  Array of passage results that match the query. DeclarationSwift public var passages: [QueryPassages]?
- 
                  
                  The number of duplicates removed from this notices query. DeclarationSwift public var duplicatesRemoved: Int?
 View on GitHub
View on GitHub QueryNoticesResponse Structure Reference
        QueryNoticesResponse Structure Reference