tencentcloud-sdk-ssa 1.0.361 → 1.0.362

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8fb46e5e89c1ee58de1ad0f30b3a727d59f7cf6
4
- data.tar.gz: c8f5b861372435dac1b7bb00c8a04b926e735b49
3
+ metadata.gz: f166daabf5a8a323638b283be88ef52f7d3d302e
4
+ data.tar.gz: 1498d760f7822de828b24e7808d24b010f77b048
5
5
  SHA512:
6
- metadata.gz: 161726e30302b7dd4b89c8d04c35e028e28daf00ffd12a0046cf48b66308d7ab51e7470fcd4f659ee7bd3a7d224c8bf423d3814092dea75ad2b13352e0274ef8
7
- data.tar.gz: af44d89061c909abc0757b564ecac3f5738bf3923a3aa2d9b2ffa81c5fb8e52269418364dbf6c2ff9c84e0b3be0bca968744823709f57cf3ad2c8eaeb1097c17
6
+ metadata.gz: c86e8f0e8bad6eaad1812b56b433fa5e666fc4b3e548c1ba5917e12db53367ee7aeec3c009ddc0423d73c50657d13819640a778ff0071a1b2aebafce047e3755
7
+ data.tar.gz: 519ae1e109f8896f46ad1d59b675d9e65e2ead3373ef745c2122c565947abcbe8d8b6863dc3a2abd24ff9cfabc713ce0fe79a222f2cc40982b9476906e5d30e5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.361
1
+ 1.0.362
@@ -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 FilterValue: 查询的值
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, :FilterValue, :FilterOperatorType
2900
+ attr_accessor :FilterKey, :FilterOperatorType, :FilterValue
2901
2901
 
2902
- def initialize(filterkey=nil, filtervalue=nil, filteroperatortype=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.361
4
+ version: 1.0.362
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-21 00:00:00.000000000 Z
11
+ date: 2022-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common