Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.23 KB

DiscussionmessageResponse.md

File metadata and controls

23 lines (18 loc) · 1.23 KB

EzmaxApi::Object::DiscussionmessageResponse

Load the model package

use EzmaxApi::Object::DiscussionmessageResponse;

Properties

Name Type Description Notes
pki_discussionmessage_id int The unique ID of the Discussionmessage
fki_discussion_id int The unique ID of the Discussion
fki_discussionmembership_id int The unique ID of the Discussionmembership [optional]
fki_discussionmembership_id_actionrequired int The unique ID of the Discussionmembership [optional]
e_discussionmessage_status FieldEDiscussionmessageStatus
t_discussionmessage_content string The content of the Discussionmessage
s_discussionmessage_creatorname string The name the creator of the Discussionmessage.
s_discussionmessage_actionrequiredname string The name the Actionrequired of the Discussionmessage. [optional]
obj_audit CommonAudit

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