tencentcloud-sdk-ses 3.0.928 → 3.0.930

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201002/models.rb +0 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6547d2ed0cd155e522df5006517b235ff978bce0
4
- data.tar.gz: ff06628e70bff36e280aa1f1b9d7b9945180b3e9
3
+ metadata.gz: 69b882170df99c9b87b9cb1140f894be8711eb34
4
+ data.tar.gz: 2f57eca0ac3c40b7101d9b9ca184dae2dfd68de6
5
5
  SHA512:
6
- metadata.gz: be1e1574bdb95897875b599c5557824b0a25acd23da0c66e9216674be87f4e50b808709393682c9fe3875030a8c1ab2063470f2bf992ab266dfeae7b78c030da
7
- data.tar.gz: 3c1747d1915fed1e1ff4629de26648586c823219969a33eed940dd6444a9043e3a195df3c9198b0685f091f07c5a84faf95afbfcb3b46286eeb1bcb2387017c6
6
+ metadata.gz: 7b06ce8e11a84fa6d986121ad945764aef6dbab74d81b96be7ed98d982954b90d1f5a847ab6cd91321b3c54ba6a87e084c759b3c938b7f165004dfc1edb2eff5
7
+ data.tar.gz: d3fa40f6b7923f6461a499dcf263aa1ac281b7116d1d2a55a69002b9f9f803b2eda5c8dc9e9174b5b9ffc0f623d31959fc15aaf6f35027b2ed249279bb296584
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.928
1
+ 3.0.930
@@ -143,19 +143,14 @@ module TencentCloud
143
143
  # 黑名单详情
144
144
  class BlackAddressDetail < TencentCloud::Common::AbstractModel
145
145
  # @param Id: 黑名单地址id
146
- # 注意:此字段可能返回 null,表示取不到有效值。
147
146
  # @type Id: Integer
148
147
  # @param Email: 邮箱地址
149
- # 注意:此字段可能返回 null,表示取不到有效值。
150
148
  # @type Email: String
151
149
  # @param CreateTime: 创建时间
152
- # 注意:此字段可能返回 null,表示取不到有效值。
153
150
  # @type CreateTime: String
154
151
  # @param ExpireDate: 过期时间
155
- # 注意:此字段可能返回 null,表示取不到有效值。
156
152
  # @type ExpireDate: String
157
153
  # @param Status: 黑名单状态,0:已过期,1:生效中
158
- # 注意:此字段可能返回 null,表示取不到有效值。
159
154
  # @type Status: Integer
160
155
 
161
156
  attr_accessor :Id, :Email, :CreateTime, :ExpireDate, :Status
@@ -225,19 +220,14 @@ module TencentCloud
225
220
  # CreateCustomBlacklist返回参数结构体
226
221
  class CreateCustomBlacklistResponse < TencentCloud::Common::AbstractModel
227
222
  # @param TotalCount: 收件人总数
228
- # 注意:此字段可能返回 null,表示取不到有效值。
229
223
  # @type TotalCount: Integer
230
224
  # @param ValidCount: 实际上传数量
231
- # 注意:此字段可能返回 null,表示取不到有效值。
232
225
  # @type ValidCount: Integer
233
226
  # @param TooLongCount: 数据过长数量
234
- # 注意:此字段可能返回 null,表示取不到有效值。
235
227
  # @type TooLongCount: Integer
236
228
  # @param RepeatCount: 重复数量
237
- # 注意:此字段可能返回 null,表示取不到有效值。
238
229
  # @type RepeatCount: Integer
239
230
  # @param InvalidCount: 格式不正确数量
240
- # 注意:此字段可能返回 null,表示取不到有效值。
241
231
  # @type InvalidCount: Integer
242
232
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
243
233
  # @type RequestId: String
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.928
4
+ version: 3.0.930
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-20 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common