tencentcloud-sdk-tsf 3.0.748 → 3.0.750

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: 48e4ca8ba3380bb3182de25e6b8d42b5a86899af
4
- data.tar.gz: d0ed84219f222724f83c005d5a6ccfadd677a3bb
3
+ metadata.gz: 5cd7108bd1b16f6afd278cfee48b5c03ba6eca0c
4
+ data.tar.gz: caef961dd5c31c8d5bfe0118942a5590d11c3e9c
5
5
  SHA512:
6
- metadata.gz: 0a854a4dc0c1fa12d3206766d5e86e14aade34ac94a9f3793bb35195f9c0e7a1892af2947f211e8570f069c2ee3fc56677379b228685431517c01373a54d5c05
7
- data.tar.gz: 4b8c73f5c45995f39681afb2eabfab77817039222c8ab039644ed3a8253ffca850506f7abf66602c1765ceca4ff88e8595974a58a007c9f91864f3da407f978d
6
+ metadata.gz: 863cbcc9d524ac3b485efcec53af3fc87ded4e8c8fddbacfca27568aa78b1160acb1e18160e88bcf500890125f62896246b2536bd355bf9465d8064c41308c15
7
+ data.tar.gz: e1a4f3ebb7890c0a2c9304b9967cade5b6396a4b7cc79d2efadf10b5bca13118e646345ce99197b742a14e7837d51854953a068d25c71e73d4c5a392c7329d39
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.748
1
+ 3.0.750
@@ -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
 
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.748
4
+ version: 3.0.750
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-12 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