tencentcloud-sdk-cls 3.0.919 → 3.0.920

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/v20201016/models.rb +10 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: beef253591973d824c71aa245a59e6487cdd9923
4
- data.tar.gz: a5b9fd2644ff26a05c72b9371067eaa69b57b486
3
+ metadata.gz: 3d6d5819c6e7f17fc4c392f85e6b1a60b94be97a
4
+ data.tar.gz: b4c443112a3b3be2dc127701b1ea41d67b13d3bd
5
5
  SHA512:
6
- metadata.gz: cab623ee286ae8415d9ffb5388148b417af9db6c41457ad1df1b7d6d8dcf5186af35f00652061e7552327f1f8f50fe39711065d78a2cd96ef94b92031203b2df
7
- data.tar.gz: a89ca0675be5cb57080fe1acf58f9c04ca562a4c3c6247ccccee9af741af9b4b392d3db444be3c09a95522924055c1c316e37a3c709899545ffcf44e5d02da81
6
+ metadata.gz: 310de01398b146594e7b784a5b8f097f5a689d33ed544a978bc869288dd524bf627e11d6155df771a3ca43761e9802ee38138f16d89fa5f402bbcd3f6051aa35
7
+ data.tar.gz: e3ce62e456553d0e91dc13c17ffd58dbde46e77a6140482bf329e01da19486d8827fb9f6468bc7eed88e69f4535f9642aff425a848cb7f02605b2ea0d568414a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.919
1
+ 3.0.920
@@ -6084,13 +6084,16 @@ module TencentCloud
6084
6084
  # @type Offset: Integer
6085
6085
  # @param Limit: 分页单页的限制数目,默认值为20,最大值100
6086
6086
  # @type Limit: Integer
6087
+ # @param PreciseSearch: 控制Filters相关字段是否为精确匹配。 0: 默认值,shipperName模糊匹配 1: shipperName 精确匹配
6088
+ # @type PreciseSearch: Integer
6087
6089
 
6088
- attr_accessor :Filters, :Offset, :Limit
6090
+ attr_accessor :Filters, :Offset, :Limit, :PreciseSearch
6089
6091
 
6090
- def initialize(filters=nil, offset=nil, limit=nil)
6092
+ def initialize(filters=nil, offset=nil, limit=nil, precisesearch=nil)
6091
6093
  @Filters = filters
6092
6094
  @Offset = offset
6093
6095
  @Limit = limit
6096
+ @PreciseSearch = precisesearch
6094
6097
  end
6095
6098
 
6096
6099
  def deserialize(params)
@@ -6104,6 +6107,7 @@ module TencentCloud
6104
6107
  end
6105
6108
  @Offset = params['Offset']
6106
6109
  @Limit = params['Limit']
6110
+ @PreciseSearch = params['PreciseSearch']
6107
6111
  end
6108
6112
  end
6109
6113
 
@@ -9473,8 +9477,8 @@ module TencentCloud
9473
9477
 
9474
9478
  attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
9475
9479
  extend Gem::Deprecate
9476
- deprecate :DstTopicName, :none, 2024, 9
9477
- deprecate :DstTopicName=, :none, 2024, 9
9480
+ deprecate :DstTopicName, :none, 2024, 10
9481
+ deprecate :DstTopicName=, :none, 2024, 10
9478
9482
 
9479
9483
  def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
9480
9484
  @LogContent = logcontent
@@ -10724,8 +10728,8 @@ module TencentCloud
10724
10728
 
10725
10729
  attr_accessor :TopicId, :HashKey, :CompressType
10726
10730
  extend Gem::Deprecate
10727
- deprecate :HashKey, :none, 2024, 9
10728
- deprecate :HashKey=, :none, 2024, 9
10731
+ deprecate :HashKey, :none, 2024, 10
10732
+ deprecate :HashKey=, :none, 2024, 10
10729
10733
 
10730
10734
  def initialize(topicid=nil, hashkey=nil, compresstype=nil)
10731
10735
  @TopicId = topicid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.919
4
+ version: 3.0.920
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-10-08 00:00:00.000000000 Z
11
+ date: 2024-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common