tencentcloud-sdk-ioa 3.0.881 → 3.0.883

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: 15af417a5975006393ae6b59232b690c8f6ac8ea
4
- data.tar.gz: fb3ac3e7b69b5d1493020238ab47c111c3f0576a
3
+ metadata.gz: d3afdc792c9a440778e64648df54419f4d842f6b
4
+ data.tar.gz: 5c497e3e061eabec031222df0c7eb0efb0080d3e
5
5
  SHA512:
6
- metadata.gz: fd83f23b3bffbcf7929d25acdf3e52432ab86bf68afea559cd9c9b26b5cb295ed4d724867eab422104f0b3b26d1363eef42f10090da452aa059f8458644a47a5
7
- data.tar.gz: 57d3f327cde20e15445ab42b391ddc25563dafbe19e65fd8f5aec46ba1710ee572b278ba7cf1977591353f7028a877ed9a20ab8e409fec1304090b4ab0d1e838
6
+ metadata.gz: 4e984a7528a17c67b664ce30785c0b5000a2f65ecbd91ab6a3a63b83765c31b4ad0420ca239f993fdeba23f70e781a211e31c0de4a4a2a0b8451facf2f7783fd
7
+ data.tar.gz: 33eac5efc61c86def2204b5406d974bc00c644a9a44920eb627482de52c98adc6610e512171dc717e7bd5854d33b05a392ec75afa29c6be458aead4d5f85d2bc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.881
1
+ 3.0.883
@@ -317,7 +317,8 @@ module TencentCloud
317
317
  # <li>PageNum 从1开始,小于等于0时使用默认参数。</li>
318
318
  # <li>PageSize 最大值5000,最好不超过100。</li>
319
319
  # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
320
- # @param GroupId: 私有化默认分组id-名称-操作系统
320
+ # @param GroupId: 【和GroupIds必须有一个填写】设备分组id(需要和OsType匹配)
321
+ # id-名称-操作系统
321
322
  # 1 全网终端 Win
322
323
  # 2 未分组终端 Win
323
324
  # 30000000 服务器 Win
@@ -332,17 +333,17 @@ module TencentCloud
332
333
  # 40000501 全网终端 iOS
333
334
  # 40000502 未分组终端 iOS
334
335
  # @type GroupId: Integer
335
- # @param OsType: 系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0
336
+ # @param OsType: 【必填】操作系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0),需要和GroupId或者GroupIds匹配
336
337
  # @type OsType: Integer
337
- # @param OnlineStatus: 在线状态 2 在线 01 离线
338
+ # @param OnlineStatus: 在线状态 2表示在线,0或者1表示离线)
338
339
  # @type OnlineStatus: Integer
339
340
  # @param Filters: 过滤条件--兼容旧接口,参数同Condition
340
341
  # @type Filters: Array
341
342
  # @param Sort: 排序字段--兼容旧接口,参数同Condition
342
343
  # @type Sort: :class:`Tencentcloud::Ioa.v20220601.models.Sort`
343
- # @param PageNum: 获取第几页--兼容旧接口,参数同Condition(只支持32位)
344
+ # @param PageNum: 获取第几页--兼容旧接口,参数同Condition
344
345
  # @type PageNum: Integer
345
- # @param PageSize: 每页获取数--兼容旧接口,参数同Condition(只支持32位)
346
+ # @param PageSize: 每页获取数--兼容旧接口,参数同Condition
346
347
  # @type PageSize: Integer
347
348
  # @param Status: 授权状态 4未授权 5已授权
348
349
  # @type Status: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ioa
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.881
4
+ version: 3.0.883
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-08-07 00:00:00.000000000 Z
11
+ date: 2024-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common