Season
public class Season : IdentityResource, Hashable
A root object that stores information about a season resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
The attributes belonging to the season.
Declaration
Swift
public var attributes: Season.Attributes
-
Declaration
Swift
public static func == (lhs: Season, rhs: Season) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single season, such as the season’s title, number, and episodes count.
See moreDeclaration
Swift
public struct Attributes : Codable