tencentcloud-sdk-ses 3.0.1073 → 3.0.1089

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: e5a7137e7b2b2b424aef1c58f97f1259d8080751
4
- data.tar.gz: 021959c66d7892fe078797da5bbc8b211c2b909b
3
+ metadata.gz: 1a4c3367847c1785ea62613a7eebb6c0785579f7
4
+ data.tar.gz: bcbe535b225ed57c5dcbe13eee5966a929b42e6e
5
5
  SHA512:
6
- metadata.gz: b8ce0081db933fdd0409b70caae475db64d1e50e529f63ebacdfbafbe5ef66835ffa80b3317373ecd9444288270f91cb4d9c2bd6e715d36f3366e0d293c86628
7
- data.tar.gz: b852a9e6ee233bc86801fbcef17005e8a0652f119aa592217aa40b20620e0c6003a2284383e9736a0ec26cdf02381f701800939136d35efd62aedee0124c75d5
6
+ metadata.gz: 3ebfa0a60d9a098089a0176f392b1d234482e572defda8ac70caa63e761db4bd45e6df63bf88ea758964ac271b9a5e5629320beccb15df4b8c1710a8da7fbc3a
7
+ data.tar.gz: 84409b2d7c8ee4993d9634045d8dc6c6bca86fea7abe2508260f7465f23af1c0e757e9fa0b9d6ccb3ee4f1b9e7fa1ae858278696279db50af8c9f7ec9f923465
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1073
1
+ 3.0.1089
@@ -2002,7 +2002,6 @@ module TencentCloud
2002
2002
  # @param Subject: 邮件主题
2003
2003
  # @type Subject: String
2004
2004
  # @param Template: 模板和模板数据
2005
- # 注意:此字段可能返回 null,表示取不到有效值。
2006
2005
  # @type Template: :class:`Tencentcloud::Ses.v20201002.models.Template`
2007
2006
  # @param CycleParam: 周期任务参数
2008
2007
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2011,7 +2010,6 @@ module TencentCloud
2011
2010
  # 注意:此字段可能返回 null,表示取不到有效值。
2012
2011
  # @type TimedParam: :class:`Tencentcloud::Ses.v20201002.models.TimedEmailParam`
2013
2012
  # @param ErrMsg: 任务异常信息
2014
- # 注意:此字段可能返回 null,表示取不到有效值。
2015
2013
  # @type ErrMsg: String
2016
2014
  # @param ReceiversName: 收件人列表名称
2017
2015
  # @type ReceiversName: String
@@ -2389,7 +2387,6 @@ module TencentCloud
2389
2387
  # 统计数据的结构体
2390
2388
  class Volume < TencentCloud::Common::AbstractModel
2391
2389
  # @param SendDate: 日期
2392
- # 注意:此字段可能返回 null,表示取不到有效值。
2393
2390
  # @type SendDate: String
2394
2391
  # @param RequestCount: 邮件请求数量
2395
2392
  # @type RequestCount: Integer
@@ -2404,7 +2401,6 @@ module TencentCloud
2404
2401
  # @param BounceCount: 退信数量
2405
2402
  # @type BounceCount: Integer
2406
2403
  # @param UnsubscribeCount: 取消订阅的用户数量
2407
- # 注意:此字段可能返回 null,表示取不到有效值。
2408
2404
  # @type UnsubscribeCount: Integer
2409
2405
 
2410
2406
  attr_accessor :SendDate, :RequestCount, :AcceptedCount, :DeliveredCount, :OpenedCount, :ClickedCount, :BounceCount, :UnsubscribeCount
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: 3.0.1073
4
+ version: 3.0.1089
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-03 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common