tencentcloud-sdk-ses 1.0.240 → 1.0.241

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca7050db0df785a8353f5f97a9dd7d8521103118
4
- data.tar.gz: ea01b9eb021f33d11c08a164db86f220a49f7d03
3
+ metadata.gz: 981b06ebc9203689990368779114baad7f01a873
4
+ data.tar.gz: 794c0f51aa8ec7a1769ee4021102ed46663bd835
5
5
  SHA512:
6
- metadata.gz: 5784536cd1115743e249893763677a58c46ac9375acbbfeb3a71f343fbb7b86677fce390ddf330cc00da4a5dfc4b3b360731ebb00b782dc9cebfac22e49f39b9
7
- data.tar.gz: 016d5d9586872765d60dba6f00311d233d3ae09a639629e55dfb967c1d8faae7ebee3c03ed9863e4774d9addf33cc6e5cfb057b8255f872a1ea3b15e100e1675
6
+ metadata.gz: d8194a789b39f0bd378c090120df666bd3748940b15fcdc04b801e26c1c2b74061511a00175298813443401b9102c4151d1681a521f423abe9f39cc6e7dc07b7
7
+ data.tar.gz: b34ec8b12665c4ebbb5fc7cc9cc739fd8d34501194839a32f35abb2a05bf3bc77e8ccbc96b82e63de046a18e52bb90586aa560e97e271b3163424a8f43aa2120
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.240
1
+ 1.0.241
@@ -914,9 +914,9 @@ module TencentCloud
914
914
 
915
915
  # SendEmail请求参数结构体
916
916
  class SendEmailRequest < TencentCloud::Common::AbstractModel
917
- # @param FromEmailAddress: 发信邮件地址。请填写发件人邮箱地址,例如:noreply@mail.qcloud.com。如需填写发件人说明,请按照
918
- # 发信人 <邮件地址> 的方式填写,例如:
919
- # 腾讯云团队 <noreply@mail.qcloud.com>
917
+ # @param FromEmailAddress: 发信邮件地址。请填写发件人邮箱地址,例如:noreply@mail.qcloud.com
918
+ # 如需填写发件人说明,请按照如下方式:
919
+ # 别名 <邮箱地址>
920
920
  # @type FromEmailAddress: String
921
921
  # @param Destination: 收信人邮箱地址,最多支持群发50人。注意:邮件内容会显示所有收件人地址,非群发邮件请多次调用API发送。
922
922
  # @type Destination: Array
@@ -930,10 +930,12 @@ module TencentCloud
930
930
  # @type Simple: :class:`Tencentcloud::Ses.v20201002.models.Simple`
931
931
  # @param Attachments: 需要发送附件时,填写附件相关参数。
932
932
  # @type Attachments: Array
933
+ # @param Unsubscribe: 是否加入退订链接
934
+ # @type Unsubscribe: String
933
935
 
934
- attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Template, :Simple, :Attachments
936
+ attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Template, :Simple, :Attachments, :Unsubscribe
935
937
 
936
- def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil)
938
+ def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil)
937
939
  @FromEmailAddress = fromemailaddress
938
940
  @Destination = destination
939
941
  @Subject = subject
@@ -941,6 +943,7 @@ module TencentCloud
941
943
  @Template = template
942
944
  @Simple = simple
943
945
  @Attachments = attachments
946
+ @Unsubscribe = unsubscribe
944
947
  end
945
948
 
946
949
  def deserialize(params)
@@ -964,6 +967,7 @@ module TencentCloud
964
967
  @Attachments << attachment_tmp
965
968
  end
966
969
  end
970
+ @Unsubscribe = params['Unsubscribe']
967
971
  end
968
972
  end
969
973
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ses
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.240
4
+ version: 1.0.241
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-12 00:00:00.000000000 Z
11
+ date: 2022-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common