LogCollection
public struct LogCollection : Codable, Equatable
LogCollection.
-
An array of objects describing log events.
Declaration
Swift
public var logs: [Log] -
The pagination data for the returned objects.
Declaration
Swift
public var pagination: LogPagination
View on GitHub
LogCollection Structure Reference