tencentcloud-sdk-ses 3.0.442 → 3.0.443
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201002/models.rb +6 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6577fb2633ba94b0e717bee388794d8d2ae067b5
|
4
|
+
data.tar.gz: b11adf1a9c4352928518334b0341cf83d2ac6c56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ddb6d759a2af37d82c13519c28e8d39829b55add5e775f9d2bca750625dc46d748a467adcc79f06f375e129b76cc9b9bdaeb08e4d4b6de1b5f6b92324014ea7
|
7
|
+
data.tar.gz: bc5d94345c55c59b70af4e9ec13b78ba52767b758cb9c4918e859f7ef265aacff3be52258ed26a30b09ddab5221a859c58652a1f20691c8f1d896f74c2353830
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.443
|
data/lib/v20201002/models.rb
CHANGED
@@ -754,14 +754,17 @@ module TencentCloud
|
|
754
754
|
# @type TemplateContent: :class:`Tencentcloud::Ses.v20201002.models.TemplateContent`
|
755
755
|
# @param TemplateStatus: 模板状态 0-审核通过 1-待审核 2-审核拒绝
|
756
756
|
# @type TemplateStatus: Integer
|
757
|
+
# @param TemplateName: 模板名称
|
758
|
+
# @type TemplateName: String
|
757
759
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
758
760
|
# @type RequestId: String
|
759
761
|
|
760
|
-
attr_accessor :TemplateContent, :TemplateStatus, :RequestId
|
762
|
+
attr_accessor :TemplateContent, :TemplateStatus, :TemplateName, :RequestId
|
761
763
|
|
762
|
-
def initialize(templatecontent=nil, templatestatus=nil, requestid=nil)
|
764
|
+
def initialize(templatecontent=nil, templatestatus=nil, templatename=nil, requestid=nil)
|
763
765
|
@TemplateContent = templatecontent
|
764
766
|
@TemplateStatus = templatestatus
|
767
|
+
@TemplateName = templatename
|
765
768
|
@RequestId = requestid
|
766
769
|
end
|
767
770
|
|
@@ -771,6 +774,7 @@ module TencentCloud
|
|
771
774
|
@TemplateContent.deserialize(params['TemplateContent'])
|
772
775
|
end
|
773
776
|
@TemplateStatus = params['TemplateStatus']
|
777
|
+
@TemplateName = params['TemplateName']
|
774
778
|
@RequestId = params['RequestId']
|
775
779
|
end
|
776
780
|
end
|
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.443
|
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-11-
|
11
|
+
date: 2022-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/tencentcloud-sdk-ses.rb
|
36
37
|
- lib/v20201002/models.rb
|
37
38
|
- lib/v20201002/client.rb
|
38
|
-
- lib/tencentcloud-sdk-ses.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|