tencentcloud-sdk-lke 3.0.1194 → 3.0.1199
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 +16 -7
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b18dc8c3f22e573ef700b0abd63da4fabd021e98
|
|
4
|
+
data.tar.gz: 36fb723d9c5ca48194efd53ef6469e96a5ea47f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c24077d7238a60d64880458d7a9bef64430e0acbb3fc532c0de6bed0e2a7a52f744d69b8f7578f75f5647921a76c6a3ca5fcf46e381d94fcd86dc5c35669f3e8
|
|
7
|
+
data.tar.gz: 0bdd50227d0d1546e54ef67578f29ffeaa193a8946a88352e28cd237bc6c701ea2a89ed2880bc92bc1ea5ad43f7057975a4df0b63b312ffce5ba0b7c6457a3da
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1199
|
data/lib/v20231130/models.rb
CHANGED
|
@@ -8198,13 +8198,15 @@ module TencentCloud
|
|
|
8198
8198
|
# @type IsDisabled: Boolean
|
|
8199
8199
|
# @param StaffName: 员工名称
|
|
8200
8200
|
# @type StaffName: String
|
|
8201
|
-
# @param EnableScope: 文档生效域: 1
|
|
8201
|
+
# @param EnableScope: 文档生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
|
|
8202
8202
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8203
8203
|
# @type EnableScope: Integer
|
|
8204
|
+
# @param DocSize: 文档大小,单位:字节
|
|
8205
|
+
# @type DocSize: String
|
|
8204
8206
|
|
|
8205
|
-
attr_accessor :DocBizId, :FileName, :NewName, :FileType, :CosUrl, :UpdateTime, :Status, :StatusDesc, :Reason, :IsRefer, :QaNum, :IsDeleted, :Source, :SourceDesc, :IsAllowRestart, :IsDeletedQa, :IsCreatingQa, :IsAllowDelete, :IsAllowRefer, :IsCreatedQa, :DocCharSize, :AttrRange, :AttrLabels, :IsAllowEdit, :ReferUrlType, :WebUrl, :ExpireStart, :ExpireEnd, :IsAllowRetry, :Processing, :CreateTime, :CateBizId, :CustomerKnowledgeId, :AttributeFlags, :IsDisabled, :StaffName, :EnableScope
|
|
8207
|
+
attr_accessor :DocBizId, :FileName, :NewName, :FileType, :CosUrl, :UpdateTime, :Status, :StatusDesc, :Reason, :IsRefer, :QaNum, :IsDeleted, :Source, :SourceDesc, :IsAllowRestart, :IsDeletedQa, :IsCreatingQa, :IsAllowDelete, :IsAllowRefer, :IsCreatedQa, :DocCharSize, :AttrRange, :AttrLabels, :IsAllowEdit, :ReferUrlType, :WebUrl, :ExpireStart, :ExpireEnd, :IsAllowRetry, :Processing, :CreateTime, :CateBizId, :CustomerKnowledgeId, :AttributeFlags, :IsDisabled, :StaffName, :EnableScope, :DocSize
|
|
8206
8208
|
|
|
8207
|
-
def initialize(docbizid=nil, filename=nil, newname=nil, filetype=nil, cosurl=nil, updatetime=nil, status=nil, statusdesc=nil, reason=nil, isrefer=nil, qanum=nil, isdeleted=nil, source=nil, sourcedesc=nil, isallowrestart=nil, isdeletedqa=nil, iscreatingqa=nil, isallowdelete=nil, isallowrefer=nil, iscreatedqa=nil, doccharsize=nil, attrrange=nil, attrlabels=nil, isallowedit=nil, referurltype=nil, weburl=nil, expirestart=nil, expireend=nil, isallowretry=nil, processing=nil, createtime=nil, catebizid=nil, customerknowledgeid=nil, attributeflags=nil, isdisabled=nil, staffname=nil, enablescope=nil)
|
|
8209
|
+
def initialize(docbizid=nil, filename=nil, newname=nil, filetype=nil, cosurl=nil, updatetime=nil, status=nil, statusdesc=nil, reason=nil, isrefer=nil, qanum=nil, isdeleted=nil, source=nil, sourcedesc=nil, isallowrestart=nil, isdeletedqa=nil, iscreatingqa=nil, isallowdelete=nil, isallowrefer=nil, iscreatedqa=nil, doccharsize=nil, attrrange=nil, attrlabels=nil, isallowedit=nil, referurltype=nil, weburl=nil, expirestart=nil, expireend=nil, isallowretry=nil, processing=nil, createtime=nil, catebizid=nil, customerknowledgeid=nil, attributeflags=nil, isdisabled=nil, staffname=nil, enablescope=nil, docsize=nil)
|
|
8208
8210
|
@DocBizId = docbizid
|
|
8209
8211
|
@FileName = filename
|
|
8210
8212
|
@NewName = newname
|
|
@@ -8242,6 +8244,7 @@ module TencentCloud
|
|
|
8242
8244
|
@IsDisabled = isdisabled
|
|
8243
8245
|
@StaffName = staffname
|
|
8244
8246
|
@EnableScope = enablescope
|
|
8247
|
+
@DocSize = docsize
|
|
8245
8248
|
end
|
|
8246
8249
|
|
|
8247
8250
|
def deserialize(params)
|
|
@@ -8289,6 +8292,7 @@ module TencentCloud
|
|
|
8289
8292
|
@IsDisabled = params['IsDisabled']
|
|
8290
8293
|
@StaffName = params['StaffName']
|
|
8291
8294
|
@EnableScope = params['EnableScope']
|
|
8295
|
+
@DocSize = params['DocSize']
|
|
8292
8296
|
end
|
|
8293
8297
|
end
|
|
8294
8298
|
|
|
@@ -8683,15 +8687,18 @@ module TencentCloud
|
|
|
8683
8687
|
# @type IsDisabled: Boolean
|
|
8684
8688
|
# @param StaffName: 员工名称
|
|
8685
8689
|
# @type StaffName: String
|
|
8686
|
-
# @param EnableScope: 问答生效域: 1
|
|
8690
|
+
# @param EnableScope: 问答生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
|
|
8687
8691
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8688
8692
|
# @type EnableScope: Integer
|
|
8689
|
-
# @param DocEnableScope:
|
|
8693
|
+
# @param DocEnableScope: 问答关联的文档生效域:1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
|
|
8694
|
+
# 若问答未关联文档,则该字段值同问答生效域。
|
|
8690
8695
|
# @type DocEnableScope: Integer
|
|
8696
|
+
# @param QaSize: 问答大小(含相似问),单位:字节
|
|
8697
|
+
# @type QaSize: String
|
|
8691
8698
|
|
|
8692
|
-
attr_accessor :QaBizId, :Question, :Answer, :Source, :SourceDesc, :UpdateTime, :Status, :StatusDesc, :DocBizId, :CreateTime, :IsAllowEdit, :IsAllowDelete, :IsAllowAccept, :FileName, :FileType, :QaCharSize, :ExpireStart, :ExpireEnd, :AttrRange, :AttrLabels, :SimilarQuestionNum, :SimilarQuestionTips, :IsDisabled, :StaffName, :EnableScope, :DocEnableScope
|
|
8699
|
+
attr_accessor :QaBizId, :Question, :Answer, :Source, :SourceDesc, :UpdateTime, :Status, :StatusDesc, :DocBizId, :CreateTime, :IsAllowEdit, :IsAllowDelete, :IsAllowAccept, :FileName, :FileType, :QaCharSize, :ExpireStart, :ExpireEnd, :AttrRange, :AttrLabels, :SimilarQuestionNum, :SimilarQuestionTips, :IsDisabled, :StaffName, :EnableScope, :DocEnableScope, :QaSize
|
|
8693
8700
|
|
|
8694
|
-
def initialize(qabizid=nil, question=nil, answer=nil, source=nil, sourcedesc=nil, updatetime=nil, status=nil, statusdesc=nil, docbizid=nil, createtime=nil, isallowedit=nil, isallowdelete=nil, isallowaccept=nil, filename=nil, filetype=nil, qacharsize=nil, expirestart=nil, expireend=nil, attrrange=nil, attrlabels=nil, similarquestionnum=nil, similarquestiontips=nil, isdisabled=nil, staffname=nil, enablescope=nil, docenablescope=nil)
|
|
8701
|
+
def initialize(qabizid=nil, question=nil, answer=nil, source=nil, sourcedesc=nil, updatetime=nil, status=nil, statusdesc=nil, docbizid=nil, createtime=nil, isallowedit=nil, isallowdelete=nil, isallowaccept=nil, filename=nil, filetype=nil, qacharsize=nil, expirestart=nil, expireend=nil, attrrange=nil, attrlabels=nil, similarquestionnum=nil, similarquestiontips=nil, isdisabled=nil, staffname=nil, enablescope=nil, docenablescope=nil, qasize=nil)
|
|
8695
8702
|
@QaBizId = qabizid
|
|
8696
8703
|
@Question = question
|
|
8697
8704
|
@Answer = answer
|
|
@@ -8718,6 +8725,7 @@ module TencentCloud
|
|
|
8718
8725
|
@StaffName = staffname
|
|
8719
8726
|
@EnableScope = enablescope
|
|
8720
8727
|
@DocEnableScope = docenablescope
|
|
8728
|
+
@QaSize = qasize
|
|
8721
8729
|
end
|
|
8722
8730
|
|
|
8723
8731
|
def deserialize(params)
|
|
@@ -8754,6 +8762,7 @@ module TencentCloud
|
|
|
8754
8762
|
@StaffName = params['StaffName']
|
|
8755
8763
|
@EnableScope = params['EnableScope']
|
|
8756
8764
|
@DocEnableScope = params['DocEnableScope']
|
|
8765
|
+
@QaSize = params['QaSize']
|
|
8757
8766
|
end
|
|
8758
8767
|
end
|
|
8759
8768
|
|
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.1199
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
+
- lib/tencentcloud-sdk-lke.rb
|
|
36
37
|
- lib/v20231130/client.rb
|
|
37
38
|
- lib/v20231130/models.rb
|
|
38
|
-
- lib/tencentcloud-sdk-lke.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|