tencentcloud-sdk-ses 1.0.357 → 1.0.360

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: ad4b2693bdfbacdaf0e78412e7410df9a38e3de7
4
- data.tar.gz: 89a558556ac35efaac181c24f83584980b017358
3
+ metadata.gz: 8ac87f5904b2604f7c98caf5539d05096ba874b0
4
+ data.tar.gz: e2a6179d92a00809dbcbadb689722f748158d60c
5
5
  SHA512:
6
- metadata.gz: a40b191e9da30f53a78fcedeb32c75acc3fe1d2bd9c07d34504d621ef7e6996a590a5eca69d23022e4baee82026bb8d0eb5de314162fb251c41cfec623522bdc
7
- data.tar.gz: c730149b34b6e0387839361647223c5777e6d4b9c12ed32ceec2e3a66397189a0dbfabb86022a00364e6535a042479d993c7893ff0405d8c0bd62760edfa57f5
6
+ metadata.gz: d7cc927cee5bc3132d67b752c83c121754045094f3894bcd6d4d9533f8f73a707196a21b619fca4bff3ae590fe7715737c36bca4ddcdb1f966c4ad886f334bb2
7
+ data.tar.gz: 31758e86943f0eae962ff9890b539efad07a1cb0ed0c79563c5cd2b2bcf8a87a20fcb7c47e07b12d3fd498816e05cce6c579ebede7d8b3394cb873c58afe87ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.357
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.357
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-17 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