tencentcloud-sdk-ssl 3.0.454 → 3.0.456
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: fe53692eb4088f1001133ab19a08c308ccc90a9d
|
4
|
+
data.tar.gz: 601996c5b1848b7fdf0d75d657cb68ad82a0873b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cc1b679f891418431cc42eebff20c6ce6d8ab5978ba192833d98326971a802e9bd6e70c2a8859ae570f955ae40f3d3814c16f5895fc8c57671d04a18ecda47d
|
7
|
+
data.tar.gz: 381fc3a1c2ca1e1363cbbd649c4a673efa64b5356c6b1f1b9e5482c4fa0c2a468e52f486881218944a17060502448fc008a7624e3d4b1acb27ff48fbd817f237
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.456
|
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.456
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|