users
/
ru.surf.users.data.models
/
UserModel
User
Model
@
Immutable
data class
UserModel
(id:
String
, name:
String
) :
IModel
Content copied to clipboard
User model base for module
Author
Vitaliy Zarubin
Constructors
Properties
Constructors
UserModel
Link copied to clipboard
fun
UserModel
(id:
String
, name:
String
)
Content copied to clipboard
Properties
id
Link copied to clipboard
open override val
id
:
String
Content copied to clipboard
identifier user
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
user name fname + lname