SendEmailMessageResult

data class SendEmailMessageResult(val id: String, val createdAt: Date)

A result type for an email message send operation.

Constructors

Link copied to clipboard
constructor(id: String, createdAt: Date)

Properties

Link copied to clipboard

Date The datetime that the message was created.

Link copied to clipboard
val id: String

String The unique identifier for the message.