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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d42f43399e6f316b8f5717c3f2c89cb120f44a6
4
- data.tar.gz: 7f5e10c11c03141f45b2ea0df564a13d70dbf8c5
3
+ metadata.gz: 6eb5159a08460ede7e0b5c57cd9d8815cefe2ff8
4
+ data.tar.gz: 210981eae50d98422ffea8a064747f18bf121a21
5
5
  SHA512:
6
- metadata.gz: 104140a3ee3b8e8dd18e911afdd504e3ca2f4c47147b6b968d0e0183365be163ab7fec8a13fa7b88231800a0120d105837b8c1f1d2006e58a29e90ebdf599f7d
7
- data.tar.gz: 2eb943f5ae4d411b0410a7058b156bc384fa43c5f222e105dfc988fed97e738990c244d4a9691d1f18507326b9d2f6d869e3cbeb441644cb456d98373ed378c6
6
+ metadata.gz: ed76fb21ba25f97656b82ed02f43cadcbb999bbebbd1137a26813fe4f910f7bde21ce40f0849239c82701aad227670d706278c7d6362bfb36d4a285608ba8c97
7
+ data.tar.gz: c34305ed05cf8840eedcc541416984c0f1eb5a219cb1e41a481369442b6aca7a3fe0f9da4c16b74bd27f6d662bc87e67d114f86f38dce09049fbfa5939f9cca2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.276
1
+ 1.0.277
@@ -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.276
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-15 00:00:00.000000000 Z
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