Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 737 Bytes

File metadata and controls

24 lines (19 loc) · 737 Bytes

openapi.model.UserResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String
email String
firstName String
lastName String
createdAt String
profileImagePath String
shouldChangePassword bool
isAdmin bool
deletedAt DateTime [optional]
oauthId String

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