GameResponse
public struct GameResponse : Codable
A root object that stores information about a collection of games.
-
The data included in the response for a game object request.
Declaration
Swift
public let data: [Game]
-
The realtive URL to the next page in the paginated response.
Declaration
Swift
public let next: String?