Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 679 Bytes

UpdateUserDto.md

File metadata and controls

21 lines (16 loc) · 679 Bytes

openapi.model.UpdateUserDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String
password String [optional]
firstName String [optional]
lastName String [optional]
isAdmin bool [optional]
shouldChangePassword bool [optional]
profileImagePath String [optional]

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