tencentcloud-sdk-ses 1.0.239 → 1.0.243

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c5761b603257acc4a43e00442682a11493a8d96
4
- data.tar.gz: b34524a40820a9e440f29eb7d374de84cb5db6f9
3
+ metadata.gz: 8bd2467bdc4311d99dd3b6281bf6213083c94bba
4
+ data.tar.gz: 9d25cc6c95b0f37cbe0eed899e9fa89e37bc9b19
5
5
  SHA512:
6
- metadata.gz: 2f2481b761463d87309890afac55650c5ce6c15aeaa3378f648b61ae6125511bd686bdb4a6e1539e2421dca3606a378090a8656569fbf0b591269eeae3c84b22
7
- data.tar.gz: 72a2353fc3f7310ce7063a3aeba138b033d70548436cd04dcb6cd737c0de79abe077e1bc32a1add281301d0a3b27c633f83c2a18964f7b3bde16428e4537a528
6
+ metadata.gz: fe29900092bdea89304a43495e3561a47fe6b638076d7c4ac3b086bcfebc4dea53dc8a8c7609507f7f1acab6a0e8a71b175f8e22839d7089bb13f4e68052d2b1
7
+ data.tar.gz: 17d03d67a8e062e0a0aa90b4cdd72a439236c6b84a53b24b2926e572f4fa005b6de84828c1827a45701b96a38df27e9e9a7ab9eb8ca4182fe843bb1892e48973
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.239
1
+ 1.0.243
@@ -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.239
4
+ version: 1.0.243
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-11 00:00:00.000000000 Z
11
+ date: 2022-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common