tencentcloud-sdk-ssl 1.0.251 → 1.0.255
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 +7 -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: 83ede1cee6bf3b42fd15b1e2ab04b6dfeb76a739
|
|
4
|
+
data.tar.gz: d62f8fc392850240d54d4bc9fbf40f7272728311
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4330d51d3daca23c0b23ece9ebff386adbeba05ecb51c75100f0a29bd343c5613306ecf6b39b1cc58a81e01bbab81e2d24d3de047a3e5ce94ba6b2ed1f198986
|
|
7
|
+
data.tar.gz: ae150cf5cb4f588b230b5bd66efd0f215f9b510199ff298da0b8cf7445f9212867b763f6850f819394f10f16e8af6ae043a606188a860cb24c3c00c2e8a34146
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.255
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -633,19 +633,24 @@ module TencentCloud
|
|
|
633
633
|
# @type Count: Integer
|
|
634
634
|
# @param Type: 资源标识:clb,cdn,live,waf,antiddos
|
|
635
635
|
# @type Type: String
|
|
636
|
+
# @param ResourceIds: 关联资源ID或关联域名
|
|
637
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
638
|
+
# @type ResourceIds: Array
|
|
636
639
|
|
|
637
|
-
attr_accessor :CertificateId, :Count, :Type
|
|
640
|
+
attr_accessor :CertificateId, :Count, :Type, :ResourceIds
|
|
638
641
|
|
|
639
|
-
def initialize(certificateid=nil, count=nil, type=nil)
|
|
642
|
+
def initialize(certificateid=nil, count=nil, type=nil, resourceids=nil)
|
|
640
643
|
@CertificateId = certificateid
|
|
641
644
|
@Count = count
|
|
642
645
|
@Type = type
|
|
646
|
+
@ResourceIds = resourceids
|
|
643
647
|
end
|
|
644
648
|
|
|
645
649
|
def deserialize(params)
|
|
646
650
|
@CertificateId = params['CertificateId']
|
|
647
651
|
@Count = params['Count']
|
|
648
652
|
@Type = params['Type']
|
|
653
|
+
@ResourceIds = params['ResourceIds']
|
|
649
654
|
end
|
|
650
655
|
end
|
|
651
656
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.255
|
|
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
|
+
date: 2022-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|