tencentcloud-sdk-organization 3.0.589 → 3.0.591

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 601b4d26a613bc5ce2710da2cf1e11e50a5df14b
4
- data.tar.gz: a94f79f16938506088a0a572e30a8dcbf9fb86dd
3
+ metadata.gz: 311849fea48e02cbd6bce92f88f0cd92b175532b
4
+ data.tar.gz: e3ba3194c96d345fa358fbfe01b4aa540aa08eef
5
5
  SHA512:
6
- metadata.gz: 6c18da7d3393b4984d842fe9b64efb9bec6c551d97325d8cc271513557054174317f8d2a558d04950508af53211959ec0dba501f13637ed0d60c2d984880d482
7
- data.tar.gz: 7226bf0360ef559c6b4d0bcd91cdb59de1d18c32bcc13de185f3bea13269cde39233af2ee22ff392576bcbd07611f8112341422aa42835897d2d305d23f2a538
6
+ metadata.gz: c85f4dce90e49cf7793968e874b23a5ccb0a6cfd466d1caedb073d665d69e44297e909c41ad0d29eb9ea047ff312f321cbd9e63a43456661d20f73bf9e6182cb
7
+ data.tar.gz: 3a2b335492e795d67f4c569decd56c22a6025a2f1a74fb26891914f7cb3cbf48eec22debb1553d8174fc697ce0d421177cd12ebe5da919bcf0ab2b183f5b9b5d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type Id: Integer
24
24
 
25
25
  attr_accessor :Id
26
-
26
+
27
27
  def initialize(id=nil)
28
28
  @Id = id
29
29
  end
@@ -39,7 +39,7 @@ module TencentCloud
39
39
  # @type RequestId: String
40
40
 
41
41
  attr_accessor :RequestId
42
-
42
+
43
43
  def initialize(requestid=nil)
44
44
  @RequestId = requestid
45
45
  end
@@ -57,7 +57,7 @@ module TencentCloud
57
57
  # @type Name: String
58
58
 
59
59
  attr_accessor :ParentNodeId, :Name
60
-
60
+
61
61
  def initialize(parentnodeid=nil, name=nil)
62
62
  @ParentNodeId = parentnodeid
63
63
  @Name = name
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  # @type RequestId: String
78
78
 
79
79
  attr_accessor :NodeId, :RequestId
80
-
80
+
81
81
  def initialize(nodeid=nil, requestid=nil)
82
82
  @NodeId = nodeid
83
83
  @RequestId = requestid
@@ -95,7 +95,7 @@ module TencentCloud
95
95
  # @type Id: Integer
96
96
 
97
97
  attr_accessor :Id
98
-
98
+
99
99
  def initialize(id=nil)
100
100
  @Id = id
101
101
  end
@@ -111,7 +111,7 @@ module TencentCloud
111
111
  # @type RequestId: String
112
112
 
113
113
  attr_accessor :RequestId
114
-
114
+
115
115
  def initialize(requestid=nil)
116
116
  @RequestId = requestid
117
117
  end
@@ -127,7 +127,7 @@ module TencentCloud
127
127
  # @type OrgType: Integer
128
128
 
129
129
  attr_accessor :OrgType
130
-
130
+
131
131
  def initialize(orgtype=nil)
132
132
  @OrgType = orgtype
133
133
  end
@@ -151,7 +151,7 @@ module TencentCloud
151
151
  # @type RequestId: String
152
152
 
153
153
  attr_accessor :OrgId, :Nickname, :Mail, :OrgType, :RequestId
154
-
154
+
155
155
  def initialize(orgid=nil, nickname=nil, mail=nil, orgtype=nil, requestid=nil)
156
156
  @OrgId = orgid
157
157
  @Nickname = nickname
@@ -177,7 +177,7 @@ module TencentCloud
177
177
  # @type NodeId: Integer
178
178
 
179
179
  attr_accessor :MemberUin, :NodeId
180
-
180
+
181
181
  def initialize(memberuin=nil, nodeid=nil)
182
182
  @MemberUin = memberuin
183
183
  @NodeId = nodeid
@@ -195,7 +195,7 @@ module TencentCloud
195
195
  # @type RequestId: String
196
196
 
197
197
  attr_accessor :RequestId
198
-
198
+
199
199
  def initialize(requestid=nil)
200
200
  @RequestId = requestid
201
201
  end
@@ -211,7 +211,7 @@ module TencentCloud
211
211
  # @type Uins: Array
212
212
 
