tencentcloud-sdk-tsf 3.0.747 → 3.0.749
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/v20180326/models.rb +8 -3
- 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: ef6a73f8e07ea154a3e393f8bd1db5edaf5a4e2a
|
|
4
|
+
data.tar.gz: 4902403f720535114c9657ba50641657806cc50a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adac05e21e233dc2e737350dea50d3d942847d336d7b032c8c9b8adc7960f73353a94e685e67a246eca12375e549aec809ed72ed4074df217a60c49b5facd1c4
|
|
7
|
+
data.tar.gz: d2f8391c3c37df2930ddb2c337a27848479e4a11917572d8bd6c07f1ab84f82bfae6c9d9fa8e366867e96d45e0bdf302be05c10d2967965ca475ab080f5cca96
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.749
|
data/lib/v20180326/models.rb
CHANGED
|
@@ -14263,10 +14263,13 @@ module TencentCloud
|
|
|
14263
14263
|
# @param NamespaceIdList: 泳道已经关联部署组的命名空间列表
|
|
14264
14264
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14265
14265
|
# @type NamespaceIdList: Array
|
|
14266
|
+
# @param LaneGroupId: 泳道部署组ID
|
|
14267
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14268
|
+
# @type LaneGroupId: String
|
|
14266
14269
|
|
|
14267
|
-
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList
|
|
14270
|
+
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList, :LaneGroupId
|
|
14268
14271
|
|
|
14269
|
-
def initialize(laneid=nil, lanename=nil, remark=nil, createtime=nil, updatetime=nil, lanegrouplist=nil, entrance=nil, namespaceidlist=nil)
|
|
14272
|
+
def initialize(laneid=nil, lanename=nil, remark=nil, createtime=nil, updatetime=nil, lanegrouplist=nil, entrance=nil, namespaceidlist=nil, lanegroupid=nil)
|
|
14270
14273
|
@LaneId = laneid
|
|
14271
14274
|
@LaneName = lanename
|
|
14272
14275
|
@Remark = remark
|
|
@@ -14275,6 +14278,7 @@ module TencentCloud
|
|
|
14275
14278
|
@LaneGroupList = lanegrouplist
|
|
14276
14279
|
@Entrance = entrance
|
|
14277
14280
|
@NamespaceIdList = namespaceidlist
|
|
14281
|
+
@LaneGroupId = lanegroupid
|
|
14278
14282
|
end
|
|
14279
14283
|
|
|
14280
14284
|
def deserialize(params)
|
|
@@ -14293,6 +14297,7 @@ module TencentCloud
|
|
|
14293
14297
|
end
|
|
14294
14298
|
@Entrance = params['Entrance']
|
|
14295
14299
|
@NamespaceIdList = params['NamespaceIdList']
|
|
14300
|
+
@LaneGroupId = params['LaneGroupId']
|
|
14296
14301
|
end
|
|
14297
14302
|
end
|
|
14298
14303
|
|
|
@@ -17588,7 +17593,7 @@ module TencentCloud
|
|
|
17588
17593
|
|
|
17589
17594
|
# 服务统计结果
|
|
17590
17595
|
class ServiceStatisticsResult < TencentCloud::Common::AbstractModel
|
|
17591
|
-
# @param Path:
|
|
17596
|
+
# @param Path: 请求模板路径:type为接口时返回,服务时不返回
|
|
17592
17597
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
17593
17598
|
# @type Path: String
|
|
17594
17599
|
# @param Method: 请求方法:type为接口时返回,服务时不返回
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tsf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.749
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|