Attributes
public struct Attributes : Codable
A root object that stores information about a single recap, such as the recap’s year, and description.
-
The year of the recap.
Declaration
Swift
public let year: Int
-
The description of the recap.
Declaration
Swift
public let description: String?
-
The first background color of the genre.
Declaration
Swift
public let backgroundColor1: String
-
The second background color of the genre.
Declaration
Swift
public let backgroundColor2: String
-
The media object of the symbol of the genre.
Declaration
Swift
public let artwork: Media?