Season

public class Season : IdentityResource, Hashable

A root object that stores information about a season resource.

Properties

Functions

  • 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 more

    Declaration

    Swift

    public struct Attributes : Codable