Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 620 Bytes

CustomUserResponse.md

File metadata and controls

18 lines (13 loc) · 620 Bytes

openapi.model.CustomUserResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiUserID int The unique ID of the User
sUserLastname String The last name of the user
sUserFirstname String The first name of the user
sEmailAddress String The email address.

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