RecapItemResponse
public struct RecapItemResponse : Codable
A root object that stores information about a collection of recap items.
-
The data included in the response for an recap item object request.
Declaration
Swift
public let data: [RecapItem]
-
The realtive URL to the next page in the paginated response.
Declaration
Swift
public let next: String?