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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 225c08f6f26992f3e96eab3274714f3c29d4e916
4
- data.tar.gz: 7734fdbe400baa9ac810cd2a9d24ab4a62f1183d
3
+ metadata.gz: 8ac87f5904b2604f7c98caf5539d05096ba874b0
4
+ data.tar.gz: e2a6179d92a00809dbcbadb689722f748158d60c
5
5
  SHA512:
6
- metadata.gz: c69dcc207aab77c07addaeccb6f017d29039688bbb0a264ee1fe757ebec155a123d7d7dd3aca5a0f98f1d605ae2175fc20fea57a4af3b0c10197febd105c3e22
7
- data.tar.gz: fba7bc6db5d0109697123e2d05d0cd9482132530710a81078e1f11430cec17ff1c4f890300ddbc6c08ed722efcb91eb4983b5145723335c90e090cd521d8cadf
6
+ metadata.gz: d7cc927cee5bc3132d67b752c83c121754045094f3894bcd6d4d9533f8f73a707196a21b619fca4bff3ae590fe7715737c36bca4ddcdb1f966c4ad886f334bb2
7
+ data.tar.gz: 31758e86943f0eae962ff9890b539efad07a1cb0ed0c79563c5cd2b2bcf8a87a20fcb7c47e07b12d3fd498816e05cce6c579ebede7d8b3394cb873c58afe87ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.359
1
+ 1.0.360
@@ -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.359
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-19 00:00:00.000000000 Z
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