tencentcloud-sdk-lke 3.0.1080 → 3.0.1081
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 +20 -8
- 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: f4cc29d828f66ede1731500cdf795262992f603c
|
4
|
+
data.tar.gz: ffdc6f11689faef9a990fb86567fb05db13b8862
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 696cf929f85b56af43e179da1d0c8b2c0cd28694ae3d4a1c8262bc1023c500c086187231bb9fc0d40cefe54fbb2a1ce3e29c9bffd5ea39589f4ed61523824024
|
7
|
+
data.tar.gz: 4c4a4c25c77f8a6e9e171a2e82e11ffcb9c33a996440ec4d734b57a49b33d972165d66d38735641d65329278a454e0b8319e00fb342eabe51dbe9545a844d75b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1081
|
data/lib/v20231130/models.rb
CHANGED
@@ -848,10 +848,12 @@ module TencentCloud
|
|
848
848
|
# @param SubScene: 筛选子场景
|
849
849
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
850
850
|
# @type SubScene: String
|
851
|
+
# @param BillingTag: 账单明细对应的自定义tag
|
852
|
+
# @type BillingTag: String
|
851
853
|
|
852
|
-
attr_accessor :Id, :CallTime, :TotalTokenUsage, :InputTokenUsage, :OutputTokenUsage, :SearchUsage, :ModelName, :CallType, :UinAccount, :AppName, :PageUsage, :SubScene
|
854
|
+
attr_accessor :Id, :CallTime, :TotalTokenUsage, :InputTokenUsage, :OutputTokenUsage, :SearchUsage, :ModelName, :CallType, :UinAccount, :AppName, :PageUsage, :SubScene, :BillingTag
|
853
855
|
|
854
|
-
def initialize(id=nil, calltime=nil, totaltokenusage=nil, inputtokenusage=nil, outputtokenusage=nil, searchusage=nil, modelname=nil, calltype=nil, uinaccount=nil, appname=nil, pageusage=nil, subscene=nil)
|
856
|
+
def initialize(id=nil, calltime=nil, totaltokenusage=nil, inputtokenusage=nil, outputtokenusage=nil, searchusage=nil, modelname=nil, calltype=nil, uinaccount=nil, appname=nil, pageusage=nil, subscene=nil, billingtag=nil)
|
855
857
|
@Id = id
|
856
858
|
@CallTime = calltime
|
857
859
|
@TotalTokenUsage = totaltokenusage
|
@@ -864,6 +866,7 @@ module TencentCloud
|
|
864
866
|
@AppName = appname
|
865
867
|
@PageUsage = pageusage
|
866
868
|
@SubScene = subscene
|
869
|
+
@BillingTag = billingtag
|
867
870
|
end
|
868
871
|
|
869
872
|
def deserialize(params)
|
@@ -879,6 +882,7 @@ module TencentCloud
|
|
879
882
|
@AppName = params['AppName']
|
880
883
|
@PageUsage = params['PageUsage']
|
881
884
|
@SubScene = params['SubScene']
|
885
|
+
@BillingTag = params['BillingTag']
|
882
886
|
end
|
883
887
|
end
|
884
888
|
|
@@ -2288,12 +2292,14 @@ module TencentCloud
|
|
2288
2292
|
# @type AppStatus: Integer
|
2289
2293
|
# @param AppStatusDesc: 状态说明
|
2290
2294
|
# @type AppStatusDesc: String
|
2295
|
+
# @param IsCopying: 应用是否在复制中
|
2296
|
+
# @type IsCopying: Boolean
|
2291
2297
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2292
2298
|
# @type RequestId: String
|
2293
2299
|
|
2294
|
-
attr_accessor :AppBizId, :AppType, :AppTypeDesc, :BaseConfig, :AppConfig, :AvatarInAppeal, :RoleInAppeal, :NameInAppeal, :GreetingInAppeal, :BareAnswerInAppeal, :AppKey, :AppStatus, :AppStatusDesc, :RequestId
|
2300
|
+
attr_accessor :AppBizId, :AppType, :AppTypeDesc, :BaseConfig, :AppConfig, :AvatarInAppeal, :RoleInAppeal, :NameInAppeal, :GreetingInAppeal, :BareAnswerInAppeal, :AppKey, :AppStatus, :AppStatusDesc, :IsCopying, :RequestId
|
2295
2301
|
|
2296
|
-
def initialize(appbizid=nil, apptype=nil, apptypedesc=nil, baseconfig=nil, appconfig=nil, avatarinappeal=nil, roleinappeal=nil, nameinappeal=nil, greetinginappeal=nil, bareanswerinappeal=nil, appkey=nil, appstatus=nil, appstatusdesc=nil, requestid=nil)
|
2302
|
+
def initialize(appbizid=nil, apptype=nil, apptypedesc=nil, baseconfig=nil, appconfig=nil, avatarinappeal=nil, roleinappeal=nil, nameinappeal=nil, greetinginappeal=nil, bareanswerinappeal=nil, appkey=nil, appstatus=nil, appstatusdesc=nil, iscopying=nil, requestid=nil)
|
2297
2303
|
@AppBizId = appbizid
|
2298
2304
|
@AppType = apptype
|
2299
2305
|
@AppTypeDesc = apptypedesc
|
@@ -2307,6 +2313,7 @@ module TencentCloud
|
|
2307
2313
|
@AppKey = appkey
|
2308
2314
|
@AppStatus = appstatus
|
2309
2315
|
@AppStatusDesc = appstatusdesc
|
2316
|
+
@IsCopying = iscopying
|
2310
2317
|
@RequestId = requestid
|
2311
2318
|
end
|
2312
2319
|
|
@@ -2330,6 +2337,7 @@ module TencentCloud
|
|
2330
2337
|
@AppKey = params['AppKey']
|
2331
2338
|
@AppStatus = params['AppStatus']
|
2332
2339
|
@AppStatusDesc = params['AppStatusDesc']
|
2340
|
+
@IsCopying = params['IsCopying']
|
2333
2341
|
@RequestId = params['RequestId']
|
2334
2342
|
end
|
2335
2343
|
end
|
@@ -7634,9 +7642,9 @@ module TencentCloud
|
|
7634
7642
|
# @type StartTime: String
|
7635
7643
|
# @param EndTime: 结束时间
|
7636
7644
|
# @type EndTime: String
|
7637
|
-
# @param PageNumber:
|
7645
|
+
# @param PageNumber: 页码(从1开始)
|
7638
7646
|
# @type PageNumber: Integer
|
7639
|
-
# @param PageSize: 分页数量
|
7647
|
+
# @param PageSize: 分页数量(最大值1000)
|
7640
7648
|
# @type PageSize: Integer
|
7641
7649
|
# @param UinAccount: uin列表
|
7642
7650
|
# @type UinAccount: Array
|
@@ -7648,10 +7656,12 @@ module TencentCloud
|
|
7648
7656
|
# @type SubScenes: Array
|
7649
7657
|
# @param AppType: 应用类型(knowledge_qa应用管理, shared_knowlege 共享知识库)
|
7650
7658
|
# @type AppType: String
|
7659
|
+
# @param BillingTag: 账单明细对应的自定义tag
|
7660
|
+
# @type BillingTag: String
|
7651
7661
|
|
7652
|
-
attr_accessor :ModelName, :StartTime, :EndTime, :PageNumber, :PageSize, :UinAccount, :AppBizIds, :CallType, :SubScenes, :AppType
|
7662
|
+
attr_accessor :ModelName, :StartTime, :EndTime, :PageNumber, :PageSize, :UinAccount, :AppBizIds, :CallType, :SubScenes, :AppType, :BillingTag
|
7653
7663
|
|
7654
|
-
def initialize(modelname=nil, starttime=nil, endtime=nil, pagenumber=nil, pagesize=nil, uinaccount=nil, appbizids=nil, calltype=nil, subscenes=nil, apptype=nil)
|
7664
|
+
def initialize(modelname=nil, starttime=nil, endtime=nil, pagenumber=nil, pagesize=nil, uinaccount=nil, appbizids=nil, calltype=nil, subscenes=nil, apptype=nil, billingtag=nil)
|
7655
7665
|
@ModelName = modelname
|
7656
7666
|
@StartTime = starttime
|
7657
7667
|
@EndTime = endtime
|
@@ -7662,6 +7672,7 @@ module TencentCloud
|
|
7662
7672
|
@CallType = calltype
|
7663
7673
|
@SubScenes = subscenes
|
7664
7674
|
@AppType = apptype
|
7675
|
+
@BillingTag = billingtag
|
7665
7676
|
end
|
7666
7677
|
|
7667
7678
|
def deserialize(params)
|
@@ -7675,6 +7686,7 @@ module TencentCloud
|
|
7675
7686
|
@CallType = params['CallType']
|
7676
7687
|
@SubScenes = params['SubScenes']
|
7677
7688
|
@AppType = params['AppType']
|
7689
|
+
@BillingTag = params['BillingTag']
|
7678
7690
|
end
|
7679
7691
|
end
|
7680
7692
|
|
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.1081
|
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-06-
|
11
|
+
date: 2025-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|