tencentcloud-sdk-ioa 3.0.1138 → 3.0.1139

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220601/models.rb +32 -10
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31236d923dc2fec4c58c7ec91127e83f04755d3e
4
- data.tar.gz: faf38df1c6a46a38b31ce15493d5e1543183f631
3
+ metadata.gz: 1b42a79d90de35082f70b51e445970503405f9ff
4
+ data.tar.gz: 475f0f1c7c53cbba5b3339c14c434b6a248a9452
5
5
  SHA512:
6
- metadata.gz: 52083ca00860939a7325919c15e70aa3bd0eb0666464fd20d5a6223db0ef00e9642e5268982bd9d894d577a7953164195b3431f2cae2ad5393d9a39da0b36b13
7
- data.tar.gz: 754e794986f2d11a24e4596665d97ddd8e53dd527f77cebb215c28c142e5916aa122e22a753ca17815361a89eec44dbb66ec93278f09968c30e5edae61e07c17
6
+ metadata.gz: aa3c6cde2c4d3c6a3622a9031314b605b8cc549e3b9d32bc4d9f789461157030c860418e1e754f4bda3a656062bf822188b59472a4e86c582c7d62289af296ee
7
+ data.tar.gz: c4e5cb75cf746979b532eae3908d2e4fc28a10e37d4dd6f0d638371e246de0de296051fe57d18d73e46b32bf48fde4a0e4368ac755fb2b1dc75ff828831ee224
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1138
1
+ 3.0.1139
@@ -740,16 +740,23 @@ module TencentCloud
740
740
 
741
741
  # DescribeAggrSoftCategorySoftList请求参数结构体
742
742
  class DescribeAggrSoftCategorySoftListRequest < TencentCloud::Common::AbstractModel
743
- # @param OsType: os类别(只支持32位)
743
+ # @param Condition: 过滤条件、分页参数<li>Name - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按类别名称过滤或排序。</li><li>CorpName - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按CorpName过滤或排序。</li><li>Version - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按版本排序。</li><li>InstalledDeviceCount - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按安装设备数量排序。</li><li>GenuineRate - float - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按正版率排序。</li><li>AuthNum - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按授权数量排序。</li><li>CategoryNamePath - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按类别路径名排序。</li>
744
+ # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
745
+ # @param OsType: 操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
744
746
  # @type OsType: Integer
745
747
 
746
- attr_accessor :OsType
748
+ attr_accessor :Condition, :OsType
747
749
 
748
- def initialize(ostype=nil)
750
+ def initialize(condition=nil, ostype=nil)
751
+ @Condition = condition
749
752
  @OsType = ostype
750
753
  end
751
754
 
752
755
  def deserialize(params)
756
+ unless params['Condition'].nil?
757
+ @Condition = Condition.new
758
+ @Condition.deserialize(params['Condition'])
759
+ end
753
760
  @OsType = params['OsType']
754
761
  end
755
762
  end
@@ -953,19 +960,26 @@ module TencentCloud
953
960
 
954
961
  # DescribeAggrSoftDeviceList请求参数结构体
955
962
  class DescribeAggrSoftDeviceListRequest < TencentCloud::Common::AbstractModel
963
+ # @param Condition: 过滤条件
964
+ # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
956
965
  # @param Name: 软件名
957
966
  # @type Name: String
958
- # @param OsType: 操作系统
967
+ # @param OsType: 0:win 2:mac
959
968
  # @type OsType: Integer
960
969
 
961
- attr_accessor :Name, :OsType
970
+ attr_accessor :Condition, :Name, :OsType
962
971
 
963
- def initialize(name=nil, ostype=nil)
972
+ def initialize(condition=nil, name=nil, ostype=nil)
973
+ @Condition = condition
964
974
  @Name = name
965
975
  @OsType = ostype
966
976
  end
967
977
 
968
978
  def deserialize(params)
979
+ unless params['Condition'].nil?
980
+ @Condition = Condition.new
981
+ @Condition.deserialize(params['Condition'])
982
+ end
969
983
  @Name = params['Name']
970
984
  @OsType = params['OsType']
971
985
  end
@@ -2300,12 +2314,15 @@ module TencentCloud
2300
2314
  # @param Condition: 过滤条件、分页参数
2301
2315
  # <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
2302
2316
  # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
2317
+ # @param OsType: 0:win 2:mac
2318
+ # @type OsType: Integer
2303
2319
 
2304
- attr_accessor :Mid, :Condition
2320
+ attr_accessor :Mid, :Condition, :OsType
2305
2321
 
2306
- def initialize(mid=nil, condition=nil)
2322
+ def initialize(mid=nil, condition=nil, ostype=nil)
2307
2323
  @Mid = mid
2308
2324
  @Condition = condition
2325
+ @OsType = ostype
2309
2326
  end
2310
2327
 
2311
2328
  def deserialize(params)
@@ -2314,6 +2331,7 @@ module TencentCloud
2314
2331
  @Condition = Condition.new
2315
2332
  @Condition.deserialize(params['Condition'])
2316
2333
  end
2334
+ @OsType = params['OsType']
2317
2335
  end
2318
2336
  end
2319
2337
 
@@ -2925,12 +2943,15 @@ module TencentCloud
2925
2943
  # @param Condition: 过滤条件、分页参数
2926
2944
  # <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
2927
2945
  # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
2946
+ # @param OsType: 系统类型0:win 2:mac
2947
+ # @type OsType: Integer
2928
2948
 
2929
- attr_accessor :Mid, :Condition
2949
+ attr_accessor :Mid, :Condition, :OsType
2930
2950
 
2931
- def initialize(mid=nil, condition=nil)
2951
+ def initialize(mid=nil, condition=nil, ostype=nil)
2932
2952
  @Mid = mid
2933
2953
  @Condition = condition
2954
+ @OsType = ostype
2934
2955
  end
2935
2956
 
2936
2957
  def deserialize(params)
@@ -2939,6 +2960,7 @@ module TencentCloud
2939
2960
  @Condition = Condition.new
2940
2961
  @Condition.deserialize(params['Condition'])
2941
2962
  end
2963
+ @OsType = params['OsType']
2942
2964
  end
2943
2965
  end
2944
2966
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ioa
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1138
4
+ version: 3.0.1139
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20220601/client.rb
37
- - lib/v20220601/models.rb
38
36
  - lib/tencentcloud-sdk-ioa.rb
37
+ - lib/v20220601/models.rb
38
+ - lib/v20220601/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: