Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.16 KB

DiscussionResponseCompound.md

File metadata and controls

18 lines (14 loc) · 1.16 KB

DiscussionResponseCompound

Properties

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

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