213
213
  attr_accessor :Uins
214
-
214
+
215
215
  def initialize(uins=nil)
216
216
  @Uins = uins
217
217
  end
@@ -227,7 +227,7 @@ module TencentCloud
227
227
  # @type RequestId: String
228
228
 
229
229
  attr_accessor :RequestId
230
-
230
+
231
231
  def initialize(requestid=nil)
232
232
  @RequestId = requestid
233
233
  end
@@ -243,7 +243,7 @@ module TencentCloud
243
243
  # @type NodeIds: Array
244
244
 
245
245
  attr_accessor :NodeIds
246
-
246
+
247
247
  def initialize(nodeids=nil)
248
248
  @NodeIds = nodeids
249
249
  end
@@ -259,7 +259,7 @@ module TencentCloud
259
259
  # @type RequestId: String
260
260
 
261
261
  attr_accessor :RequestId
262
-
262
+
263
263
  def initialize(requestid=nil)
264
264
  @RequestId = requestid
265
265
  end
@@ -272,7 +272,7 @@ module TencentCloud
272
272
  # DeleteOrganization请求参数结构体
273
273
  class DeleteOrganizationRequest < TencentCloud::Common::AbstractModel
274
274
 
275
-
275
+
276
276
  def initialize()
277
277
  end
278
278
 
@@ -286,7 +286,7 @@ module TencentCloud
286
286
  # @type RequestId: String
287
287
 
288
288
  attr_accessor :RequestId
289
-
289
+
290
290
  def initialize(requestid=nil)
291
291
  @RequestId = requestid
292
292
  end
@@ -302,7 +302,7 @@ module TencentCloud
302
302
  # @type Id: Integer
303
303
 
304
304
  attr_accessor :Id
305
-
305
+
306
306
  def initialize(id=nil)
307
307
  @Id = id
308
308
  end
@@ -318,7 +318,7 @@ module TencentCloud
318
318
  # @type RequestId: String
319
319
 
320
320
  attr_accessor :RequestId
321
-
321
+
322
322
  def initialize(requestid=nil)
323
323
  @RequestId = requestid
324
324
  end
@@ -334,7 +334,7 @@ module TencentCloud
334
334
  # @type MemberUin: Integer
335
335
 
336
336
  attr_accessor :MemberUin
337
-
337
+
338
338
  def initialize(memberuin=nil)
339
339
  @MemberUin = memberuin
340
340
  end
@@ -364,7 +364,7 @@ module TencentCloud
364
364
  # @type RequestId: String
365
365
 
366
366
  attr_accessor :Uin, :Name, :Remark, :JoinTime, :NodeId, :NodeName, :ParentNodeId, :RequestId
367
-
367
+
368
368
  def initialize(uin=nil, name=nil, remark=nil, jointime=nil, nodeid=nil, nodename=nil, parentnodeid=nil, requestid=nil)
369
369
  @Uin = uin
370
370
  @Name = name
@@ -391,7 +391,7 @@ module TencentCloud
391
391
  # GetOrganization请求参数结构体
392
392
  class GetOrganizationRequest < TencentCloud::Common::AbstractModel
393
393
 
394
-
394
+
395
395
  def initialize()
396
396
  end
397
397
 
@@ -417,7 +417,7 @@ module TencentCloud
417
417
  # @type RequestId: String
418
418
 
419
419
  attr_accessor :OrgId, :HostUin, :Nickname, :Mail, :OrgType, :IsEmpty, :RequestId
420
-
420
+
421
421
  def initialize(orgid=nil, hostuin=nil, nickname=nil, mail=nil, orgtype=nil, isempty=nil, requestid=nil)
422
422
  @OrgId = orgid
423
423
  @HostUin = hostuin
@@ -449,7 +449,7 @@ module TencentCloud
449
449
  # @type Limit: Integer
450
450
 
451
451
  attr_accessor :Invited, :Offset, :Limit
452
-
452
+
453
453
  def initialize(invited=nil, offset=nil, limit=nil)
454
454
  @Invited = invited
455
455
  @Offset = offset
@@ -473,7 +473,7 @@ module TencentCloud
473
473
  # @type RequestId: String
474
474
 
475
475
  attr_accessor :Invitations, :TotalCount, :RequestId
476
-
476
+
477
477
  def initialize(invitations=nil, totalcount=nil, requestid=nil)
478
478
  @Invitations = invitations
479
479
  @TotalCount = totalcount
