KKUserInfo
public struct KKUserInfo : Codable
A struct that represents a user.
-
The ID of the user.
Declaration
Swift
public internal(set) var ID: String
-
The name of the user.
Declaration
Swift
public internal(set) var name: String
-
The URL of the webpage of KKBOX for the user.
Declaration
Swift
public internal(set) var url: URL?
-
The images for the user.
Declaration
Swift
public internal(set) var images: [KKImageInfo]
-
The description of the user.
Declaration
Swift
public internal(set) var userDescription: String