Theme
public struct Theme : IdentityResource, Hashable
A root object that stores information about a theme 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: Theme.Attributes
-
Declaration
Swift
public static func == (lhs: Theme, rhs: Theme) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single theme, such as the theme’s name, color, and symbol.
See moreDeclaration
Swift
public struct Attributes : Codable