KKNewReleasedAlbumsCategory
public struct KKNewReleasedAlbumsCategory : Codable
A struct that represents a new release albums category.
-
The ID of the playlist.
Declaration
Swift
public internal(set) var ID: String
-
The title of the playlist.
Declaration
Swift
public internal(set) var title: String
-
The albums under the category.
Declaration
Swift
public internal(set) var albums: KKAlbumList?