tencentcloud-sdk-bsca 3.0.421 → 3.0.422

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd72483069e2e223f6f42b3b953fb3bfc6b9c2eb
4
- data.tar.gz: 80dd4887e129af1ff6cdff107baea2278610ba15
3
+ metadata.gz: 72eb1c07a09716ee93e379f8330081aa0495360a
4
+ data.tar.gz: bf53c6ef15d388ec23083614f8475e863a628eff
5
5
  SHA512:
6
- metadata.gz: 324eacd7e83ade0a6ba9bbbf461080657a2f3449181eb4a4c31f0cfffe14164bb9faed59112bd0a343b449a5ce7a1b713f08f29b2fc2a6665a103b045bd039c0
7
- data.tar.gz: b961effcea9049f140dd8c7d6e668206edee761c7c0e4db35f8890a9b2c68ba8bbf0970d5e58681bce639a1f451391d9c4d6c934ad0f70e6d705a3e53979063c
6
+ metadata.gz: e9f17a307b7e68ab63c1b07280a6e6e01e33887324bf09f5ad195ba8d0eac9a4455e5b6bc696294a7cee8e3cf6e4d08ee1bc800c3327561303dbbd26a094d234
7
+ data.tar.gz: c45a3e5e538bd8509ae1d7c71df9328d302b2171072f2342684b663994d7a9b26f88a2942bc5ead7f5dd40b89fce6d44c44549d514f32001111f819b28e49c8a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.421
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.421
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