Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 980 Bytes

UserDTO.md

File metadata and controls

19 lines (16 loc) · 980 Bytes

UserDTO

Properties

Name Type Description Notes
id Integer [optional] [default to null]
firstname String [optional] [default to null]
lastname String [optional] [default to null]
dni String [optional] [default to null]
password String [optional] [default to null]
userRole String [optional] [default to null]
dateOfBirth Date [optional] [default to null]
phone String [optional] [default to null]
address String [optional] [default to null]
createdAt Date [optional] [default to null]
updatedAt Date [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]