tencentcloud-sdk-ses 3.0.1065 → 3.0.1066

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: fb3d2f4261753b3d2feb91c3904efde8b7f32695
4
- data.tar.gz: ea312f746b4622398799e1bbc88b2199e6a4caad
3
+ metadata.gz: 6614e878cb3433b215ba25d3f2713ca0cdb29fce
4
+ data.tar.gz: bfd3034e6084e8830e3ab54e302d7083e3e0e2bf
5
5
  SHA512:
6
- metadata.gz: 8f50f4fe8f401568862d482c1b8307e6eb802bc76abea8d2517b48a6179b670c214bb7f60b94bd11214faa47ddc5e0e497198250960f109930610fc0352f3226
7
- data.tar.gz: 3c3633e61c96e4a84a67310cfe0611adc6873e6265744882365119fdc8f3d18366648c38265dfb13edacc11d9850e5306a463c937469a33fe3234e61918e9767
6
+ metadata.gz: 89afe548d2af2963df0ddab82c0d9c32eac455e827e2b1363b6b4664e019e2fa6506ca890a2db03b30b585e3ac883b55b20ec455abd71369f0ba3a44030e3dae
7
+ data.tar.gz: 5772f636e82d068b7a3ada459215360d763dc63ce46a3242caa73883ad963e3c99aad124b35ed41f0520bc4ce615501f1646e33431d5799d1774fc73469aca39
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1065
1
+ 3.0.1066
@@ -295,15 +295,19 @@ module TencentCloud
295
295
  class CreateEmailIdentityRequest < TencentCloud::Common::AbstractModel
296
296
  # @param EmailIdentity: 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。
297
297
  # @type EmailIdentity: String
298
+ # @param DKIMOption: 生成的dkim密钥长度。0:1024,1:2048
299
+ # @type DKIMOption: Integer
298
300
 
299
- attr_accessor :EmailIdentity
301
+ attr_accessor :EmailIdentity, :DKIMOption
300
302
 
301
- def initialize(emailidentity=nil)
303
+ def initialize(emailidentity=nil, dkimoption=nil)
302
304
  @EmailIdentity = emailidentity
305
+ @DKIMOption = dkimoption
303
306
  end
304
307
 
305
308
  def deserialize(params)
306
309
  @EmailIdentity = params['EmailIdentity']
310
+ @DKIMOption = params['DKIMOption']
307
311
  end
308
312
  end
309
313
 
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.1065
4
+ version: 3.0.1066
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-05-21 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common