UserProfile
data class UserProfile(val hash: String, val requestHash: String? = null, val profileUrl: String? = null, val preferredUsername: String? = null, val thumbnailUrl: String? = null, val lastProfileEdit: String? = null, val name: Name? = null, val displayName: String? = null, val pronouns: String? = null, val aboutMe: String? = null, val currentLocation: String? = null, val jobTitle: String? = null, val company: String? = null, val pronunciation: String? = null, val shareFlags: ShareFlags? = null, val emails: List<Email>? = null, val accounts: List<Account>? = null)
Parameters
hash
The email's hash of the profile.
requestHash
profileUrl
preferredUsername
thumbnailUrl
lastProfileEdit
name
displayName
pronouns
aboutMe
currentLocation
jobTitle
company
pronunciation
shareFlags
emails
accounts
Constructors
Link copied to clipboard
constructor(hash: String, requestHash: String? = null, profileUrl: String? = null, preferredUsername: String? = null, thumbnailUrl: String? = null, lastProfileEdit: String? = null, name: Name? = null, displayName: String? = null, pronouns: String? = null, aboutMe: String? = null, currentLocation: String? = null, jobTitle: String? = null, company: String? = null, pronunciation: String? = null, shareFlags: ShareFlags? = null, emails: List<Email>? = null, accounts: List<Account>? = null)