Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 623 Bytes

MailServiceBaseResponse.md

File metadata and controls

12 lines (9 loc) · 623 Bytes

# MailServiceBaseResponse

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]

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