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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6c95bff82d5b00d846bfdf0db947f4492752a02
4
- data.tar.gz: f76d4577fad7e6b896fb787cc4bed6d7c208ad38
3
+ metadata.gz: 25481a3fdf09625cee9d63332362aa1aef699304
4
+ data.tar.gz: 15351d0fdbf4387feda893c8aa6a944df6843d4f
5
5
  SHA512:
6
- metadata.gz: 996ab7bda765a0b08f409bd01676cf31018f0e3deaa191220731d89dff6d51272eb461e1ab78f5ca831f182b53a75599ff1ce8353aecc5c608f52f0f78c1f630
7
- data.tar.gz: 484edceb6b3c380774cec988d62036cbcb028f80d984fc76cc1191ed12e5ae9be651fc222635e559b547d6781fbfda58a96c7a77c50ddab44e26771a017293c7
6
+ metadata.gz: 3e90a668a6635965a65f5dd2d22d9a0a4af860034b71aa5628b1bf765fdb386b375f1e0cdbd6afb31d88ab97b980ab14be36db26743c998aa629b88ef731b2b8
7
+ data.tar.gz: 831cb6e01122368bc1519fca1b24b8392c1a791377c1011fc463abfc083dd589ced11e6c4797ce0caad765b729cb64435d10bc5dc2e73ac0b810b36b6df2f54a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.360
1
+ 1.0.363
@@ -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.360
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-20 00:00:00.000000000 Z
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