Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 995 Bytes

DiscussionResponse.md

File metadata and controls

21 lines (16 loc) · 995 Bytes

EzmaxApi::Object::DiscussionResponse

Load the model package

use EzmaxApi::Object::DiscussionResponse;

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]

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