Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.23 KB

DiscussionResponseCompound.md

File metadata and controls

23 lines (18 loc) · 1.23 KB

EzmaxApi::Object::DiscussionResponseCompound

Load the model package

use EzmaxApi::Object::DiscussionResponseCompound;

Properties

Name Type Description Notes
pki_discussion_id int The unique ID of the Discussion
s_discussion_description string The description of the Discussion
b_discussion_closed boolean Whether if it's an closed
dt_discussion_lastread string The date the Discussion was last read [optional]
i_discussionmessage_count int The count of Attachment.
i_discussionmessage_countunread int The count of Attachment.
obj_discussionconfiguration CustomDiscussionconfigurationResponse [optional]
a_obj_discussionmembership ARRAY[DiscussionmembershipResponseCompound]
a_obj_discussionmessage ARRAY[DiscussionmessageResponseCompound]

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