Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.15 KB

DiscussionResponseCompound.md

File metadata and controls

19 lines (15 loc) · 1.15 KB

eZmaxApi.Model.DiscussionResponseCompound

A Discussion Object

Properties

Name Type Description Notes
PkiDiscussionID int The unique ID of the Discussion
SDiscussionDescription string The description of the Discussion
BDiscussionClosed bool Whether if it's an closed
DtDiscussionLastread string The date the Discussion was last read [optional]
IDiscussionmessageCount int The count of Attachment.
IDiscussionmessageCountunread int The count of Attachment.
ObjDiscussionconfiguration CustomDiscussionconfigurationResponse [optional]
AObjDiscussionmembership List<DiscussionmembershipResponseCompound>
AObjDiscussionmessage List<DiscussionmessageResponseCompound>

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