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