tencentcloud-sdk-ses 1.0.276 → 1.0.277
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201002/models.rb +6 -2
- 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: 6eb5159a08460ede7e0b5c57cd9d8815cefe2ff8
|
4
|
+
data.tar.gz: 210981eae50d98422ffea8a064747f18bf121a21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed76fb21ba25f97656b82ed02f43cadcbb999bbebbd1137a26813fe4f910f7bde21ce40f0849239c82701aad227670d706278c7d6362bfb36d4a285608ba8c97
|
7
|
+
data.tar.gz: c34305ed05cf8840eedcc541416984c0f1eb5a219cb1e41a481369442b6aca7a3fe0f9da4c16b74bd27f6d662bc87e67d114f86f38dce09049fbfa5939f9cca2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.277
|
data/lib/v20201002/models.rb
CHANGED
@@ -1268,10 +1268,12 @@ module TencentCloud
|
|
1268
1268
|
# @type Attachments: Array
|
1269
1269
|
# @param Unsubscribe: 退订选项 1: 加入退订链接 0: 不加入退订链接
|
1270
1270
|
# @type Unsubscribe: String
|
1271
|
+
# @param TriggerType: 邮件触发类型 0:非触发类,默认类型,营销类邮件、非即时类邮件等选择此类型 1:触发类,验证码等即时发送类邮件,若邮件超过一定大小,系统会自动选择非触发类型通道
|
1272
|
+
# @type TriggerType: Integer
|
1271
1273
|
|
1272
|
-
attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Template, :Simple, :Attachments, :Unsubscribe
|
1274
|
+
attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType
|
1273
1275
|
|
1274
|
-
def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil)
|
1276
|
+
def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil, triggertype=nil)
|
1275
1277
|
@FromEmailAddress = fromemailaddress
|
1276
1278
|
@Destination = destination
|
1277
1279
|
@Subject = subject
|
@@ -1280,6 +1282,7 @@ module TencentCloud
|
|
1280
1282
|
@Simple = simple
|
1281
1283
|
@Attachments = attachments
|
1282
1284
|
@Unsubscribe = unsubscribe
|
1285
|
+
@TriggerType = triggertype
|
1283
1286
|
end
|
1284
1287
|
|
1285
1288
|
def deserialize(params)
|
@@ -1304,6 +1307,7 @@ module TencentCloud
|
|
1304
1307
|
end
|
1305
1308
|
end
|
1306
1309
|
@Unsubscribe = params['Unsubscribe']
|
1310
|
+
@TriggerType = params['TriggerType']
|
1307
1311
|
end
|
1308
1312
|
end
|
1309
1313
|
|
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.277
|
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-03-
|
11
|
+
date: 2022-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|