@@ -502,7 +502,7 @@ module TencentCloud
502
502
  # @type Limit: Integer
503
503
 
504
504
  attr_accessor :Offset, :Limit
505
-
505
+
506
506
  def initialize(offset=nil, limit=nil)
507
507
  @Offset = offset
508
508
  @Limit = limit
@@ -524,7 +524,7 @@ module TencentCloud
524
524
  # @type RequestId: String
525
525
 
526
526
  attr_accessor :Members, :TotalCount, :RequestId
527
-
527
+
528
528
  def initialize(members=nil, totalcount=nil, requestid=nil)
529
529
  @Members = members
530
530
  @TotalCount = totalcount
@@ -555,7 +555,7 @@ module TencentCloud
555
555
  # @type Limit: Integer
556
556
 
557
557
  attr_accessor :NodeId, :Offset, :Limit
558
-
558
+
559
559
  def initialize(nodeid=nil, offset=nil, limit=nil)
560
560
  @NodeId = nodeid
561
561
  @Offset = offset
@@ -579,7 +579,7 @@ module TencentCloud
579
579
  # @type RequestId: String
580
580
 
581
581
  attr_accessor :TotalCount, :Members, :RequestId
582
-
582
+
583
583
  def initialize(totalcount=nil, members=nil, requestid=nil)
584
584
  @TotalCount = totalcount
585
585
  @Members = members
@@ -603,7 +603,7 @@ module TencentCloud
603
603
  # ListOrganizationNodes请求参数结构体
604
604
  class ListOrganizationNodesRequest < TencentCloud::Common::AbstractModel
605
605
 
606
-
606
+
607
607
  def initialize()
608
608
  end
609
609
 
@@ -619,7 +619,7 @@ module TencentCloud
619
619
  # @type RequestId: String
620
620
 
621
621
  attr_accessor :Nodes, :RequestId
622
-
622
+
623
623
  def initialize(nodes=nil, requestid=nil)
624
624
  @Nodes = nodes
625
625
  @RequestId = requestid
@@ -646,7 +646,7 @@ module TencentCloud
646
646
  # @type Uins: Array
647
647
 
648
648
  attr_accessor :NodeId, :Uins
649
-
649
+
650
650
  def initialize(nodeid=nil, uins=nil)
651
651
  @NodeId = nodeid
652
652
  @Uins = uins
@@ -664,7 +664,7 @@ module TencentCloud
664
664
  # @type RequestId: String
665
665
 
666
666
  attr_accessor :RequestId
667
-
667
+
668
668
  def initialize(requestid=nil)
669
669
  @RequestId = requestid
670
670
  end
@@ -700,7 +700,7 @@ module TencentCloud
700
700
  # @type ExpireTime: String
701
701
 
702
702
  attr_accessor :Id, :Uin, :HostUin, :HostName, :HostMail, :Status, :Name, :Remark, :OrgType, :InviteTime, :ExpireTime
703
-
703
+
704
704
  def initialize(id=nil, uin=nil, hostuin=nil, hostname=nil, hostmail=nil, status=nil, name=nil, remark=nil, orgtype=nil, invitetime=nil, expiretime=nil)
705
705
  @Id = id
706
706
  @Uin = uin
@@ -742,7 +742,7 @@ module TencentCloud
742
742
  # @type JoinTime: String
743
743
 
744
744
  attr_accessor :Uin, :Name, :Remark, :JoinTime
745
-
745
+
746
746
  def initialize(uin=nil, name=nil, remark=nil, jointime=nil)
747
747
  @Uin = uin
748
748
  @Name = name
@@ -770,7 +770,7 @@ module TencentCloud
770
770
  # @type MemberCount: Integer
771
771
 
772
772
  attr_accessor :NodeId, :Name, :ParentNodeId, :MemberCount
773
-
773
+
774
774
  def initialize(nodeid=nil, name=nil, parentnodeid=nil, membercount=nil)
775
775
  @NodeId = nodeid
776
776
  @Name = name
@@ -792,7 +792,7 @@ module TencentCloud
792
792
  # @type OrgId: Integer
793
793
 
794
794
  attr_accessor :OrgId
795
-
795
+
796
796
  def initialize(orgid=nil)
797
797
  @OrgId = orgid
798
798
  end
@@ -808,7 +808,7 @@ module TencentCloud
808
808
  # @type RequestId: String
809
809
 
810
810
  attr_accessor :RequestId
811
-
811
+
812
812
  def initialize(requestid=nil)
