tencentcloud-sdk-tse 3.0.948 → 3.0.949

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 398a452d059bea6daf0a2e4fc8130985e7d18705
4
- data.tar.gz: c5aa031f70df8cb50bacdc7a3c4c39c5dd866165
3
+ metadata.gz: 49700ae6e15a62e71838e5af2bc427a72031a635
4
+ data.tar.gz: 8d3a89c1a2c0928ca322f0640b5805088726d033
5
5
  SHA512:
6
- metadata.gz: 239aa93ea9476fe4434d5a8c654899c2f911ba367b3b6d5b1ed0e0ce7ccc99aabbd48199532bdca52bcc6863a7f9d00dc268c979830801074e22cce5d21515ab
7
- data.tar.gz: 07b282153fe0dfffe7a49642755a87eb956f349c79c84925b0920a01c4350f137186c1a3e820a1fbb379a1de017877cb6cb7f1a8ac5ae0e18ae7919f1d750fe8
6
+ metadata.gz: 21c4b38944b089651ccaf453e4a21ba1966d2e5211c597c94704605e3112c864c03ddc4f2e3e23f5767a159b0fa44b1ca9ee224703c176fd7a00fff718c6b8ef
7
+ data.tar.gz: ec7cc393115d223fcd92f79019aa28483d191185d037a5a0bcf2813204d1375a6e3d6322d4b2a2fb5111e2ba8026c46ba420e4d192508d4583708de5398ec3de
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.948
1
+ 3.0.949
@@ -6335,11 +6335,11 @@ module TencentCloud
6335
6335
  class DescribeNativeGatewayServerGroupsRequest < TencentCloud::Common::AbstractModel
6336
6336
  # @param GatewayId: 云原生API网关实例ID。
6337
6337
  # @type GatewayId: String
6338
- # @param Offset: 翻页从第几个开始获取
6338
+ # @param Offset: 偏移量,默认为 0。
6339
6339
  # @type Offset: Integer
6340
- # @param Limit: 翻页获取多少个
6340
+ # @param Limit: 返回数量,默认为 20。
6341
6341
  # @type Limit: Integer
6342
- # @param Filters: 过滤参数
6342
+ # @param Filters: 过滤参数,支持按照分组名称、分组ID(Name、GroupId)筛选
6343
6343
  # @type Filters: Array
6344
6344
 
6345
6345
  attr_accessor :GatewayId, :Offset, :Limit, :Filters
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.948
4
+ version: 3.0.949
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-11-25 00:00:00.000000000 Z
11
+ date: 2024-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common