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