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