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