tencentcloud-sdk-ioa 3.0.1139 → 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 +6 -2
- metadata +4 -4
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
|
|
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
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/tencentcloud-sdk-ioa.rb
|
37
|
-
- lib/v20220601/models.rb
|
38
36
|
- lib/v20220601/client.rb
|
37
|
+
- lib/v20220601/models.rb
|
38
|
+
- lib/tencentcloud-sdk-ioa.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|