KKArtistInfo
public struct KKArtistInfo : Codable
A struct that represents an artist.
-
ID of the artist.
Declaration
Swift
public internal(set) var ID: String
-
Name of the artist.
Declaration
Swift
public internal(set) var name: String
-
URL of the webpage of KKBOX for the artist.
Declaration
Swift
public internal(set) var url: URL?
-
Images of the artist.
Declaration
Swift
public internal(set) var images: [KKImageInfo]