KKArtistInfo

public struct KKArtistInfo : Codable

A struct that represents an artist.

  • ID

    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

    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]