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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 143236a03d1b9c99028ea0e2bd785f0fc247f2b2
4
- data.tar.gz: f135c556eb4c0ce0a1386ea498996d0fe0a0dfc5
3
+ metadata.gz: 72eb1c07a09716ee93e379f8330081aa0495360a
4
+ data.tar.gz: bf53c6ef15d388ec23083614f8475e863a628eff
5
5
  SHA512:
6
- metadata.gz: e8da4586a8049800d2a2765f0bdbd8cf2129f8fd313a29988e6fcc8711d6620727b5291d37c726b5dbad5f759b416522aa8f0e919612281da85d50da1eff277d
7
- data.tar.gz: 3fbc3793120e4dbbb1b88fad6c623ba81c62e96fc9f64d40353f8cbefce4f75fd6707bfdd61aa75f8ea6c5e34dad225c5e51011f1a18976ba0a9acad0de4ae94
6
+ metadata.gz: e9f17a307b7e68ab63c1b07280a6e6e01e33887324bf09f5ad195ba8d0eac9a4455e5b6bc696294a7cee8e3cf6e4d08ee1bc800c3327561303dbbd26a094d234
7
+ data.tar.gz: c45a3e5e538bd8509ae1d7c71df9328d302b2171072f2342684b663994d7a9b26f88a2942bc5ead7f5dd40b89fce6d44c44549d514f32001111f819b28e49c8a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.420
1
+ 3.0.422
@@ -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.420
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-28 00:00:00.000000000 Z
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