go-firefly3/docs/User.md
2024-05-11 14:45:50 +03:00

816 B

User

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
Email string The new users email address. [default to null]
Blocked bool Boolean to indicate if the user is blocked. [optional] [default to null]
BlockedCode *UserBlockedCodeProperty [optional] [default to null]
Role *UserRoleProperty [optional] [default to null]

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