tencentcloud-sdk-tse 3.0.417 → 3.0.419
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/v20201207/models.rb +10 -6
- 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: 89d1ae23f5e2515bd980d30e4dcf7c46ef065806
|
4
|
+
data.tar.gz: e5c871fa64613560bf02d505c3a92128d84a2630
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75d6ce25726c89a7913a8d18943cd59c668a55a83ea55b8358badefb667cce8b7b88b788a7899fdbd41aebe867f10aa101f4418c991aa3315dfcf11d2ce627c6
|
7
|
+
data.tar.gz: e99a2b8e4356d3f67eff8eee5e4ff59ecfc82f188fd1adc37193f0b048920a1356c91ca5188355a961c4679bf3e4d931c0ced163d3060e96ee0c489372318a9d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.419
|
data/lib/v20201207/models.rb
CHANGED
@@ -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
|
299
|
-
# @type
|
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, :
|
305
|
+
attr_accessor :GatewayId, :GroupId, :Limit, :Offset
|
304
306
|
|
305
|
-
def initialize(gatewayid=nil,
|
307
|
+
def initialize(gatewayid=nil, groupid=nil, limit=nil, offset=nil)
|
306
308
|
@GatewayId = gatewayid
|
307
|
-
@
|
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
|
-
@
|
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.
|
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-
|
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
|