tencentcloud-sdk-ssa 1.0.360 → 1.0.363
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/v20180608/models.rb +9 -9
- 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: 25481a3fdf09625cee9d63332362aa1aef699304
|
|
4
|
+
data.tar.gz: 15351d0fdbf4387feda893c8aa6a944df6843d4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e90a668a6635965a65f5dd2d22d9a0a4af860034b71aa5628b1bf765fdb386b375f1e0cdbd6afb31d88ab97b980ab14be36db26743c998aa629b88ef731b2b8
|
|
7
|
+
data.tar.gz: 831cb6e01122368bc1519fca1b24b8392c1a791377c1011fc463abfc083dd589ced11e6c4797ce0caad765b729cb64435d10bc5dc2e73ac0b810b36b6df2f54a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.363
|
data/lib/v20180608/models.rb
CHANGED
|
@@ -2888,27 +2888,27 @@ module TencentCloud
|
|
|
2888
2888
|
end
|
|
2889
2889
|
end
|
|
2890
2890
|
|
|
2891
|
-
#
|
|
2891
|
+
# 过滤条件
|
|
2892
2892
|
class QueryFilter < TencentCloud::Common::AbstractModel
|
|
2893
|
-
# @param FilterKey:
|
|
2893
|
+
# @param FilterKey: 过滤key
|
|
2894
2894
|
# @type FilterKey: String
|
|
2895
|
-
# @param
|
|
2896
|
-
# @type FilterValue: String
|
|
2897
|
-
# @param FilterOperatorType: 匹配类型,1等于;2大于;3小于;4大于等于;5小于等于;6不等于;7in;8not in;9模糊匹配
|
|
2895
|
+
# @param FilterOperatorType: 操作符(只支持32位)
|
|
2898
2896
|
# @type FilterOperatorType: Integer
|
|
2897
|
+
# @param FilterValue: 过滤value
|
|
2898
|
+
# @type FilterValue: String
|
|
2899
2899
|
|
|
2900
|
-
attr_accessor :FilterKey, :
|
|
2900
|
+
attr_accessor :FilterKey, :FilterOperatorType, :FilterValue
|
|
2901
2901
|
|
|
2902
|
-
def initialize(filterkey=nil,
|
|
2902
|
+
def initialize(filterkey=nil, filteroperatortype=nil, filtervalue=nil)
|
|
2903
2903
|
@FilterKey = filterkey
|
|
2904
|
-
@FilterValue = filtervalue
|
|
2905
2904
|
@FilterOperatorType = filteroperatortype
|
|
2905
|
+
@FilterValue = filtervalue
|
|
2906
2906
|
end
|
|
2907
2907
|
|
|
2908
2908
|
def deserialize(params)
|
|
2909
2909
|
@FilterKey = params['FilterKey']
|
|
2910
|
-
@FilterValue = params['FilterValue']
|
|
2911
2910
|
@FilterOperatorType = params['FilterOperatorType']
|
|
2911
|
+
@FilterValue = params['FilterValue']
|
|
2912
2912
|
end
|
|
2913
2913
|
end
|
|
2914
2914
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ssa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.363
|
|
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-07-
|
|
11
|
+
date: 2022-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|