tencentcloud-sdk-ssl 3.0.579 → 3.0.581
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/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: 48133830ade3ec23e07cf3d5c8d7cd6cd4cd12ae
|
|
4
|
+
data.tar.gz: 34d5f9913933b07344f58d4946587364240c636f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75e4c7d5d17f2a2cab02f1d3a6718cfc357865e6b8cd0d4a8af4c17c940f0016941b482371ea5a4f2eb27ef9011e5863cf06b3ec1df5e4be82bdd8814c5d2200
|
|
7
|
+
data.tar.gz: 32b7a53017711a9145015be36d88058bedee2cb11e1c067080c870326505ce48cd4a463af3fd24cc87bf66664f11613bdd67bd46b12b2a357926216249745501
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.581
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|