Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 879 Bytes

DiscussionmembershipRequest.md

File metadata and controls

20 lines (15 loc) · 879 Bytes

openapi.model.DiscussionmembershipRequest

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiDiscussionmembershipID int The unique ID of the Discussionmembership [optional]
fkiDiscussionID int The unique ID of the Discussion
fkiUserID int The unique ID of the User [optional]
fkiUsergroupID int The unique ID of the Usergroup [optional]
fkiModulesectionID int The unique ID of the Modulesection [optional]
dtDiscussionmembershipJoined String The joined date of the Discussionmembership

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