Episode
public class Episode : IdentityResource, Hashable
A root object that stores information about an episode resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
The attributes belonging to the episode.
Declaration
Swift
public var attributes: Episode.Attributes
-
The relationships belonging to the episode.
Declaration
Swift
public let relationships: Episode.Relationships?
-
Declaration
Swift
public static func == (lhs: Episode, rhs: Episode) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single episode, such as the episodes’s number, name, and air date.
See moreDeclaration
Swift
public struct Attributes : Codable
-
A root object that stores information about episode relationships, such as the season, and show that belong to it.
See moreDeclaration
Swift
public struct Relationships : Codable