Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 697 Bytes

MailMessage.md

File metadata and controls

13 lines (10 loc) · 697 Bytes

# MailMessage

Properties

Name Type Description Notes
success bool If the response is successful or not [optional]
status_code int The email service specific status code and it is returned through the response body. [optional]
status_text string The status text of the response. [optional]
service string The service name of the response. [optional]
data \Pipedrive\Model\MailMessageData [optional]

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