toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.account.model
/
User
User
@
Serializable
data
class
User
(
val
uid
:
Int
,
val
login
:
String
,
val
name
:
String
?
=
null
,
val
displayName
:
String
?
=
null
,
val
sex
:
String
?
=
null
,
val
regions
:
List
<
Int
>
=
listOf()
)
(
source
)
Members
Constructors
User
Link copied to clipboard
constructor
(
uid
:
Int
,
login
:
String
,
name
:
String
?
=
null
,
displayName
:
String
?
=
null
,
sex
:
String
?
=
null
,
regions
:
List
<
Int
>
=
listOf()
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
login
Link copied to clipboard
val
login
:
String
name
Link copied to clipboard
val
name
:
String
?
=
null
regions
Link copied to clipboard
val
regions
:
List
<
Int
>
sex
Link copied to clipboard
val
sex
:
String
?
=
null
uid
Link copied to clipboard
val
uid
:
Int