tencentcloud-sdk-ssl 3.0.579 → 3.0.581

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: 89580206507df93042c57a071598213b5614d66a
4
- data.tar.gz: d81660ffb029ffa5a0dc088b25b08159a07016a5
3
+ metadata.gz: 48133830ade3ec23e07cf3d5c8d7cd6cd4cd12ae
4
+ data.tar.gz: 34d5f9913933b07344f58d4946587364240c636f
5
5
  SHA512:
6
- metadata.gz: b82423aab62830b1044b2bee49d8a57a351f6b8e86b659de4a4982c42a88f1232dc9168c081d85dbc0bdd8a406cf48399cc33380aa453b4d153e561d39205856
7
- data.tar.gz: 22f095acaf972d9718529a1528411e73794d659d9ec597dd8b1ce026bc74b4e5c153389c165e0c47ae31334d601f50411c1558a17e2c2f6e3fe3cd79a06bbe2d
6
+ metadata.gz: 75e4c7d5d17f2a2cab02f1d3a6718cfc357865e6b8cd0d4a8af4c17c940f0016941b482371ea5a4f2eb27ef9011e5863cf06b3ec1df5e4be82bdd8814c5d2200
7
+ data.tar.gz: 32b7a53017711a9145015be36d88058bedee2cb11e1c067080c870326505ce48cd4a463af3fd24cc87bf66664f11613bdd67bd46b12b2a357926216249745501
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.579
1
+ 3.0.581
@@ -681,15 +681,19 @@ module TencentCloud
681
681
  class CommitCertificateInformationRequest < TencentCloud::Common::AbstractModel
682
682
  # @param CertificateId: 证书 ID。
683
683
  # @type CertificateId: String
684
+ # @param VerifyType: 域名验证方式
685
+ # @type VerifyType: String
684
686
 
685
- attr_accessor :CertificateId
687
+ attr_accessor :CertificateId, :VerifyType
686
688
 
687
- def initialize(certificateid=nil)
689
+ def initialize(certificateid=nil, verifytype=nil)
688
690
  @CertificateId = certificateid
691
+ @VerifyType = verifytype
689
692
  end
690
693
 
691
694
  def deserialize(params)
692
695
  @CertificateId = params['CertificateId']
696
+ @VerifyType = params['VerifyType']
693
697
  end
694
698
  end
695
699
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.579
4
+ version: 3.0.581
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-29 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common