Class: TencentCloud::Ses::V20201002::SendEmailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ses::V20201002::SendEmailRequest
- Defined in:
- lib/v20201002/models.rb
Overview
SendEmail请求参数结构体
Instance Attribute Summary collapse
-
#Attachments ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#Bcc ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#Cc ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#Destination ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#FromEmailAddress ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#ReplyToAddresses ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#Simple ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#SmtpHeaders ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#SmtpMessageId ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#Subject ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#Template ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#TriggerType ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
-
#Unsubscribe ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fromemailaddress = nil, destination = nil, subject = nil, replytoaddresses = nil, cc = nil, bcc = nil, template = nil, simple = nil, attachments = nil, unsubscribe = nil, triggertype = nil, smtpmessageid = nil, smtpheaders = nil) ⇒ SendEmailRequest
constructor
A new instance of SendEmailRequest.
Constructor Details
#initialize(fromemailaddress = nil, destination = nil, subject = nil, replytoaddresses = nil, cc = nil, bcc = nil, template = nil, simple = nil, attachments = nil, unsubscribe = nil, triggertype = nil, smtpmessageid = nil, smtpheaders = nil) ⇒ SendEmailRequest
Returns a new instance of SendEmailRequest.
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 |
# File 'lib/v20201002/models.rb', line 1654 def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, cc=nil, bcc=nil, template=nil, simple=nil, =nil, unsubscribe=nil, triggertype=nil, =nil, smtpheaders=nil) @FromEmailAddress = fromemailaddress @Destination = destination @Subject = subject @ReplyToAddresses = replytoaddresses @Cc = cc @Bcc = bcc @Template = template @Simple = simple @Attachments = @Unsubscribe = unsubscribe @TriggerType = triggertype @SmtpMessageId = @SmtpHeaders = smtpheaders end |
Instance Attribute Details
#Attachments ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Attachments @Attachments end |
#Bcc ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Bcc @Bcc end |
#Cc ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Cc @Cc end |
#Destination ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Destination @Destination end |
#FromEmailAddress ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def FromEmailAddress @FromEmailAddress end |
#ReplyToAddresses ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def ReplyToAddresses @ReplyToAddresses end |
#Simple ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Simple @Simple end |
#SmtpHeaders ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def SmtpHeaders @SmtpHeaders end |
#SmtpMessageId ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def SmtpMessageId @SmtpMessageId end |
#Subject ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Subject @Subject end |
#Template ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Template @Template end |
#TriggerType ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def TriggerType @TriggerType end |
#Unsubscribe ⇒ Object
<dx-alert infotype=“notice” title=“注意”> 如您未申请过特殊配置,则该字段为必填 </dx-alert> <dx-alert infotype=“notice” title=“说明”> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
1652 1653 1654 |
# File 'lib/v20201002/models.rb', line 1652 def Unsubscribe @Unsubscribe end |
Instance Method Details
#deserialize(params) ⇒ Object
1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 |
# File 'lib/v20201002/models.rb', line 1670 def deserialize(params) @FromEmailAddress = params['FromEmailAddress'] @Destination = params['Destination'] @Subject = params['Subject'] @ReplyToAddresses = params['ReplyToAddresses'] @Cc = params['Cc'] @Bcc = params['Bcc'] unless params['Template'].nil? @Template = Template.new @Template.deserialize(params['Template']) end unless params['Simple'].nil? @Simple = Simple.new @Simple.deserialize(params['Simple']) end unless params['Attachments'].nil? @Attachments = [] params['Attachments'].each do |i| = Attachment.new .deserialize(i) @Attachments << end end @Unsubscribe = params['Unsubscribe'] @TriggerType = params['TriggerType'] @SmtpMessageId = params['SmtpMessageId'] @SmtpHeaders = params['SmtpHeaders'] end |