QueryNoticesResponse
public struct QueryNoticesResponse : Codable, Equatable
Object that contains notice query results.
-
The number of matching results.
Declaration
Swift
public var matchingResults: Int?
-
Array of document results that match the query.
Declaration
Swift
public var notices: [Notice]?