Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.04 KB

DiscussionResponseCompound.md

File metadata and controls

18 lines (13 loc) · 1.04 KB

DiscussionResponseCompound

Properties

Name Type Description Notes
pkiDiscussionID kotlin.Int The unique ID of the Discussion
sDiscussionDescription kotlin.String The description of the Discussion
bDiscussionClosed kotlin.Boolean Whether if it's an closed
iDiscussionmessageCount kotlin.Int The count of Attachment.
iDiscussionmessageCountunread kotlin.Int The count of Attachment.
aObjDiscussionmembership kotlin.collections.List<DiscussionmembershipResponseCompound>
aObjDiscussionmessage kotlin.collections.List<DiscussionmessageResponseCompound>
dtDiscussionLastread kotlin.String The date the Discussion was last read [optional]
objDiscussionconfiguration CustomDiscussionconfigurationResponse [optional]