tencentcloud-sdk-ses 1.0.359 → 1.0.360
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ac87f5904b2604f7c98caf5539d05096ba874b0
|
4
|
+
data.tar.gz: e2a6179d92a00809dbcbadb689722f748158d60c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7cc927cee5bc3132d67b752c83c121754045094f3894bcd6d4d9533f8f73a707196a21b619fca4bff3ae590fe7715737c36bca4ddcdb1f966c4ad886f334bb2
|
7
|
+
data.tar.gz: 31758e86943f0eae962ff9890b539efad07a1cb0ed0c79563c5cd2b2bcf8a87a20fcb7c47e07b12d3fd498816e05cce6c579ebede7d8b3394cb873c58afe87ab
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.360
|
data/lib/v20201002/models.rb
CHANGED
@@ -740,13 +740,16 @@ module TencentCloud
|
|
740
740
|
class GetEmailTemplateResponse < TencentCloud::Common::AbstractModel
|
741
741
|
# @param TemplateContent: 模板内容数据
|
742
742
|
# @type TemplateContent: :class:`Tencentcloud::Ses.v20201002.models.TemplateContent`
|
743
|
+
# @param TemplateStatus: 模板状态 0-审核通过 1-待审核 2-审核拒绝
|
744
|
+
# @type TemplateStatus: Integer
|
743
745
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
744
746
|
# @type RequestId: String
|
745
747
|
|
746
|
-
attr_accessor :TemplateContent, :RequestId
|
748
|
+
attr_accessor :TemplateContent, :TemplateStatus, :RequestId
|
747
749
|
|
748
|
-
def initialize(templatecontent=nil, requestid=nil)
|
750
|
+
def initialize(templatecontent=nil, templatestatus=nil, requestid=nil)
|
749
751
|
@TemplateContent = templatecontent
|
752
|
+
@TemplateStatus = templatestatus
|
750
753
|
@RequestId = requestid
|
751
754
|
end
|
752
755
|
|
@@ -755,6 +758,7 @@ module TencentCloud
|
|
755
758
|
@TemplateContent = TemplateContent.new
|
756
759
|
@TemplateContent.deserialize(params['TemplateContent'])
|
757
760
|
end
|
761
|
+
@TemplateStatus = params['TemplateStatus']
|
758
762
|
@RequestId = params['RequestId']
|
759
763
|
end
|
760
764
|
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: 1.0.
|
4
|
+
version: 1.0.360
|
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-07-
|
11
|
+
date: 2022-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|