tencentcloud-sdk-ioa 3.0.882 → 3.0.884

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: 4af8af1530d232ba9826b4e5fae9f69f6c6b1ba0
4
- data.tar.gz: 583422ff6794aa636442aacd31cbffb57e9f2afe
3
+ metadata.gz: 8ffd884d44b4930f2c46a4df33bb36742d213576
4
+ data.tar.gz: aee6f6e3248317424afa3fbe69d6316afada3006
5
5
  SHA512:
6
- metadata.gz: 0935a1ffaf1f396fd0bc9b933cd1ef5bb51568cf52dccae4343acd0c5cba83531dfa37d5f72bbe940b39d95c32a723c583a9f88dab0b77b05e715f66e4eb2b3b
7
- data.tar.gz: 2e2db94bf72e6e1bbf7fa0e2ab588678957360a290cff47db7cc449f896b0cabed7ff4f6c3d7dc489e251b1883d82e366676bcdad35f2fcc86a72c1006b9d511
6
+ metadata.gz: 21d8c9776e28414fc11935992e7a87cf989ab24724ce65cd8b7d784726b12650591760d7d2ae38630c4d4196d1214463776add4b5d85733166b1074a3c4b5536
7
+ data.tar.gz: aa9e19d9650afcf4e48e67d7a21d59180ce5761390c25e4906f2327e403c6329d4c546a0f1ffa4d470be34832078d9d7375ae53c21d39ba090f8f51917c63954
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.882
1
+ 3.0.884
@@ -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.882
4
+ version: 3.0.884
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-08 00:00:00.000000000 Z
11
+ date: 2024-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common