813
813
  @RequestId = requestid
814
814
  end
@@ -828,7 +828,7 @@ module TencentCloud
828
828
  # @type Remark: String
829
829
 
830
830
  attr_accessor :InviteUin, :Name, :Remark
831
-
831
+
832
832
  def initialize(inviteuin=nil, name=nil, remark=nil)
833
833
  @InviteUin = inviteuin
834
834
  @Name = name
@@ -848,7 +848,7 @@ module TencentCloud
848
848
  # @type RequestId: String
849
849
 
850
850
  attr_accessor :RequestId
851
-
851
+
852
852
  def initialize(requestid=nil)
853
853
  @RequestId = requestid
854
854
  end
@@ -868,7 +868,7 @@ module TencentCloud
868
868
  # @type Remark: String
869
869
 
870
870
  attr_accessor :MemberUin, :Name, :Remark
871
-
871
+
872
872
  def initialize(memberuin=nil, name=nil, remark=nil)
873
873
  @MemberUin = memberuin
874
874
  @Name = name
@@ -888,7 +888,7 @@ module TencentCloud
888
888
  # @type RequestId: String
889
889
 
890
890
  attr_accessor :RequestId
891
-
891
+
892
892
  def initialize(requestid=nil)
893
893
  @RequestId = requestid
894
894
  end
@@ -908,7 +908,7 @@ module TencentCloud
908
908
  # @type ParentNodeId: Integer
909
909
 
910
910
  attr_accessor :NodeId, :Name, :ParentNodeId
911
-
911
+
912
912
  def initialize(nodeid=nil, name=nil, parentnodeid=nil)
913
913
  @NodeId = nodeid
914
914
  @Name = name
@@ -928,7 +928,7 @@ module TencentCloud
928
928
  # @type RequestId: String
929
929
 
930
930
  attr_accessor :RequestId
931
-
931
+
932
932
  def initialize(requestid=nil)
933
933
  @RequestId = requestid
934
934
  end
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  # @type Phone: String
30
30
 
31
31
  attr_accessor :MemberUin, :Email, :CountryCode, :Phone
32
-
32
+
33
33
  def initialize(memberuin=nil, email=nil, countrycode=nil, phone=nil)
34
34
  @MemberUin = memberuin
35
35
  @Email = email
@@ -51,7 +51,7 @@ module TencentCloud
51
51
  # @type RequestId: String
52
52
 
53
53
  attr_accessor :RequestId
54
-
54
+
55
55
  def initialize(requestid=nil)
56
56
  @RequestId = requestid
57
57
  end
@@ -71,7 +71,7 @@ module TencentCloud
71
71
  # @type Remark: String
72
72
 
73
73
  attr_accessor :ParentNodeId, :Name, :Remark
74
-
74
+
75
75
  def initialize(parentnodeid=nil, name=nil, remark=nil)
76
76
  @ParentNodeId = parentnodeid
77
77
  @Name = name
@@ -93,7 +93,7 @@ module TencentCloud
93
93
  # @type RequestId: String
94
94
 
95
95
  attr_accessor :NodeId, :RequestId
96
-
96
+
97
97
  def initialize(nodeid=nil, requestid=nil)
98
98
  @NodeId = nodeid
99
99
  @RequestId = requestid
@@ -118,7 +118,7 @@ module TencentCloud
118
118
  # @type Manager: :class:`Tencentcloud::Organization.v20210331.models.MemberMainInfo`
119
119
 
120
120
  attr_accessor :RelationId, :AuthName, :Manager
121
-
121
+
122
122
  def initialize(relationid=nil, authname=nil, manager=nil)
123
123
  @RelationId = relationid
124
124
  @AuthName = authname
@@ -145,7 +145,7 @@ module TencentCloud
145
145
  # @type OrgSubAccountUins: Array
146
146
 
147
147
  attr_accessor :MemberUin, :PolicyId, :OrgSubAccountUins
148
-
148
+
149
149
  def initialize(memberuin=nil, policyid=nil, orgsubaccountuins=nil)
150
150
  @MemberUin = memberuin
151
151
  @PolicyId = policyid
@@ -165,7 +165,7 @@ module TencentCloud
165
165
  # @type RequestId: String
166
166
 
167
167
  attr_accessor :RequestId
168
-
168
+
169
169
  def initialize(requestid=nil)
170
170
  @RequestId = requestid
171
171
  end
@@ -185,7 +185,7 @@ module TencentCloud
185
185
  # @type OrgSubAccountUin: Integer
