Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.43 KB

UserDto.md

File metadata and controls

26 lines (22 loc) · 1.43 KB

UserDto

Properties

Name Type Description Notes
Id string [optional] [default to null]
UserName string [optional] [default to null]
FirstName string [optional] [default to null]
LastName string [optional] [default to null]
Email string [optional] [default to null]
DateCreated time.Time [optional] [default to null]
DateDeleted time.Time [optional] [default to null]
CreatedBy *UserReference [optional] [default to null]
Role string [optional] [default to null]
Timezone string [optional] [default to null]
Note string [optional] [default to null]
Terminologist bool [optional] [default to null]
SourceLangs []string [optional] [default to null]
TargetLangs []string [optional] [default to null]
Active bool [optional] [default to null]
PriceList *PriceListReference [optional] [default to null]
NetRateScheme *DiscountSchemeReference [optional] [default to null]

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