Name | Type | Description | Notes |
---|---|---|---|
String | Email address in reply to | ||
name | String | Name in reply to. Maximum allowed characters are 70. | [optional] |
require 'brevo'
instance = Brevo::SendSmtpEmailReplyTo.new(
email: ann6533@example.com,
name: Ann
)