Attributes
public struct Attributes : Codable
A root object that stores information about a single show, such as the show song’s type, position, and episode debute.
-
The type of the show.
Declaration
Swift
public let type: SongType
-
The adaptation source of the show.
Declaration
Swift
public let position: Int
-
The number of episodes in the show.
Declaration
Swift
public let episodes: String