SendEmail
@JsonSerializable
Constructors
Link copied to clipboard
constructor(@Json(name = "Content") content: EmailContent, @Json(name = "Destination") destination: Destination? = null, @Json(name = "FromEmailAddress") fromEmailAddress: EmailAddress? = null, @Json(name = "ConfigurationSetName") configurationSetName: String? = null, @Json(name = "EmailTags") emailTags: List<MessageTag>? = null, @Json(name = "ReplyToAddresses") replyToAddresses: List<EmailAddress>? = null)