tencentcloud-sdk-ssl 3.0.453 → 3.0.455
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/v20191205/models.rb +8 -3
- 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: 8bec7ef935413708eb95bdabe71b594851e5999d
|
4
|
+
data.tar.gz: a24afb8a9f52a663affb3a28ad61e5f6b16d3ab4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c97d228e7069b92ccada44cefbac3ab9f4b33b084420efb369f62d9fd841c0da64d33d1dad8efaed53e7e39e0209ef2910503b16b13db5a7c96c12957ecaef26
|
7
|
+
data.tar.gz: 892f0c6fca0e2175d496e9df3247614cc101c9b6da4f8189cb8b1a975f15ac50ccd5813efe97bd208b06386caa84b5606516ef1a72efb945de0b84ef471945b9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.455
|
data/lib/v20191205/models.rb
CHANGED
@@ -683,17 +683,21 @@ module TencentCloud
|
|
683
683
|
# @type Count: Integer
|
684
684
|
# @param Type: 资源标识:clb,cdn,live,waf,antiddos
|
685
685
|
# @type Type: String
|
686
|
-
# @param ResourceIds:
|
686
|
+
# @param ResourceIds: 不建议使用。字段返回和Resources相同。本字段后续只返回null
|
687
687
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
688
688
|
# @type ResourceIds: Array
|
689
|
+
# @param Resources: 关联资源ID或关联域名。
|
690
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
691
|
+
# @type Resources: Array
|
689
692
|
|
690
|
-
attr_accessor :CertificateId, :Count, :Type, :ResourceIds
|
693
|
+
attr_accessor :CertificateId, :Count, :Type, :ResourceIds, :Resources
|
691
694
|
|
692
|
-
def initialize(certificateid=nil, count=nil, type=nil, resourceids=nil)
|
695
|
+
def initialize(certificateid=nil, count=nil, type=nil, resourceids=nil, resources=nil)
|
693
696
|
@CertificateId = certificateid
|
694
697
|
@Count = count
|
695
698
|
@Type = type
|
696
699
|
@ResourceIds = resourceids
|
700
|
+
@Resources = resources
|
697
701
|
end
|
698
702
|
|
699
703
|
def deserialize(params)
|
@@ -701,6 +705,7 @@ module TencentCloud
|
|
701
705
|
@Count = params['Count']
|
702
706
|
@Type = params['Type']
|
703
707
|
@ResourceIds = params['ResourceIds']
|
708
|
+
@Resources = params['Resources']
|
704
709
|
end
|
705
710
|
end
|
706
711
|
|
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.455
|
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-11-
|
11
|
+
date: 2022-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|