LogPagination
public struct LogPagination : Codable, Equatable
The pagination data for the returned objects.
-
The URL that will return the next page of results, if any.
Declaration
Swift
public var nextURL: String?
-
Reserved for future use.
Declaration
Swift
public var matched: Int?
-
A token identifying the next page of results.
Declaration
Swift
public var nextCursor: String?