tencentcloud-sdk-tse 3.0.418 → 3.0.419

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +10 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b9acda4eb02c4b84a0029c52ea0cb1629c4cd5e
4
- data.tar.gz: 0517fb185b42ae34ad828667a07b7de2922f3bc5
3
+ metadata.gz: 89d1ae23f5e2515bd980d30e4dcf7c46ef065806
4
+ data.tar.gz: e5c871fa64613560bf02d505c3a92128d84a2630
5
5
  SHA512:
6
- metadata.gz: 009b8fdcc7ee7c7f508ba79045c5b773414b422c70c3d9f0ba93db2cbc59651e2e54e781652727e6ff78ad005ea72ef700f0287e3a498c06ca6c4cb5ec3f2e90
7
- data.tar.gz: fbfefa67092ae13448dc4131672c8964644895a1d89c6e1f71ca2870ad1d88d2a7bc5b384d893368b0d441d8624a7502cd9cbd3a4558654ea19addb0154cfe9e
6
+ metadata.gz: 75d6ce25726c89a7913a8d18943cd59c668a55a83ea55b8358badefb667cce8b7b88b788a7899fdbd41aebe867f10aa101f4418c991aa3315dfcf11d2ce627c6
7
+ data.tar.gz: e99a2b8e4356d3f67eff8eee5e4ff59ecfc82f188fd1adc37193f0b048920a1356c91ca5188355a961c4679bf3e4d931c0ced163d3060e96ee0c489372318a9d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.418
1
+ 3.0.419
@@ -295,23 +295,27 @@ module TencentCloud
295
295
  class DescribeCloudNativeAPIGatewayNodesRequest < TencentCloud::Common::AbstractModel
296
296
  # @param GatewayId: 云原生API网关实例ID。
297
297
  # @type GatewayId: String
298
- # @param Offset: 翻页从第几个开始获取
299
- # @type Offset: Integer
298
+ # @param GroupId: 实例分组id
299
+ # @type GroupId: String
300
300
  # @param Limit: 翻页获取多少个
301
301
  # @type Limit: Integer
302
+ # @param Offset: 翻页从第几个开始获取
303
+ # @type Offset: Integer
302
304
 
303
- attr_accessor :GatewayId, :Offset, :Limit
305
+ attr_accessor :GatewayId, :GroupId, :Limit, :Offset
304
306
 
305
- def initialize(gatewayid=nil, offset=nil, limit=nil)
307
+ def initialize(gatewayid=nil, groupid=nil, limit=nil, offset=nil)
306
308
  @GatewayId = gatewayid
307
- @Offset = offset
309
+ @GroupId = groupid
308
310
  @Limit = limit
311
+ @Offset = offset
309
312
  end
310
313
 
311
314
  def deserialize(params)
312
315
  @GatewayId = params['GatewayId']
313
- @Offset = params['Offset']
316
+ @GroupId = params['GroupId']
314
317
  @Limit = params['Limit']
318
+ @Offset = params['Offset']
315
319
  end
316
320
  end
317
321
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.418
4
+ version: 3.0.419
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common