tencentcloud-sdk-lke 3.0.1206 → 3.0.1211
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 +2 -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: f1b574532d21bc7731807340e0dd94e4538d21bd
|
|
4
|
+
data.tar.gz: 1d0c475369a5280fbcb91dda7cbfc583aeae3c98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e36fd1040b71131fbea6affa4e50e1130d87730d82f1f34b077f0133657f150f64d4b95e835a2b873a27c946087ebb56203ff5951bbee5ec6142855e881fbfe1
|
|
7
|
+
data.tar.gz: 7811b279f5d4e3744f6aebb46ceae488634a8e9852bcba259476b7ba965dedc2661de20ba76be33cea6374096e3a272d5ada0633a1fd75dc1c6ad60dfc901d00
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1211
|
data/lib/v20231130/models.rb
CHANGED
|
@@ -10126,13 +10126,13 @@ module TencentCloud
|
|
|
10126
10126
|
|
|
10127
10127
|
# ModifyDocAttrRange请求参数结构体
|
|
10128
10128
|
class ModifyDocAttrRangeRequest < TencentCloud::Common::AbstractModel
|
|
10129
|
-
# @param BotBizId: 应用ID
|
|
10129
|
+
# @param BotBizId: 应用ID,获取方法参看[如何获取 BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
10130
10130
|
# @type BotBizId: String
|
|
10131
10131
|
# @param DocBizIds: 文档ID
|
|
10132
10132
|
# @type DocBizIds: Array
|
|
10133
10133
|
# @param AttrRange: 属性标签适用范围 1:全部,2:按条件
|
|
10134
10134
|
# @type AttrRange: Integer
|
|
10135
|
-
# @param AttrLabels:
|
|
10135
|
+
# @param AttrLabels: 属性标签引用,LabelBizIds可通过 DescribeAttributeLabel 接口获取
|
|
10136
10136
|
# @type AttrLabels: Array
|
|
10137
10137
|
|
|
10138
10138
|
attr_accessor :BotBizId, :DocBizIds, :AttrRange, :AttrLabels
|
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.1211
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|