186
186
 
187
187
  attr_accessor :MemberUin, :PolicyId, :OrgSubAccountUin
188
-
188
+
189
189
  def initialize(memberuin=nil, policyid=nil, orgsubaccountuin=nil)
190
190
  @MemberUin = memberuin
191
191
  @PolicyId = policyid
@@ -205,7 +205,7 @@ module TencentCloud
205
205
  # @type RequestId: String
206
206
 
207
207
  attr_accessor :RequestId
208
-
208
+
209
209
  def initialize(requestid=nil)
210
210
  @RequestId = requestid
211
211
  end
@@ -227,7 +227,7 @@ module TencentCloud
227
227
  # @type Description: String
228
228
 
229
229
  attr_accessor :MemberUin, :PolicyName, :IdentityId, :Description
230
-
230
+
231
231
  def initialize(memberuin=nil, policyname=nil, identityid=nil, description=nil)
232
232
  @MemberUin = memberuin
233
233
  @PolicyName = policyname
@@ -252,7 +252,7 @@ module TencentCloud
252
252
  # @type RequestId: String
253
253
 
254
254
  attr_accessor :PolicyId, :RequestId
255
-
255
+
256
256
  def initialize(policyid=nil, requestid=nil)
257
257
  @PolicyId = policyid
258
258
  @RequestId = requestid
@@ -288,7 +288,7 @@ module TencentCloud
288
288
  # @type AuthRelationId: Integer
289
289
 
290
290
  attr_accessor :Name, :PolicyType, :PermissionIds, :NodeId, :AccountName, :Remark, :RecordId, :PayUin, :IdentityRoleID, :AuthRelationId
291
-
291
+
292
292
  def initialize(name=nil, policytype=nil, permissionids=nil, nodeid=nil, accountname=nil, remark=nil, recordid=nil, payuin=nil, identityroleid=nil, authrelationid=nil)
293
293
  @Name = name
294
294
  @PolicyType = policytype
@@ -325,7 +325,7 @@ module TencentCloud
325
325
  # @type RequestId: String
326
326
 
327
327
  attr_accessor :Uin, :RequestId
328
-
328
+
329
329
  def initialize(uin=nil, requestid=nil)
330
330
  @Uin = uin
331
331
  @RequestId = requestid
@@ -343,7 +343,7 @@ module TencentCloud
343
343
  # @type MemberUin: Array
344
344
 
345
345
  attr_accessor :MemberUin
346
-
346
+
347
347
  def initialize(memberuin=nil)
348
348
  @MemberUin = memberuin
349
349
  end
@@ -359,7 +359,7 @@ module TencentCloud
359
359
  # @type RequestId: String
360
360
 
361
361
  attr_accessor :RequestId
362
-
362
+
363
363
  def initialize(requestid=nil)
364
364
  @RequestId = requestid
365
365
  end
@@ -375,7 +375,7 @@ module TencentCloud
375
375
  # @type NodeId: Array
376
376
 
377
377
  attr_accessor :NodeId
378
-
378
+
379
379
  def initialize(nodeid=nil)
380
380
  @NodeId = nodeid
381
381
  end
@@ -391,7 +391,7 @@ module TencentCloud
391
391
  # @type RequestId: String
392
392
 
393
393
  attr_accessor :RequestId
394
-
394
+
395
395
  def initialize(requestid=nil)
396
396
  @RequestId = requestid
397
397
  end
@@ -411,7 +411,7 @@ module TencentCloud
411
411
  # @type AuthName: String
412
412
 
413
413
  attr_accessor :Offset, :Limit, :AuthName
414
-
414
+
415
415
  def initialize(offset=nil, limit=nil, authname=nil)
416
416
  @Offset = offset
417
417
  @Limit = limit
@@ -437,7 +437,7 @@ module TencentCloud
437
437
  # @type RequestId: String
438
438
 
439
439
  attr_accessor :Total, :Items, :RequestId
440
-
440
+
441
441
  def initialize(total=nil, items=nil, requestid=nil)
442
442
  @Total = total
443
443
  @Items = items
@@ -470,7 +470,7 @@ module TencentCloud
470
470
  # @type PolicyId: Integer
471
471
 
472
472
  attr_accessor :Offset, :Limit, :MemberUin, :PolicyId
473
-
473
+
474
474
  def initialize(offset=nil, limit=nil, memberuin=nil, policyid=nil)
475
475
  @Offset = offset
