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 +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: 6614e878cb3433b215ba25d3f2713ca0cdb29fce
|
4
|
+
data.tar.gz: bfd3034e6084e8830e3ab54e302d7083e3e0e2bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89afe548d2af2963df0ddab82c0d9c32eac455e827e2b1363b6b4664e019e2fa6506ca890a2db03b30b585e3ac883b55b20ec455abd71369f0ba3a44030e3dae
|
7
|
+
data.tar.gz: 5772f636e82d068b7a3ada459215360d763dc63ce46a3242caa73883ad963e3c99aad124b35ed41f0520bc4ce615501f1646e33431d5799d1774fc73469aca39
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1066
|
data/lib/v20201002/models.rb
CHANGED
@@ -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.
|
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-
|
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
|