Skip to content
Oleksandr Bretsko edited this page Dec 27, 2020 · 1 revision

User

public struct User: Codable

Inheritance

Codable

Properties

id

let id: Int

permalink

let permalink: String

username

let username: String

full_name

let full_name: String?

uri

let uri: String

permalink_url

let permalink_url: String

avatar_url

let avatar_url: String

country

let country: String?

city

let city: String?

description

let description: String?

website

let website: String?

website_title

let website_title: String?

online

let online: Bool?

track_count

let track_count: Int?

playlist_count

let playlist_count: Int?

followers_count

let followers_count: Int?

followings_count

let followings_count: Int?

public_favorites_count

let public_favorites_count: Int?

Clone this wiki locally