476
476
  @Limit = limit
@@ -498,7 +498,7 @@ module TencentCloud
498
498
  # @type RequestId: String
499
499
 
500
500
  attr_accessor :Items, :Total, :RequestId
501
-
501
+
502
502
  def initialize(items=nil, total=nil, requestid=nil)
503
503
  @Items = items
504
504
  @Total = total
@@ -529,7 +529,7 @@ module TencentCloud
529
529
  # @type MemberUin: Integer
530
530
 
531
531
  attr_accessor :Offset, :Limit, :MemberUin
532
-
532
+
533
533
  def initialize(offset=nil, limit=nil, memberuin=nil)
534
534
  @Offset = offset
535
535
  @Limit = limit
@@ -555,7 +555,7 @@ module TencentCloud
555
555
  # @type RequestId: String
556
556
 
557
557
  attr_accessor :Items, :Total, :RequestId
558
-
558
+
559
559
  def initialize(items=nil, total=nil, requestid=nil)
560
560
  @Items = items
561
561
  @Total = total
@@ -582,7 +582,7 @@ module TencentCloud
582
582
  # @type MemberUin: Integer
583
583
 
584
584
  attr_accessor :MemberUin
585
-
585
+
586
586
  def initialize(memberuin=nil)
587
587
  @MemberUin = memberuin
588
588
  end
@@ -625,7 +625,7 @@ module TencentCloud
625
625
  # @type RequestId: String
626
626
 
627
627
  attr_accessor :BindId, :ApplyTime, :Email, :Phone, :BindStatus, :BindTime, :Description, :PhoneBind, :CountryCode, :RequestId
628
-
628
+
629
629
  def initialize(bindid=nil, applytime=nil, email=nil, phone=nil, bindstatus=nil, bindtime=nil, description=nil, phonebind=nil, countrycode=nil, requestid=nil)
630
630
  @BindId = bindid
631
631
  @ApplyTime = applytime
@@ -665,7 +665,7 @@ module TencentCloud
665
665
  # @type SearchKey: String
666
666
 
667
667
  attr_accessor :Offset, :Limit, :MemberUin, :SearchKey
668
-
668
+
669
669
  def initialize(offset=nil, limit=nil, memberuin=nil, searchkey=nil)
670
670
  @Offset = offset
671
671
  @Limit = limit
@@ -693,7 +693,7 @@ module TencentCloud
693
693
  # @type RequestId: String
694
694
 
695
695
  attr_accessor :Items, :Total, :RequestId
696
-
696
+
697
697
  def initialize(items=nil, total=nil, requestid=nil)
698
698
  @Items = items
699
699
  @Total = total
@@ -730,7 +730,7 @@ module TencentCloud
730
730
  # @type Product: String
731
731
 
732
732
  attr_accessor :Offset, :Limit, :Lang, :SearchKey, :AuthName, :Product
733
-
733
+
734
734
  def initialize(offset=nil, limit=nil, lang=nil, searchkey=nil, authname=nil, product=nil)
735
735
  @Offset = offset
736
736
  @Limit = limit
@@ -760,7 +760,7 @@ module TencentCloud
760
760
  # @type RequestId: String
761
761
 
762
762
  attr_accessor :Items, :Total, :RequestId
763
-
763
+
764
764
  def initialize(items=nil, total=nil, requestid=nil)
765
765
  @Items = items
766
766
  @Total = total
@@ -789,7 +789,7 @@ module TencentCloud
789
789
  # @type Offset: Integer
790
790
 
791
791
  attr_accessor :Limit, :Offset
792
-
792
+
793
793
  def initialize(limit=nil, offset=nil)
794
794
  @Limit = limit
795
795
  @Offset = offset
@@ -813,7 +813,7 @@ module TencentCloud
813
813
  # @type RequestId: String
814
814
 
815
815
  attr_accessor :Total, :Items, :RequestId
816
-
816
+
817
817
  def initialize(total=nil, items=nil, requestid=nil)
818
818
  @Total = total
819
819
  @Items = items
@@ -842,7 +842,7 @@ module TencentCloud
842
842
  # @type Product: String
843
843
 
844
844
  attr_accessor :Lang, :Product
845
-
845
+
846
846
  def initialize(lang=nil, product=nil)
847
847
  @Lang = lang
848
848
  @Product = product
@@ -908,7 +908,7 @@ module TencentCloud
908
908
  # @type RequestId: String
909
909
 
