Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 890 Bytes

File metadata and controls

17 lines (13 loc) · 890 Bytes

HubSpot.NET.Model.EmailSendStatusView

Describes the status of an email send request.

Properties

Name Type Description Notes
EventId EventIdView [optional]
StatusId string Identifier used to query the status of the send.
SendResult string Result of the send. [optional]
RequestedAt DateTimeOffset Time when the send was requested. [optional]
StartedAt DateTimeOffset Time when the send began processing. [optional]
CompletedAt DateTimeOffset Time when the send was completed. [optional]
Status string Status of the send request.

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