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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/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: 3d6d5819c6e7f17fc4c392f85e6b1a60b94be97a
|
4
|
+
data.tar.gz: b4c443112a3b3be2dc127701b1ea41d67b13d3bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 310de01398b146594e7b784a5b8f097f5a689d33ed544a978bc869288dd524bf627e11d6155df771a3ca43761e9802ee38138f16d89fa5f402bbcd3f6051aa35
|
7
|
+
data.tar.gz: e3ce62e456553d0e91dc13c17ffd58dbde46e77a6140482bf329e01da19486d8827fb9f6468bc7eed88e69f4535f9642aff425a848cb7f02605b2ea0d568414a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.920
|
data/lib/v20201016/models.rb
CHANGED
@@ -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,
|
9477
|
-
deprecate :DstTopicName=, :none, 2024,
|
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,
|
10728
|
-
deprecate :HashKey=, :none, 2024,
|
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.
|
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-
|
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
|