Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1012 Bytes

DiscussionmembershipResponseCompound.md

File metadata and controls

21 lines (16 loc) · 1012 Bytes

openapi.model.DiscussionmembershipResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiDiscussionmembershipID int The unique ID of the Discussionmembership
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]
sDiscussionmembershipDescription String The Description containing the detail of who the Discussionmembership refers to
dtDiscussionmembershipJoined String The joined date of the Discussionmembership

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