yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.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()
)
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
?
login
Link copied to clipboard
val
login
:
String
name
Link copied to clipboard
val
name
:
String
?
regions
Link copied to clipboard
val
regions
:
List
<
Int
>
sex
Link copied to clipboard
val
sex
:
String
?
uid
Link copied to clipboard
val
uid
:
Int