Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.15 KB

UsergroupmembershipResponse.md

File metadata and controls

24 lines (19 loc) · 1.15 KB

openapi.model.UsergroupmembershipResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiUsergroupmembershipID int The unique ID of the Usergroupmembership
fkiUsergroupID int The unique ID of the Usergroup
fkiUserID int The unique ID of the User [optional]
fkiUsergroupexternalID int The unique ID of the Usergroupexternal [optional]
sUserFirstname String The first name of the user [optional]
sUserLastname String The last name of the user [optional]
sUserLoginname String The login name of the User. [optional]
sEmailAddress String The email address. [optional]
sUsergroupNameX String The Name of the Usergroup in the language of the requester
sUsergroupexternalName String The name of the Usergroupexternal [optional]

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