tencentcloud-sdk-organization 3.0.783 → 3.0.784
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/v20181225/models.rb +20 -20
- 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: ba1b69e4444c3dc1c89cc85f40e5f4f8391d5124
|
|
4
|
+
data.tar.gz: 3fb2773e9742af5f78734852cc2a2e66b2ad1814
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f214c11b79d942acf25509c7137cbabd9d0f26511d073ee60ac919352a61951292c6c2332e1755c568f5cf6a68e11afc9d5262ca14507d3933127a15eac35da
|
|
7
|
+
data.tar.gz: e321b97c164045ad654c4f6edbb203e9adea4aa851cb4f68729b36a4afdf75cced8cbfda14ed496763589074e21e962f859c64acbc101304753113019adeebd7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.784
|
data/lib/v20181225/models.rb
CHANGED
|
@@ -35,7 +35,7 @@ module TencentCloud
|
|
|
35
35
|
|
|
36
36
|
# AcceptOrganizationInvitation返回参数结构体
|
|
37
37
|
class AcceptOrganizationInvitationResponse < TencentCloud::Common::AbstractModel
|
|
38
|
-
# @param RequestId: 唯一请求 ID
|
|
38
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39
39
|
# @type RequestId: String
|
|
40
40
|
|
|
41
41
|
attr_accessor :RequestId
|
|
@@ -73,7 +73,7 @@ module TencentCloud
|
|
|
73
73
|
class AddOrganizationNodeResponse < TencentCloud::Common::AbstractModel
|
|
74
74
|
# @param NodeId: 组织单元ID
|
|
75
75
|
# @type NodeId: Integer
|
|
76
|
-
# @param RequestId: 唯一请求 ID
|
|
76
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
77
77
|
# @type RequestId: String
|
|
78
78
|
|
|
79
79
|
attr_accessor :NodeId, :RequestId
|
|
@@ -107,7 +107,7 @@ module TencentCloud
|
|
|
107
107
|
|
|
108
108
|
# CancelOrganizationInvitation返回参数结构体
|
|
109
109
|
class CancelOrganizationInvitationResponse < TencentCloud::Common::AbstractModel
|
|
110
|
-
# @param RequestId: 唯一请求 ID
|
|
110
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
111
111
|
# @type RequestId: String
|
|
112
112
|
|
|
113
113
|
attr_accessor :RequestId
|
|
@@ -147,7 +147,7 @@ module TencentCloud
|
|
|
147
147
|
# @type Mail: String
|
|
148
148
|
# @param OrgType: 组织类型
|
|
149
149
|
# @type OrgType: Integer
|
|
150
|
-
# @param RequestId: 唯一请求 ID
|
|
150
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
151
151
|
# @type RequestId: String
|
|
152
152
|
|
|
153
153
|
attr_accessor :OrgId, :Nickname, :Mail, :OrgType, :RequestId
|
|
@@ -191,7 +191,7 @@ module TencentCloud
|
|
|
191
191
|
|
|
192
192
|
# DeleteOrganizationMemberFromNode返回参数结构体
|
|
193
193
|
class DeleteOrganizationMemberFromNodeResponse < TencentCloud::Common::AbstractModel
|
|
194
|
-
# @param RequestId: 唯一请求 ID
|
|
194
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
195
195
|
# @type RequestId: String
|
|
196
196
|
|
|
197
197
|
attr_accessor :RequestId
|
|
@@ -223,7 +223,7 @@ module TencentCloud
|
|
|
223
223
|
|
|
224
224
|
# DeleteOrganizationMembers返回参数结构体
|
|
225
225
|
class DeleteOrganizationMembersResponse < TencentCloud::Common::AbstractModel
|
|
226
|
-
# @param RequestId: 唯一请求 ID
|
|
226
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
227
227
|
# @type RequestId: String
|
|
228
228
|
|
|
229
229
|
attr_accessor :RequestId
|
|
@@ -255,7 +255,7 @@ module TencentCloud
|
|
|
255
255
|
|
|
256
256
|
# DeleteOrganizationNodes返回参数结构体
|
|
257
257
|
class DeleteOrganizationNodesResponse < TencentCloud::Common::AbstractModel
|
|
258
|
-
# @param RequestId: 唯一请求 ID
|
|
258
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
259
259
|
# @type RequestId: String
|
|
260
260
|
|
|
261
261
|
attr_accessor :RequestId
|
|
@@ -282,7 +282,7 @@ module TencentCloud
|
|
|
282
282
|
|
|
283
283
|
# DeleteOrganization返回参数结构体
|
|
284
284
|
class DeleteOrganizationResponse < TencentCloud::Common::AbstractModel
|
|
285
|
-
# @param RequestId: 唯一请求 ID
|
|
285
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
286
286
|
# @type RequestId: String
|
|
287
287
|
|
|
288
288
|
attr_accessor :RequestId
|
|
@@ -314,7 +314,7 @@ module TencentCloud
|
|
|
314
314
|
|
|
315
315
|
# DenyOrganizationInvitation返回参数结构体
|
|
316
316
|
class DenyOrganizationInvitationResponse < TencentCloud::Common::AbstractModel
|
|
317
|
-
# @param RequestId: 唯一请求 ID
|
|
317
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
318
318
|
# @type RequestId: String
|
|
319
319
|
|
|
320
320
|
attr_accessor :RequestId
|
|
@@ -360,7 +360,7 @@ module TencentCloud
|
|
|
360
360
|
# @type NodeName: String
|
|
361
361
|
# @param ParentNodeId: 父组织单元ID
|
|
362
362
|
# @type ParentNodeId: Integer
|
|
363
|
-
# @param RequestId: 唯一请求 ID
|
|
363
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
364
364
|
# @type RequestId: String
|
|
365
365
|
|
|
366
366
|
attr_accessor :Uin, :Name, :Remark, :JoinTime, :NodeId, :NodeName, :ParentNodeId, :RequestId
|
|
@@ -413,7 +413,7 @@ module TencentCloud
|
|
|
413
413
|
# @type OrgType: Integer
|
|
414
414
|
# @param IsEmpty: 是否为空
|
|
415
415
|
# @type IsEmpty: Integer
|
|
416
|
-
# @param RequestId: 唯一请求 ID
|
|
416
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
417
417
|
# @type RequestId: String
|
|
418
418
|
|
|
419
419
|
attr_accessor :OrgId, :HostUin, :Nickname, :Mail, :OrgType, :IsEmpty, :RequestId
|
|
@@ -469,7 +469,7 @@ module TencentCloud
|
|
|
469
469
|
# @type Invitations: Array
|
|
470
470
|
# @param TotalCount: 总数目
|
|
471
471
|
# @type TotalCount: Integer
|
|
472
|
-
# @param RequestId: 唯一请求 ID
|
|
472
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
473
473
|
# @type RequestId: String
|
|
474
474
|
|
|
475
475
|
attr_accessor :Invitations, :TotalCount, :RequestId
|
|
@@ -520,7 +520,7 @@ module TencentCloud
|
|
|
520
520
|
# @type Members: Array
|
|
521
521
|
# @param TotalCount: 总数目
|
|
522
522
|
# @type TotalCount: Integer
|
|
523
|
-
# @param RequestId: 唯一请求 ID
|
|
523
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
524
524
|
# @type RequestId: String
|
|
525
525
|
|
|
526
526
|
attr_accessor :Members, :TotalCount, :RequestId
|
|
@@ -575,7 +575,7 @@ module TencentCloud
|
|
|
575
575
|
# @type TotalCount: Integer
|
|
576
576
|
# @param Members: 成员列表
|
|
577
577
|
# @type Members: Array
|
|
578
|
-
# @param RequestId: 唯一请求 ID
|
|
578
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
579
579
|
# @type RequestId: String
|
|
580
580
|
|
|
581
581
|
attr_accessor :TotalCount, :Members, :RequestId
|
|
@@ -615,7 +615,7 @@ module TencentCloud
|
|
|
615
615
|
class ListOrganizationNodesResponse < TencentCloud::Common::AbstractModel
|
|
616
616
|
# @param Nodes: 企业组织单元列表
|
|
617
617
|
# @type Nodes: Array
|
|
618
|
-
# @param RequestId: 唯一请求 ID
|
|
618
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
619
619
|
# @type RequestId: String
|
|
620
620
|
|
|
621
621
|
attr_accessor :Nodes, :RequestId
|
|
@@ -660,7 +660,7 @@ module TencentCloud
|
|
|
660
660
|
|
|
661
661
|
# MoveOrganizationMembersToNode返回参数结构体
|
|
662
662
|
class MoveOrganizationMembersToNodeResponse < TencentCloud::Common::AbstractModel
|
|
663
|
-
# @param RequestId: 唯一请求 ID
|
|
663
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
664
664
|
# @type RequestId: String
|
|
665
665
|
|
|
666
666
|
attr_accessor :RequestId
|
|
@@ -804,7 +804,7 @@ module TencentCloud
|
|
|
804
804
|
|
|
805
805
|
# QuitOrganization返回参数结构体
|
|
806
806
|
class QuitOrganizationResponse < TencentCloud::Common::AbstractModel
|
|
807
|
-
# @param RequestId: 唯一请求 ID
|
|
807
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
808
808
|
# @type RequestId: String
|
|
809
809
|
|
|
810
810
|
attr_accessor :RequestId
|
|
@@ -844,7 +844,7 @@ module TencentCloud
|
|
|
844
844
|
|
|
845
845
|
# SendOrganizationInvitation返回参数结构体
|
|
846
846
|
class SendOrganizationInvitationResponse < TencentCloud::Common::AbstractModel
|
|
847
|
-
# @param RequestId: 唯一请求 ID
|
|
847
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
848
848
|
# @type RequestId: String
|
|
849
849
|
|
|
850
850
|
attr_accessor :RequestId
|
|
@@ -884,7 +884,7 @@ module TencentCloud
|
|
|
884
884
|
|
|
885
885
|
# UpdateOrganizationMember返回参数结构体
|
|
886
886
|
class UpdateOrganizationMemberResponse < TencentCloud::Common::AbstractModel
|
|
887
|
-
# @param RequestId: 唯一请求 ID
|
|
887
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
888
888
|
# @type RequestId: String
|
|
889
889
|
|
|
890
890
|
attr_accessor :RequestId
|
|
@@ -924,7 +924,7 @@ module TencentCloud
|
|
|
924
924
|
|
|
925
925
|
# UpdateOrganizationNode返回参数结构体
|
|
926
926
|
class UpdateOrganizationNodeResponse < TencentCloud::Common::AbstractModel
|
|
927
|
-
# @param RequestId: 唯一请求 ID
|
|
927
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
928
928
|
# @type RequestId: String
|
|
929
929
|
|
|
930
930
|
attr_accessor :RequestId
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-organization
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.784
|
|
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-03-
|
|
11
|
+
date: 2024-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|