Package not found. Please check the package name and try again.
tencentcloud-sdk-lke 3.0.982 → 3.0.983
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/v20231130/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: f5d946fa2b9d62b0aa5ab66cfd294f03da3f75f5
|
|
4
|
+
data.tar.gz: c4fcd083a7bb6cd01c5310f26d16f13699c6a921
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99ae45c7be91bd612bf0653dcccc864b3bacaa3d197cd7e8066f63e0d7bd09a8884fe412208bad31955a7a5800d832c9dae5e0d3b209601bb724b64a1b7cda0c
|
|
7
|
+
data.tar.gz: bdaf591c79cf29069b689e31e9d5f005670c357f87838462de4f7edacfc1ceb030227cf8a0aee34c54dbd55fbb0d9bf7cecd611017c74e88736e80df5ea85baf
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.983
|
data/lib/v20231130/models.rb
CHANGED
|
@@ -7491,10 +7491,12 @@ module TencentCloud
|
|
|
7491
7491
|
# @type Source: Integer
|
|
7492
7492
|
# @param QueryAnswer: 查询答案
|
|
7493
7493
|
# @type QueryAnswer: String
|
|
7494
|
+
# @param QueryType: 查询类型 filename 名称、 attribute 标签
|
|
7495
|
+
# @type QueryType: String
|
|
7494
7496
|
|
|
7495
|
-
attr_accessor :PageNumber, :PageSize, :BotBizId, :Query, :CateBizId, :AcceptStatus, :ReleaseStatus, :DocBizId, :QaBizId, :Source, :QueryAnswer
|
|
7497
|
+
attr_accessor :PageNumber, :PageSize, :BotBizId, :Query, :CateBizId, :AcceptStatus, :ReleaseStatus, :DocBizId, :QaBizId, :Source, :QueryAnswer, :QueryType
|
|
7496
7498
|
|
|
7497
|
-
def initialize(pagenumber=nil, pagesize=nil, botbizid=nil, query=nil, catebizid=nil, acceptstatus=nil, releasestatus=nil, docbizid=nil, qabizid=nil, source=nil, queryanswer=nil)
|
|
7499
|
+
def initialize(pagenumber=nil, pagesize=nil, botbizid=nil, query=nil, catebizid=nil, acceptstatus=nil, releasestatus=nil, docbizid=nil, qabizid=nil, source=nil, queryanswer=nil, querytype=nil)
|
|
7498
7500
|
@PageNumber = pagenumber
|
|
7499
7501
|
@PageSize = pagesize
|
|
7500
7502
|
@BotBizId = botbizid
|
|
@@ -7506,6 +7508,7 @@ module TencentCloud
|
|
|
7506
7508
|
@QaBizId = qabizid
|
|
7507
7509
|
@Source = source
|
|
7508
7510
|
@QueryAnswer = queryanswer
|
|
7511
|
+
@QueryType = querytype
|
|
7509
7512
|
end
|
|
7510
7513
|
|
|
7511
7514
|
def deserialize(params)
|
|
@@ -7520,6 +7523,7 @@ module TencentCloud
|
|
|
7520
7523
|
@QaBizId = params['QaBizId']
|
|
7521
7524
|
@Source = params['Source']
|
|
7522
7525
|
@QueryAnswer = params['QueryAnswer']
|
|
7526
|
+
@QueryType = params['QueryType']
|
|
7523
7527
|
end
|
|
7524
7528
|
end
|
|
7525
7529
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-lke
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.983
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|