tencentcloud-sdk-ses 1.0.237 → 1.0.241
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201002/models.rb +9 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 981b06ebc9203689990368779114baad7f01a873
|
4
|
+
data.tar.gz: 794c0f51aa8ec7a1769ee4021102ed46663bd835
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8194a789b39f0bd378c090120df666bd3748940b15fcdc04b801e26c1c2b74061511a00175298813443401b9102c4151d1681a521f423abe9f39cc6e7dc07b7
|
7
|
+
data.tar.gz: b34ec8b12665c4ebbb5fc7cc9cc739fd8d34501194839a32f35abb2a05bf3bc77e8ccbc96b82e63de046a18e52bb90586aa560e97e271b3163424a8f43aa2120
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.241
|
data/lib/v20201002/models.rb
CHANGED
@@ -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
|
-
#
|
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.
|
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-
|
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
|