LogQueryResponseResultDocuments
public struct LogQueryResponseResultDocuments : Codable, Equatable
Object containing result information that was returned by the query used to create this log entry. Only returned with
logs of type query.
-
Array of log query response results.
Declaration
Swift
public var results: [LogQueryResponseResultDocumentsResult]? -
The number of results returned in the query associate with this log.
Declaration
Swift
public var count: Int?
View on GitHub
LogQueryResponseResultDocuments Structure Reference