tencentcloud-sdk-ioa 3.0.1138 → 3.0.1149
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 +38 -12
- 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: c403248838e8bb83392b12c8717d3cb6fe42e71d
|
4
|
+
data.tar.gz: fd848d842b3577ae0c15cd32b3d33f461ed9a111
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcff066460510d7aac26f96d10e07d9af55cfdda1c06f67903fd0377d92e690949e8620f6edb09e4bc6381318d47377177f15bd20396730077570c37701a977e
|
7
|
+
data.tar.gz: b3179004c6410538011d63d18034bda1ff16faa70ee760ce570db98cdec59034def440f308e464c24505f5197e1a43e2a5eb87e3d3f518f942c556a2d1d1bbed
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1149
|
data/lib/v20220601/models.rb
CHANGED
@@ -560,10 +560,12 @@ module TencentCloud
|
|
560
560
|
# @type LatestSyncResult: String
|
561
561
|
# @param LatestSyncTime: 最新一次同步任务的结束时间
|
562
562
|
# @type LatestSyncTime: String
|
563
|
+
# @param NamePathArr: 分组名称数组
|
564
|
+
# @type NamePathArr: Array
|
563
565
|
|
564
|
-
attr_accessor :NamePath, :IdPathArr, :ExtraInfo, :Utime, :ParentId, :OrgId, :Name, :Id, :Description, :Source, :IdPath, :Itime, :ParentOrgId, :ImportType, :MiniIamId, :UserTotal, :IsLeaf, :ReadOnly, :LatestSyncResult, :LatestSyncTime
|
566
|
+
attr_accessor :NamePath, :IdPathArr, :ExtraInfo, :Utime, :ParentId, :OrgId, :Name, :Id, :Description, :Source, :IdPath, :Itime, :ParentOrgId, :ImportType, :MiniIamId, :UserTotal, :IsLeaf, :ReadOnly, :LatestSyncResult, :LatestSyncTime, :NamePathArr
|
565
567
|
|
566
|
-
def initialize(namepath=nil, idpatharr=nil, extrainfo=nil, utime=nil, parentid=nil, orgid=nil, name=nil, id=nil, description=nil, source=nil, idpath=nil, itime=nil, parentorgid=nil, importtype=nil, miniiamid=nil, usertotal=nil, isleaf=nil, readonly=nil, latestsyncresult=nil, latestsynctime=nil)
|
568
|
+
def initialize(namepath=nil, idpatharr=nil, extrainfo=nil, utime=nil, parentid=nil, orgid=nil, name=nil, id=nil, description=nil, source=nil, idpath=nil, itime=nil, parentorgid=nil, importtype=nil, miniiamid=nil, usertotal=nil, isleaf=nil, readonly=nil, latestsyncresult=nil, latestsynctime=nil, namepatharr=nil)
|
567
569
|
@NamePath = namepath
|
568
570
|
@IdPathArr = idpatharr
|
569
571
|
@ExtraInfo = extrainfo
|
@@ -584,6 +586,7 @@ module TencentCloud
|
|
584
586
|
@ReadOnly = readonly
|
585
587
|
@LatestSyncResult = latestsyncresult
|
586
588
|
@LatestSyncTime = latestsynctime
|
589
|
+
@NamePathArr = namepatharr
|
587
590
|
end
|
588
591
|
|
589
592
|
def deserialize(params)
|
@@ -607,6 +610,7 @@ module TencentCloud
|
|
607
610
|
@ReadOnly = params['ReadOnly']
|
608
611
|
@LatestSyncResult = params['LatestSyncResult']
|
609
612
|
@LatestSyncTime = params['LatestSyncTime']
|
613
|
+
@NamePathArr = params['NamePathArr']
|
610
614
|
end
|
611
615
|
end
|
612
616
|
|
@@ -740,16 +744,23 @@ module TencentCloud
|
|
740
744
|
|
741
745
|
# DescribeAggrSoftCategorySoftList请求参数结构体
|
742
746
|
class DescribeAggrSoftCategorySoftListRequest < TencentCloud::Common::AbstractModel
|
743
|
-
# @param
|
747
|
+
# @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>
|
748
|
+
# @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
|
749
|
+
# @param OsType: 操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
|
744
750
|
# @type OsType: Integer
|
745
751
|
|
746
|
-
attr_accessor :OsType
|
752
|
+
attr_accessor :Condition, :OsType
|
747
753
|
|
748
|
-
def initialize(ostype=nil)
|
754
|
+
def initialize(condition=nil, ostype=nil)
|
755
|
+
@Condition = condition
|
749
756
|
@OsType = ostype
|
750
757
|
end
|
751
758
|
|
752
759
|
def deserialize(params)
|
760
|
+
unless params['Condition'].nil?
|
761
|
+
@Condition = Condition.new
|
762
|
+
@Condition.deserialize(params['Condition'])
|
763
|
+
end
|
753
764
|
@OsType = params['OsType']
|
754
765
|
end
|
755
766
|
end
|
@@ -953,19 +964,26 @@ module TencentCloud
|
|
953
964
|
|
954
965
|
# DescribeAggrSoftDeviceList请求参数结构体
|
955
966
|
class DescribeAggrSoftDeviceListRequest < TencentCloud::Common::AbstractModel
|
967
|
+
# @param Condition: 过滤条件
|
968
|
+
# @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
|
956
969
|
# @param Name: 软件名
|
957
970
|
# @type Name: String
|
958
|
-
# @param OsType:
|
971
|
+
# @param OsType: 0:win 2:mac
|
959
972
|
# @type OsType: Integer
|
960
973
|
|
961
|
-
attr_accessor :Name, :OsType
|
974
|
+
attr_accessor :Condition, :Name, :OsType
|
962
975
|
|
963
|
-
def initialize(name=nil, ostype=nil)
|
976
|
+
def initialize(condition=nil, name=nil, ostype=nil)
|
977
|
+
@Condition = condition
|
964
978
|
@Name = name
|
965
979
|
@OsType = ostype
|
966
980
|
end
|
967
981
|
|
968
982
|
def deserialize(params)
|
983
|
+
unless params['Condition'].nil?
|
984
|
+
@Condition = Condition.new
|
985
|
+
@Condition.deserialize(params['Condition'])
|
986
|
+
end
|
969
987
|
@Name = params['Name']
|
970
988
|
@OsType = params['OsType']
|
971
989
|
end
|
@@ -2300,12 +2318,15 @@ module TencentCloud
|
|
2300
2318
|
# @param Condition: 过滤条件、分页参数
|
2301
2319
|
# <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
|
2302
2320
|
# @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
|
2321
|
+
# @param OsType: 0:win 2:mac
|
2322
|
+
# @type OsType: Integer
|
2303
2323
|
|
2304
|
-
attr_accessor :Mid, :Condition
|
2324
|
+
attr_accessor :Mid, :Condition, :OsType
|
2305
2325
|
|
2306
|
-
def initialize(mid=nil, condition=nil)
|
2326
|
+
def initialize(mid=nil, condition=nil, ostype=nil)
|
2307
2327
|
@Mid = mid
|
2308
2328
|
@Condition = condition
|
2329
|
+
@OsType = ostype
|
2309
2330
|
end
|
2310
2331
|
|
2311
2332
|
def deserialize(params)
|
@@ -2314,6 +2335,7 @@ module TencentCloud
|
|
2314
2335
|
@Condition = Condition.new
|
2315
2336
|
@Condition.deserialize(params['Condition'])
|
2316
2337
|
end
|
2338
|
+
@OsType = params['OsType']
|
2317
2339
|
end
|
2318
2340
|
end
|
2319
2341
|
|
@@ -2925,12 +2947,15 @@ module TencentCloud
|
|
2925
2947
|
# @param Condition: 过滤条件、分页参数
|
2926
2948
|
# <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
|
2927
2949
|
# @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
|
2950
|
+
# @param OsType: 系统类型0:win 2:mac
|
2951
|
+
# @type OsType: Integer
|
2928
2952
|
|
2929
|
-
attr_accessor :Mid, :Condition
|
2953
|
+
attr_accessor :Mid, :Condition, :OsType
|
2930
2954
|
|
2931
|
-
def initialize(mid=nil, condition=nil)
|
2955
|
+
def initialize(mid=nil, condition=nil, ostype=nil)
|
2932
2956
|
@Mid = mid
|
2933
2957
|
@Condition = condition
|
2958
|
+
@OsType = ostype
|
2934
2959
|
end
|
2935
2960
|
|
2936
2961
|
def deserialize(params)
|
@@ -2939,6 +2964,7 @@ module TencentCloud
|
|
2939
2964
|
@Condition = Condition.new
|
2940
2965
|
@Condition.deserialize(params['Condition'])
|
2941
2966
|
end
|
2967
|
+
@OsType = params['OsType']
|
2942
2968
|
end
|
2943
2969
|
end
|
2944
2970
|
|
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.1149
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|