910
910
  attr_accessor :OrgId, :HostUin, :NickName, :OrgType, :IsManager, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :RootNodeId, :CreateTime, :JoinTime, :IsAllowQuit, :PayUin, :PayName, :IsAssignManager, :IsAuthManager, :RequestId
911
-
911
+
912
912
  def initialize(orgid=nil, hostuin=nil, nickname=nil, orgtype=nil, ismanager=nil, orgpolicytype=nil, orgpolicyname=nil, orgpermission=nil, rootnodeid=nil, createtime=nil, jointime=nil, isallowquit=nil, payuin=nil, payname=nil, isassignmanager=nil, isauthmanager=nil, requestid=nil)
913
913
  @OrgId = orgid
914
914
  @HostUin = hostuin
@@ -965,7 +965,7 @@ module TencentCloud
965
965
  # @type PolicyName: String
966
966
 
967
967
  attr_accessor :PolicyId, :PolicyName
968
-
968
+
969
969
  def initialize(policyid=nil, policyname=nil)
970
970
  @PolicyId = policyid
971
971
  @PolicyName = policyname
@@ -991,7 +991,7 @@ module TencentCloud
991
991
  # @type IdentityType: Integer
992
992
 
993
993
  attr_accessor :Offset, :Limit, :SearchKey, :IdentityId, :IdentityType
994
-
994
+
995
995
  def initialize(offset=nil, limit=nil, searchkey=nil, identityid=nil, identitytype=nil)
996
996
  @Offset = offset
997
997
  @Limit = limit
@@ -1021,7 +1021,7 @@ module TencentCloud
1021
1021
  # @type RequestId: String
1022
1022
 
1023
1023
  attr_accessor :Total, :Items, :RequestId
1024
-
1024
+
1025
1025
  def initialize(total=nil, items=nil, requestid=nil)
1026
1026
  @Total = total
1027
1027
  @Items = items
@@ -1052,7 +1052,7 @@ module TencentCloud
1052
1052
  # @type IdentityAliasName: String
1053
1053
 
1054
1054
  attr_accessor :IdentityId, :IdentityAliasName
1055
-
1055
+
1056
1056
  def initialize(identityid=nil, identityaliasname=nil)
1057
1057
  @IdentityId = identityid
1058
1058
  @IdentityAliasName = identityaliasname
@@ -1074,7 +1074,7 @@ module TencentCloud
1074
1074
  # @type MemberName: String
1075
1075
 
1076
1076
  attr_accessor :MemberUin, :MemberName
1077
-
1077
+
1078
1078
  def initialize(memberuin=nil, membername=nil)
1079
1079
  @MemberUin = memberuin
1080
1080
  @MemberName = membername
@@ -1094,7 +1094,7 @@ module TencentCloud
1094
1094
  # @type MemberUin: Array
1095
1095
 
1096
1096
  attr_accessor :NodeId, :MemberUin
1097
-
1097
+
1098
1098
  def initialize(nodeid=nil, memberuin=nil)
1099
1099
  @NodeId = nodeid
1100
1100
  @MemberUin = memberuin
@@ -1112,7 +1112,7 @@ module TencentCloud
1112
1112
  # @type RequestId: String
1113
1113
 
1114
1114
  attr_accessor :RequestId
1115
-
1115
+
1116
1116
  def initialize(requestid=nil)
1117
1117
  @RequestId = requestid
1118
1118
  end
@@ -1144,7 +1144,7 @@ module TencentCloud
1144
1144
  # @type UpdateTime: String
1145
1145
 
1146
1146
  attr_accessor :IdentityId, :IdentityAliasName, :Description, :IdentityPolicy, :IdentityType, :UpdateTime
1147
-
1147
+
1148
1148
  def initialize(identityid=nil, identityaliasname=nil, description=nil, identitypolicy=nil, identitytype=nil, updatetime=nil)
1149
1149
  @IdentityId = identityid
1150
1150
  @IdentityAliasName = identityaliasname
@@ -1226,7 +1226,7 @@ module TencentCloud
1226
1226
  # @type PermissionStatus: String
1227
1227
 
1228
1228
  attr_accessor :MemberUin, :Name, :MemberType, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :NodeId, :NodeName, :Remark, :CreateTime, :UpdateTime, :IsAllowQuit, :PayUin, :PayName, :OrgIdentity, :BindStatus, :PermissionStatus
