tencentcloud-sdk-bsca 3.0.420 → 3.0.422
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/v20210811/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: 72eb1c07a09716ee93e379f8330081aa0495360a
|
4
|
+
data.tar.gz: bf53c6ef15d388ec23083614f8475e863a628eff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9f17a307b7e68ab63c1b07280a6e6e01e33887324bf09f5ad195ba8d0eac9a4455e5b6bc696294a7cee8e3cf6e4d08ee1bc800c3327561303dbbd26a094d234
|
7
|
+
data.tar.gz: c45a3e5e538bd8509ae1d7c71df9328d302b2171072f2342684b663994d7a9b26f88a2942bc5ead7f5dd40b89fce6d44c44549d514f32001111f819b28e49c8a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.422
|
data/lib/v20210811/models.rb
CHANGED
@@ -610,13 +610,16 @@ module TencentCloud
|
|
610
610
|
class MatchKBPURLListResponse < TencentCloud::Common::AbstractModel
|
611
611
|
# @param PURLList: 组件列表。
|
612
612
|
# @type PURLList: Array
|
613
|
+
# @param Hit: 是否命中数据库。
|
614
|
+
# @type Hit: Boolean
|
613
615
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
614
616
|
# @type RequestId: String
|
615
617
|
|
616
|
-
attr_accessor :PURLList, :RequestId
|
618
|
+
attr_accessor :PURLList, :Hit, :RequestId
|
617
619
|
|
618
|
-
def initialize(purllist=nil, requestid=nil)
|
620
|
+
def initialize(purllist=nil, hit=nil, requestid=nil)
|
619
621
|
@PURLList = purllist
|
622
|
+
@Hit = hit
|
620
623
|
@RequestId = requestid
|
621
624
|
end
|
622
625
|
|
@@ -629,6 +632,7 @@ module TencentCloud
|
|
629
632
|
@PURLList << purl_tmp
|
630
633
|
end
|
631
634
|
end
|
635
|
+
@Hit = params['Hit']
|
632
636
|
@RequestId = params['RequestId']
|
633
637
|
end
|
634
638
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-bsca
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.422
|
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-09-
|
11
|
+
date: 2022-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|