tencentcloud-sdk-ses 1.0.276 → 1.0.279
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 +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: d59187540d3bf0518af4969dc1942b795d73a6be
|
4
|
+
data.tar.gz: e7e1e814ab0a5253b7816401bc3c915d8a1c344e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b289a6684d726f355119f748bf20a1f432b2c9a68480d9443dbfee7e0c73dbac0decdd0fed0b7392ecb37c6bb5afc2ebb08ca344951a2174b9f28b722ff5e60
|
7
|
+
data.tar.gz: f21298dc36265b26cead1c18c2a686fb6eaa4d531ec34f9439428ade7576bd6216b1e9e39f15dee58535eb1f70301b0f48bd6a1421f561efd0adebc60205360a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.279
|
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.279
|
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-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|