Meta - daneden/Twift GitHub Wiki

Meta

An object containing pagination information for paginated requests

public struct Meta: Codable 

Inheritance

Codable

Properties

resultCount

The number of results in this page

public let resultCount: Int

nextToken

The pagination token for the next page of results, if any

public let nextToken: String?

previousToken

The pagination token for the previous page of results, if any

public let previousToken: String?