1229
-
1229
+
1230
1230
  def initialize(memberuin=nil, name=nil, membertype=nil, orgpolicytype=nil, orgpolicyname=nil, orgpermission=nil, nodeid=nil, nodename=nil, remark=nil, createtime=nil, updatetime=nil, isallowquit=nil, payuin=nil, payname=nil, orgidentity=nil, bindstatus=nil, permissionstatus=nil)
1231
1231
  @MemberUin = memberuin
1232
1232
  @Name = name
@@ -1313,7 +1313,7 @@ module TencentCloud
1313
1313
  # @type OrgSubAccountName: String
1314
1314
 
1315
1315
  attr_accessor :OrgSubAccountUin, :PolicyId, :PolicyName, :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :CreateTime, :UpdateTime, :OrgSubAccountName
1316
-
1316
+
1317
1317
  def initialize(orgsubaccountuin=nil, policyid=nil, policyname=nil, identityid=nil, identityrolename=nil, identityrolealiasname=nil, createtime=nil, updatetime=nil, orgsubaccountname=nil)
1318
1318
  @OrgSubAccountUin = orgsubaccountuin
1319
1319
  @PolicyId = policyid
@@ -1364,7 +1364,7 @@ module TencentCloud
1364
1364
  # @type IdentityType: Integer
1365
1365
 
1366
1366
  attr_accessor :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :Description, :CreateTime, :UpdateTime, :IdentityType
1367
-
1367
+
1368
1368
  def initialize(identityid=nil, identityrolename=nil, identityrolealiasname=nil, description=nil, createtime=nil, updatetime=nil, identitytype=nil)
1369
1369
  @IdentityId = identityid
1370
1370
  @IdentityRoleName = identityrolename
@@ -1414,7 +1414,7 @@ module TencentCloud
1414
1414
  # @type UpdateTime: String
1415
1415
 
1416
1416
  attr_accessor :PolicyId, :PolicyName, :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :Description, :CreateTime, :UpdateTime
1417
-
1417
+
1418
1418
  def initialize(policyid=nil, policyname=nil, identityid=nil, identityrolename=nil, identityrolealiasname=nil, description=nil, createtime=nil, updatetime=nil)
1419
1419
  @PolicyId = policyid
1420
1420
  @PolicyName = policyname
@@ -1460,7 +1460,7 @@ module TencentCloud
1460
1460
  # @type UpdateTime: String
1461
1461
 
1462
1462
  attr_accessor :NodeId, :Name, :ParentNodeId, :Remark, :CreateTime, :UpdateTime
1463
-
1463
+
1464
1464
  def initialize(nodeid=nil, name=nil, parentnodeid=nil, remark=nil, createtime=nil, updatetime=nil)
1465
1465
  @NodeId = nodeid
1466
1466
  @Name = name
@@ -1488,7 +1488,7 @@ module TencentCloud
1488
1488
  # @type Name: String
1489
1489
 
1490
1490
  attr_accessor :Id, :Name
1491
-
1491
+
1492
1492
  def initialize(id=nil, name=nil)
1493
1493
  @Id = id
1494
1494
  @Name = name
@@ -1514,7 +1514,7 @@ module TencentCloud
1514
1514
  # @type Phone: String
1515
1515
 
1516
1516
  attr_accessor :MemberUin, :BindId, :Email, :CountryCode, :Phone
1517
-
1517
+
1518
1518
  def initialize(memberuin=nil, bindid=nil, email=nil, countrycode=nil, phone=nil)
1519
1519
  @MemberUin = memberuin
1520
1520
  @BindId = bindid
@@ -1538,7 +1538,7 @@ module TencentCloud
1538
1538
  # @type RequestId: String
1539
1539
 
1540
1540
  attr_accessor :RequestId
1541
-
1541
+
1542
1542
  def initialize(requestid=nil)
1543
1543
  @RequestId = requestid
1544
1544
  end
@@ -1558,7 +1558,7 @@ module TencentCloud
1558
1558
  # @type Remark: String
1559
1559
 
1560
1560
  attr_accessor :NodeId, :Name, :Remark
1561
-
1561
+
1562
1562
  def initialize(nodeid=nil, name=nil, remark=nil)
1563
1563
  @NodeId = nodeid
1564
1564
  @Name = name
@@ -1578,7 +1578,7 @@ module TencentCloud
1578
1578
  # @type RequestId: String
1579
1579
 
1580
1580
  attr_accessor :RequestId
1581
-
1581
+
1582
1582
  def initialize(requestid=nil)
1583
1583
  @RequestId = requestid
1584
1584
  end
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.589
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common