tencentcloud-sdk-tsf 3.0.1196 → 3.0.1210

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: bf1d5352fb622e6d17f75b4eadc4d2229434c90e
4
- data.tar.gz: ce62cb4060872de2ef21457d063322e84cc742a0
3
+ metadata.gz: fb1fc0e627978f7cf6a17625d381a18804dd6796
4
+ data.tar.gz: 974a9ca6a5f877398c0ef2e30a698a69ef202c7b
5
5
  SHA512:
6
- metadata.gz: 80e96599fb85938661790e54763801fc97d298d5140803dead7e4aeb550c8f157810f2cf6902044e252934f602c991b316aa040f5faae073e6e9c887c1321192
7
- data.tar.gz: babcbff2ce6d0d31f25d7b2fa9ed142fbc5d531ea0e3d47988af143439aa0f5833cb69f6f9a79670892ee99baa991c8c2b7365b0eda2439a7891e640dbb8b6fe
6
+ metadata.gz: fa71c654353eb055878c87d56c1e932067084cc540a7189785180505b232fbd663492a7c33518591e9f781025b22c9c55ae46a6d3fec4aadf7187140ac38bfcf
7
+ data.tar.gz: ef4f3ed35105b1f7dd05be70904311e882d9d6d43ee21ea88a82c33a39831a093f3be299a36debc0a853d2548827a5a6d7b5fa36b5d74b55b2bcdc8c0c7957e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1196
1
+ 3.0.1210
@@ -10393,15 +10393,18 @@ module TencentCloud
10393
10393
  # @type RuleId: String
10394
10394
  # @param RuleIdList: 灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。
10395
10395
  # @type RuleIdList: Array
10396
+ # @param QueryAll: 查询全部标记
10397
+ # @type QueryAll: Boolean
10396
10398
 
10397
- attr_accessor :Limit, :Offset, :SearchWord, :RuleId, :RuleIdList
10399
+ attr_accessor :Limit, :Offset, :SearchWord, :RuleId, :RuleIdList, :QueryAll
10398
10400
 
10399
- def initialize(limit=nil, offset=nil, searchword=nil, ruleid=nil, ruleidlist=nil)
10401
+ def initialize(limit=nil, offset=nil, searchword=nil, ruleid=nil, ruleidlist=nil, queryall=nil)
10400
10402
  @Limit = limit
10401
10403
  @Offset = offset
10402
10404
  @SearchWord = searchword
10403
10405
  @RuleId = ruleid
10404
10406
  @RuleIdList = ruleidlist
10407
+ @QueryAll = queryall
10405
10408
  end
10406
10409
 
10407
10410
  def deserialize(params)
@@ -10410,6 +10413,7 @@ module TencentCloud
10410
10413
  @SearchWord = params['SearchWord']
10411
10414
  @RuleId = params['RuleId']
10412
10415
  @RuleIdList = params['RuleIdList']
10416
+ @QueryAll = params['QueryAll']
10413
10417
  end
10414
10418
  end
10415
10419
 
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.1196
4
+ version: 3.0.1210
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-05 00:00:00.000000000 Z
11
+ date: 2026-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-tsf.rb
36
37
  - lib/v20180326/client.rb
37
38
  - lib/v20180326/models.rb
38
- - lib/tencentcloud-sdk-tsf.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: