tencentcloud-sdk-ioa 3.0.882 → 3.0.883
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220601/models.rb +6 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3afdc792c9a440778e64648df54419f4d842f6b
|
|
4
|
+
data.tar.gz: 5c497e3e061eabec031222df0c7eb0efb0080d3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e984a7528a17c67b664ce30785c0b5000a2f65ecbd91ab6a3a63b83765c31b4ad0420ca239f993fdeba23f70e781a211e31c0de4a4a2a0b8451facf2f7783fd
|
|
7
|
+
data.tar.gz: 33eac5efc61c86def2204b5406d974bc00c644a9a44920eb627482de52c98adc6610e512171dc717e7bd5854d33b05a392ec75afa29c6be458aead4d5f85d2bc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.883
|
data/lib/v20220601/models.rb
CHANGED
|
@@ -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:
|
|
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:
|
|
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
|
|
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
|
|
344
|
+
# @param PageNum: 获取第几页--兼容旧接口,参数同Condition
|
|
344
345
|
# @type PageNum: Integer
|
|
345
|
-
# @param PageSize: 每页获取数--兼容旧接口,参数同Condition
|
|
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.
|
|
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-
|
|
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
|