RelatedShowResponse

public struct RelatedShowResponse : Codable

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

Properties

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let next: String?