NewUser

data class NewUser(val name: String, val email: String, val password: String)

This entity represents a new user to be created

Parameters

name

the name of the new user

email

the email of the new user

password

the password of the new user

Constructors

Link copied to clipboard
constructor(name: String, email: String, password: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard