app
androidJvm
app
/
com.iomt.android.dto
/
UserDataWithId
/
UserDataWithId
User
Data
With
Id
constructor
(
id
:
Long
,
login
:
String
,
name
:
String
,
surname
:
String
,
patronymic
:
String
?
=
null
,
email
:
String
,
birthdate
:
LocalDate
?
=
null
,
height
:
Int
?
=
null
,
weight
:
Int
?
=
null
,
allowed
:
List
<
Long
>
)