Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.77 KB

BaseMailThreadMessagesAllOf.md

File metadata and controls

21 lines (18 loc) · 1.77 KB

# BaseMailThreadMessagesAllOf

Properties

Name Type Description Notes
from \Pipedrive\Model\MailThreadParticipant[] Senders of the mail thread [optional]
to \Pipedrive\Model\MailThreadParticipant[] Recipients of the mail thread [optional]
cc \Pipedrive\Model\MailThreadParticipant[] Participants of the Cc [optional]
bcc \Pipedrive\Model\MailThreadParticipant[] Participants of the Bcc [optional]
body_url string A link to the mail thread message [optional]
mail_thread_id int ID of the mail thread [optional]
draft string If the mail message has a draft status then the value is the mail message object as JSON formatted string, otherwise `null`. [optional]
has_body_flag NumberBooleanDefault0 Whether the mail thread message has a body [optional]
sent_flag NumberBooleanDefault0 Whether the mail thread message is sent [optional]
sent_from_pipedrive_flag NumberBooleanDefault0 Whether the mail thread message is sent from Pipedrive [optional]
message_time \DateTime The time when the mail message was received or created [optional]
add_time \DateTime The time when the mail message was inserted to database [optional]
update_time \DateTime The time when the mail message was updated in database received [optional]

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