tencentcloud-sdk-tsf 3.0.747 → 3.0.749

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abbd8571744b34f0b8b0d8672cc318e01ef4a9e8
4
- data.tar.gz: a5e26142d65ef1a6567a32d3798be909a673667e
3
+ metadata.gz: ef6a73f8e07ea154a3e393f8bd1db5edaf5a4e2a
4
+ data.tar.gz: 4902403f720535114c9657ba50641657806cc50a
5
5
  SHA512:
6
- metadata.gz: 93e82dfe3133b6658d97074d561990ebe33b7986f98d3ad53a1b98870a4c19464ca6809e40c20f2f76a382cba7c6a843fd7495e3a2269ac125ce70f49dfd52d0
7
- data.tar.gz: e111f3192b8eee4858c846a516f640ecc98ce0b18c3ef3586962307fdfce7ab35c8ac50fbc885f132b7ad23fde7fcf65e5b227f1e22c70cdb3fb981c43ea5b7a
6
+ metadata.gz: adac05e21e233dc2e737350dea50d3d942847d336d7b032c8c9b8adc7960f73353a94e685e67a246eca12375e549aec809ed72ed4074df217a60c49b5facd1c4
7
+ data.tar.gz: d2f8391c3c37df2930ddb2c337a27848479e4a11917572d8bd6c07f1ab84f82bfae6c9d9fa8e366867e96d45e0bdf302be05c10d2967965ca475ab080f5cca96
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.747
1
+ 3.0.749
@@ -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: 请求模版路径:type为接口时返回,服务时不返回
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.747
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 00:00:00.000000000 Z
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