User

data class User(val name: String, val email: String)

This entity represents a user

Parameters

name

the name of the user

email

the email of the user

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard