KKNewReleasedAlbumsCategoryList
public struct KKNewReleasedAlbumsCategoryList : Codable
A list of featured play list categories.
-
The categories.
Declaration
Swift
public internal(set) var categories: [KKNewReleasedAlbumsCategory] -
The pagination info.
Declaration
Swift
public internal(set) var paging: KKPagingInfo -
The overall summary.
Declaration
Swift
public internal(set) var summary: KKSummary
KKNewReleasedAlbumsCategoryList Structure Reference