Skip to content
daneden edited this page Jan 15, 2022 · 2 revisions

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?
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally