tencentcloud-sdk-lke 3.0.1183 → 3.0.1185
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/client.rb +3 -0
- data/lib/v20231130/models.rb +58 -54
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 769cbb4152e8c16ac2951e0889865c64456f3b49
|
|
4
|
+
data.tar.gz: d78f6eed13ae9d9a3493127a1ac758aaf6d824cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58be31f6bfee15ff692b601130e2307efc897999567561181fbce7a82f70ba9dd18151da55e63e01b3a3f7f02822763f58618b89c780ba98c0090ae3ecb50240
|
|
7
|
+
data.tar.gz: 782a12e07c9b97640aa000e4711683381f2701930a4fdaf1f5fbe89ab1c8b738bbabce3a0d605ba53a062c5a9c8e9a6cfd94fa40189786430e752208f0fb658c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1185
|
data/lib/v20231130/client.rb
CHANGED
|
@@ -2533,6 +2533,9 @@ module TencentCloud
|
|
|
2533
2533
|
end
|
|
2534
2534
|
|
|
2535
2535
|
# 校验问答
|
|
2536
|
+
# 知识库相关背景知识介绍
|
|
2537
|
+
# “知识库检索范围”文档:https://cloud.tencent.com/document/product/1759/112704
|
|
2538
|
+
# “标签”文档:https://cloud.tencent.com/document/product/1759/112956
|
|
2536
2539
|
|
|
2537
2540
|
# @param request: Request instance for VerifyQA.
|
|
2538
2541
|
# @type request: :class:`Tencentcloud::lke::V20231130::VerifyQARequest`
|
data/lib/v20231130/models.rb
CHANGED
|
@@ -2756,7 +2756,7 @@ module TencentCloud
|
|
|
2756
2756
|
|
|
2757
2757
|
# CreateWorkflowRun请求参数结构体
|
|
2758
2758
|
class CreateWorkflowRunRequest < TencentCloud::Common::AbstractModel
|
|
2759
|
-
# @param AppBizId: 应用ID
|
|
2759
|
+
# @param AppBizId: 应用ID, 获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
2760
2760
|
# @type AppBizId: String
|
|
2761
2761
|
# @param RunEnv: 运行环境。0: 测试环境; 1: 正式环境
|
|
2762
2762
|
# @type RunEnv: Integer
|
|
@@ -7352,19 +7352,19 @@ module TencentCloud
|
|
|
7352
7352
|
|
|
7353
7353
|
# ListAttributeLabel请求参数结构体
|
|
7354
7354
|
class ListAttributeLabelRequest < TencentCloud::Common::AbstractModel
|
|
7355
|
-
# @param BotBizId: 应用ID
|
|
7355
|
+
# @param BotBizId: 应用ID,获取方法参看如何获取[BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
7356
7356
|
# @type BotBizId: String
|
|
7357
|
-
# @param PageNumber:
|
|
7357
|
+
# @param PageNumber: 页码,取值范围:大于0
|
|
7358
7358
|
# @type PageNumber: Integer
|
|
7359
|
-
# @param PageSize:
|
|
7359
|
+
# @param PageSize: 每页数量,取值范围:大于0
|
|
7360
7360
|
# @type PageSize: Integer
|
|
7361
7361
|
# @param LoginUin: 登录用户主账号(集成商模式必填)
|
|
7362
7362
|
# @type LoginUin: String
|
|
7363
7363
|
# @param LoginSubAccountUin: 登录用户子账号(集成商模式必填)
|
|
7364
7364
|
# @type LoginSubAccountUin: String
|
|
7365
|
-
# @param Query:
|
|
7365
|
+
# @param Query: 查询内容,同时匹配标签内容和标签值内容
|
|
7366
7366
|
# @type Query: String
|
|
7367
|
-
# @param LabelSize:
|
|
7367
|
+
# @param LabelSize: 每个标签同步拉取的标签值数量。即在展示标签列表时,为每一个标签加载多少个具体的标签值。
|
|
7368
7368
|
# @type LabelSize: Integer
|
|
7369
7369
|
|
|
7370
7370
|
attr_accessor :BotBizId, :PageNumber, :PageSize, :LoginUin, :LoginSubAccountUin, :Query, :LabelSize
|
|
@@ -7423,17 +7423,17 @@ module TencentCloud
|
|
|
7423
7423
|
|
|
7424
7424
|
# ListChannel请求参数结构体
|
|
7425
7425
|
class ListChannelRequest < TencentCloud::Common::AbstractModel
|
|
7426
|
-
# @param AppBizId: 应用ID
|
|
7426
|
+
# @param AppBizId: 应用ID(获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa))
|
|
7427
7427
|
# @type AppBizId: String
|
|
7428
7428
|
# @param BotBizId: 应用ID
|
|
7429
7429
|
# @type BotBizId: String
|
|
7430
|
-
# @param PageNumber:
|
|
7430
|
+
# @param PageNumber: 页码(必须大于0)
|
|
7431
7431
|
# @type PageNumber: Integer
|
|
7432
|
-
# @param PageSize:
|
|
7432
|
+
# @param PageSize: 分页数量(取值范围为1-200)
|
|
7433
7433
|
# @type PageSize: Integer
|
|
7434
|
-
# @param ChannelType: 渠道类型, 10000: 微信订阅号,10001: 微信服务号,10002:企微应用,10004:微信客服,10005:小程序,10009:企微智能机器人
|
|
7434
|
+
# @param ChannelType: 渠道类型, 10000: 微信订阅号,10001: 微信服务号,10002:企微应用,10004:微信客服,10005:小程序,10009:企微智能机器人 。(默认为[])
|
|
7435
7435
|
# @type ChannelType: Array
|
|
7436
|
-
# @param ChannelStatus: 渠道状态 1未发布 2运行中 3已下线
|
|
7436
|
+
# @param ChannelStatus: 渠道状态 1未发布 2运行中 3已下线 (默认为[])
|
|
7437
7437
|
# @type ChannelStatus: Array
|
|
7438
7438
|
|
|
7439
7439
|
attr_accessor :AppBizId, :BotBizId, :PageNumber, :PageSize, :ChannelType, :ChannelStatus
|
|
@@ -8243,21 +8243,21 @@ module TencentCloud
|
|
|
8243
8243
|
|
|
8244
8244
|
# ListRejectedQuestionPreview请求参数结构体
|
|
8245
8245
|
class ListRejectedQuestionPreviewRequest < TencentCloud::Common::AbstractModel
|
|
8246
|
-
# @param BotBizId: 应用ID
|
|
8246
|
+
# @param BotBizId: 应用ID(获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa))
|
|
8247
8247
|
# @type BotBizId: String
|
|
8248
|
-
# @param PageNumber:
|
|
8248
|
+
# @param PageNumber: 页码(必须大于0)
|
|
8249
8249
|
# @type PageNumber: Integer
|
|
8250
|
-
# @param PageSize:
|
|
8250
|
+
# @param PageSize: 每页数量(取值范围为1-200)
|
|
8251
8251
|
# @type PageSize: Integer
|
|
8252
|
-
# @param Query:
|
|
8252
|
+
# @param Query: 查询内容关键字,用于模糊查询,若未提供该参数,默认为查询全部。
|
|
8253
8253
|
# @type Query: String
|
|
8254
|
-
# @param ReleaseBizId: 发布单ID
|
|
8254
|
+
# @param ReleaseBizId: 发布单ID(可以通过[ListRelease](https://cloud.tencent.com/document/product/1759/105077)获得)
|
|
8255
8255
|
# @type ReleaseBizId: String
|
|
8256
8256
|
# @param Actions: 状态(1新增2更新3删除)
|
|
8257
8257
|
# @type Actions: Array
|
|
8258
|
-
# @param StartTime:
|
|
8258
|
+
# @param StartTime: 开始时间。Unix 时间戳,单位是秒,默认为空。
|
|
8259
8259
|
# @type StartTime: String
|
|
8260
|
-
# @param EndTime:
|
|
8260
|
+
# @param EndTime: 结束时间。Unix 时间戳,单位是秒,默认为空。
|
|
8261
8261
|
# @type EndTime: String
|
|
8262
8262
|
|
|
8263
8263
|
attr_accessor :BotBizId, :PageNumber, :PageSize, :Query, :ReleaseBizId, :Actions, :StartTime, :EndTime
|
|
@@ -8318,11 +8318,11 @@ module TencentCloud
|
|
|
8318
8318
|
|
|
8319
8319
|
# ListRejectedQuestion请求参数结构体
|
|
8320
8320
|
class ListRejectedQuestionRequest < TencentCloud::Common::AbstractModel
|
|
8321
|
-
# @param BotBizId: 应用ID
|
|
8321
|
+
# @param BotBizId: 应用ID, 获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)。
|
|
8322
8322
|
# @type BotBizId: String
|
|
8323
|
-
# @param PageNumber:
|
|
8323
|
+
# @param PageNumber: 页码(必须大于0)
|
|
8324
8324
|
# @type PageNumber: Integer
|
|
8325
|
-
# @param PageSize:
|
|
8325
|
+
# @param PageSize: 每页数量(取值范围1-200)
|
|
8326
8326
|
# @type PageSize: Integer
|
|
8327
8327
|
# @param Query: 查询内容
|
|
8328
8328
|
# @type Query: String
|
|
@@ -8377,23 +8377,23 @@ module TencentCloud
|
|
|
8377
8377
|
|
|
8378
8378
|
# ListReleaseConfigPreview请求参数结构体
|
|
8379
8379
|
class ListReleaseConfigPreviewRequest < TencentCloud::Common::AbstractModel
|
|
8380
|
-
# @param BotBizId: 应用ID
|
|
8380
|
+
# @param BotBizId: 应用ID(获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa))
|
|
8381
8381
|
# @type BotBizId: String
|
|
8382
|
-
# @param PageNumber:
|
|
8382
|
+
# @param PageNumber: 页码(必须大于0)
|
|
8383
8383
|
# @type PageNumber: Integer
|
|
8384
|
-
# @param PageSize:
|
|
8384
|
+
# @param PageSize: 每页数量(取值范围为1-200)
|
|
8385
8385
|
# @type PageSize: Integer
|
|
8386
|
-
# @param Query:
|
|
8386
|
+
# @param Query: 查询内容关键字,用于模糊查询,若未提供该参数,默认为查询全部。
|
|
8387
8387
|
# @type Query: String
|
|
8388
|
-
# @param ReleaseBizId: 发布单ID
|
|
8388
|
+
# @param ReleaseBizId: 发布单ID(可以通过[ListRelease](https://cloud.tencent.com/document/product/1759/105077)获得)
|
|
8389
8389
|
# @type ReleaseBizId: String
|
|
8390
8390
|
# @param Actions: 状态(1新增2更新3删除)
|
|
8391
8391
|
# @type Actions: Array
|
|
8392
|
-
# @param StartTime:
|
|
8392
|
+
# @param StartTime: 开始时间。Unix 时间戳,单位是秒,默认为空。
|
|
8393
8393
|
# @type StartTime: String
|
|
8394
|
-
# @param EndTime:
|
|
8394
|
+
# @param EndTime: 结束时间。Unix 时间戳,单位是秒,默认为空。
|
|
8395
8395
|
# @type EndTime: String
|
|
8396
|
-
# @param ReleaseStatus: 发布状态
|
|
8396
|
+
# @param ReleaseStatus: 发布状态(2 待发布 3 发布中 4 已发布 5 发布失败),默认为空
|
|
8397
8397
|
# @type ReleaseStatus: Array
|
|
8398
8398
|
|
|
8399
8399
|
attr_accessor :BotBizId, :PageNumber, :PageSize, :Query, :ReleaseBizId, :Actions, :StartTime, :EndTime, :ReleaseStatus
|
|
@@ -8456,21 +8456,21 @@ module TencentCloud
|
|
|
8456
8456
|
|
|
8457
8457
|
# ListReleaseDocPreview请求参数结构体
|
|
8458
8458
|
class ListReleaseDocPreviewRequest < TencentCloud::Common::AbstractModel
|
|
8459
|
-
# @param BotBizId: 应用ID
|
|
8459
|
+
# @param BotBizId: 应用ID(获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa))
|
|
8460
8460
|
# @type BotBizId: String
|
|
8461
|
-
# @param PageNumber:
|
|
8461
|
+
# @param PageNumber: 页码(必须大于0)
|
|
8462
8462
|
# @type PageNumber: Integer
|
|
8463
|
-
# @param PageSize:
|
|
8463
|
+
# @param PageSize: 每页数量(取值范围为1-200)
|
|
8464
8464
|
# @type PageSize: Integer
|
|
8465
|
-
# @param Query:
|
|
8465
|
+
# @param Query: 查询内容关键字,用于模糊查询,若未提供该参数,默认为查询全部。
|
|
8466
8466
|
# @type Query: String
|
|
8467
|
-
# @param ReleaseBizId: 发布单ID
|
|
8467
|
+
# @param ReleaseBizId: 发布单ID(可以通过[ListRelease](https://cloud.tencent.com/document/product/1759/105077)获得)
|
|
8468
8468
|
# @type ReleaseBizId: String
|
|
8469
|
-
# @param StartTime:
|
|
8469
|
+
# @param StartTime: 开始时间。Unix 时间戳,单位是秒,默认为空。
|
|
8470
8470
|
# @type StartTime: String
|
|
8471
|
-
# @param EndTime:
|
|
8471
|
+
# @param EndTime: 结束时间。Unix 时间戳,单位是秒,默认为空。
|
|
8472
8472
|
# @type EndTime: String
|
|
8473
|
-
# @param Actions: 状态(1新增2修改3删除)
|
|
8473
|
+
# @param Actions: 状态(1新增2修改3删除),其和ReleaseStatus的区别为: Actions表示的是对数据/内容的操作状态,ReleaseStatus表示数据 / 内容本身的发布状态
|
|
8474
8474
|
# @type Actions: Array
|
|
8475
8475
|
|
|
8476
8476
|
attr_accessor :BotBizId, :PageNumber, :PageSize, :Query, :ReleaseBizId, :StartTime, :EndTime, :Actions
|
|
@@ -8579,23 +8579,23 @@ module TencentCloud
|
|
|
8579
8579
|
|
|
8580
8580
|
# ListReleaseQAPreview请求参数结构体
|
|
8581
8581
|
class ListReleaseQAPreviewRequest < TencentCloud::Common::AbstractModel
|
|
8582
|
-
# @param BotBizId: 应用ID
|
|
8582
|
+
# @param BotBizId: 应用ID(获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa))
|
|
8583
8583
|
# @type BotBizId: String
|
|
8584
|
-
# @param PageNumber:
|
|
8584
|
+
# @param PageNumber: 页码(必须大于0)
|
|
8585
8585
|
# @type PageNumber: Integer
|
|
8586
|
-
# @param PageSize:
|
|
8586
|
+
# @param PageSize: 每页数量(取值范围为1-200)
|
|
8587
8587
|
# @type PageSize: Integer
|
|
8588
|
-
# @param Query:
|
|
8588
|
+
# @param Query: 查询内容关键字,用于模糊查询,若未提供该参数,默认为查询全部。
|
|
8589
8589
|
# @type Query: String
|
|
8590
|
-
# @param ReleaseBizId: 发布单ID
|
|
8590
|
+
# @param ReleaseBizId: 发布单ID(可以通过[ListRelease](https://cloud.tencent.com/document/product/1759/105077)获得)
|
|
8591
8591
|
# @type ReleaseBizId: String
|
|
8592
|
-
# @param StartTime:
|
|
8592
|
+
# @param StartTime: 开始时间。Unix 时间戳,单位是秒,默认为空。
|
|
8593
8593
|
# @type StartTime: String
|
|
8594
|
-
# @param EndTime:
|
|
8594
|
+
# @param EndTime: 结束时间。Unix 时间戳,单位是秒,默认为空。
|
|
8595
8595
|
# @type EndTime: String
|
|
8596
|
-
# @param Actions: 状态(1新增2修改3删除)
|
|
8596
|
+
# @param Actions: 状态(1新增2修改3删除),其和ReleaseStatus的区别为:Actions表示的是对数据/内容的操作状态,ReleaseStatus表示数据/内容本身的发布状态
|
|
8597
8597
|
# @type Actions: Array
|
|
8598
|
-
# @param ReleaseStatus: 发布状态(4发布成功5发布失败)
|
|
8598
|
+
# @param ReleaseStatus: 发布状态(4发布成功5发布失败)。其和Actions的区别为:Actions表示的是对数据/内容的操作状态,ReleaseStatus表示数据/内容本身的发布状态
|
|
8599
8599
|
# @type ReleaseStatus: Array
|
|
8600
8600
|
|
|
8601
8601
|
attr_accessor :BotBizId, :PageNumber, :PageSize, :Query, :ReleaseBizId, :StartTime, :EndTime, :Actions, :ReleaseStatus
|
|
@@ -9003,13 +9003,13 @@ module TencentCloud
|
|
|
9003
9003
|
|
|
9004
9004
|
# ListWorkflowRuns请求参数结构体
|
|
9005
9005
|
class ListWorkflowRunsRequest < TencentCloud::Common::AbstractModel
|
|
9006
|
-
# @param AppBizId: 应用ID
|
|
9006
|
+
# @param AppBizId: 应用ID, 获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
9007
9007
|
# @type AppBizId: String
|
|
9008
|
-
# @param PageSize: 每页数量
|
|
9008
|
+
# @param PageSize: 每页数量(取值范围1-200)
|
|
9009
9009
|
# @type PageSize: Integer
|
|
9010
9010
|
# @param RunEnv: 运行环境。0: 测试环境; 1: 正式环境
|
|
9011
9011
|
# @type RunEnv: Integer
|
|
9012
|
-
# @param Page: 页码
|
|
9012
|
+
# @param Page: 页码(必须大于0)
|
|
9013
9013
|
# @type Page: Integer
|
|
9014
9014
|
# @param LoginUin: 登录用户主账号(集成商模式必填)
|
|
9015
9015
|
# @type LoginUin: String
|
|
@@ -9814,12 +9814,12 @@ module TencentCloud
|
|
|
9814
9814
|
|
|
9815
9815
|
# ModifyRejectedQuestion请求参数结构体
|
|
9816
9816
|
class ModifyRejectedQuestionRequest < TencentCloud::Common::AbstractModel
|
|
9817
|
-
# @param BotBizId: 应用ID
|
|
9817
|
+
# @param BotBizId: 应用ID, 获取方法参看如何获取 [BotBizId](https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa)
|
|
9818
9818
|
# @type BotBizId: String
|
|
9819
9819
|
# @param Question: 拒答问题
|
|
9820
9820
|
|
|
9821
9821
|
# @type Question: String
|
|
9822
|
-
# @param RejectedBizId: 拒答问题来源的数据源唯一id
|
|
9822
|
+
# @param RejectedBizId: 拒答问题来源的数据源唯一id, 通过[ListRejectedQuestion](https://capi.woa.com/api/detail?product=lke&version=2023-11-30&action=ListRejectedQuestion)接口获取
|
|
9823
9823
|
|
|
9824
9824
|
|
|
9825
9825
|
# @type RejectedBizId: String
|
|
@@ -10828,7 +10828,7 @@ module TencentCloud
|
|
|
10828
10828
|
class RateMsgRecordRequest < TencentCloud::Common::AbstractModel
|
|
10829
10829
|
# @param BotAppKey: 应用appKey
|
|
10830
10830
|
# @type BotAppKey: String
|
|
10831
|
-
# @param RecordId: 消息ID 【大模型回复答案的RecordID
|
|
10831
|
+
# @param RecordId: 消息ID 【大模型回复答案的RecordID】可以通过[GetMsgRecord](https://cloud.tencent.com/document/product/1759/105090)接口获取
|
|
10832
10832
|
# @type RecordId: String
|
|
10833
10833
|
# @param Score: 0: 取消前置状态 ; 1: 点赞; 2: 点踩;
|
|
10834
10834
|
# 注:
|
|
@@ -12701,14 +12701,17 @@ module TencentCloud
|
|
|
12701
12701
|
# @type LoginUin: String
|
|
12702
12702
|
# @param LoginSubAccountUin: 登录用户子账号(集成商模式必填)
|
|
12703
12703
|
# @type LoginSubAccountUin: String
|
|
12704
|
+
# @param KnowledgeBizId: 用于操作共享知识库
|
|
12705
|
+
# @type KnowledgeBizId: String
|
|
12704
12706
|
|
|
12705
|
-
attr_accessor :List, :BotBizId, :LoginUin, :LoginSubAccountUin
|
|
12707
|
+
attr_accessor :List, :BotBizId, :LoginUin, :LoginSubAccountUin, :KnowledgeBizId
|
|
12706
12708
|
|
|
12707
|
-
def initialize(list=nil, botbizid=nil, loginuin=nil, loginsubaccountuin=nil)
|
|
12709
|
+
def initialize(list=nil, botbizid=nil, loginuin=nil, loginsubaccountuin=nil, knowledgebizid=nil)
|
|
12708
12710
|
@List = list
|
|
12709
12711
|
@BotBizId = botbizid
|
|
12710
12712
|
@LoginUin = loginuin
|
|
12711
12713
|
@LoginSubAccountUin = loginsubaccountuin
|
|
12714
|
+
@KnowledgeBizId = knowledgebizid
|
|
12712
12715
|
end
|
|
12713
12716
|
|
|
12714
12717
|
def deserialize(params)
|
|
@@ -12723,6 +12726,7 @@ module TencentCloud
|
|
|
12723
12726
|
@BotBizId = params['BotBizId']
|
|
12724
12727
|
@LoginUin = params['LoginUin']
|
|
12725
12728
|
@LoginSubAccountUin = params['LoginSubAccountUin']
|
|
12729
|
+
@KnowledgeBizId = params['KnowledgeBizId']
|
|
12726
12730
|
end
|
|
12727
12731
|
end
|
|
12728
12732
|
|
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.1185
|
|
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-12-
|
|
11
|
+
date: 2025-12-19 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
|
|
37
|
-
- lib/v20231130/models.rb
|
|
38
36
|
- lib/v20231130/client.rb
|
|
37
|
+
- 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:
|