Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.04 KB

UserResult.md

File metadata and controls

21 lines (17 loc) · 1.04 KB

UserResult

Properties

Name Type Description Notes
Id int64 [default to null]
Email string [default to null]
Firstname string [default to null]
Lastname string [default to null]
Phone string [optional] [default to null]
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
Active bool [optional] [default to null]
Settings *UserResultSettings [optional] [default to null]
Language bool [optional] [default to null]
ActiveExternalStationId int64 [optional] [default to null]
Roles []UserResultRoles [optional] [default to null]

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