RelatedGameResponse

public struct RelatedGameResponse : Codable

A root object that stores information about a collection of related games.

Properties

  • The data included in the repsonse for a related games object request.

    Declaration

    Swift

    public let data: [RelatedGame]
  • The realtive URL to the next page in the paginated response.

    Declaration

    Swift

    public let next: String?