tencentcloud-sdk-organization 3.0.799 → 3.0.800

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210331/models.rb +59 -59
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5d530c38d7177d8d9c9e53d725baaa917a16f4c
4
- data.tar.gz: 63eb05d60dff96407126753bcd9a05b47b781d59
3
+ metadata.gz: da21dec82fbf66afbc426466092c8a5bd4f1b122
4
+ data.tar.gz: 5df2ae6d8df5093db1395e59eaa9a0f368712d1b
5
5
  SHA512:
6
- metadata.gz: ead09c081cdd07d85b4574f6ac4d167e3122c5d39728e37f6dacf7ae9378f19e03b27fcdeb119d15b6c88a9ed430a5e2bcff770892bb7f7f20daf76ae94b1575
7
- data.tar.gz: 08afdde320aaed63de61ce5ba8dcc0637780d09a06de09ea288d0cb5d2444954ff4122a55c6a432c3a71ceb3f21248367dba06e8bf5df5b030f699681ca837e6
6
+ metadata.gz: e9b1053661c96b19b0b1b0ce31fc05e991a19fafa3f338adb8eb7e1976d6543c2b897ab7b63c33f410547ad1099f6da102e1e70c732f7fd33b056d9c44304efb
7
+ data.tar.gz: f4602fddf370008b1298a16d07a34b8e7d4412f7fd408c101bee39e61e3c6ffac29eeef752d3724e6d87ff1d7892ade2f0bc3da280ebabe6d3d2af500cb0500a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.799
1
+ 3.0.800
@@ -19,13 +19,13 @@ module TencentCloud
19
19
  module V20210331
20
20
  # AddOrganizationMemberEmail请求参数结构体
21
21
  class AddOrganizationMemberEmailRequest < TencentCloud::Common::AbstractModel
22
- # @param MemberUin: 成员Uin
22
+ # @param MemberUin: 成员Uin
23
23
  # @type MemberUin: Integer
24
- # @param Email: 邮箱地址
24
+ # @param Email: 邮箱地址。
25
25
  # @type Email: String
26
- # @param CountryCode: 国际区号
26
+ # @param CountryCode: 国际区号。
27
27
  # @type CountryCode: String
28
- # @param Phone: 手机号
28
+ # @param Phone: 手机号。
29
29
  # @type Phone: String
30
30
 
31
31
  attr_accessor :MemberUin, :Email, :CountryCode, :Phone
@@ -68,7 +68,7 @@ module TencentCloud
68
68
 
69
69
  # AddOrganizationNode请求参数结构体
70
70
  class AddOrganizationNodeRequest < TencentCloud::Common::AbstractModel
71
- # @param ParentNodeId: 父节点ID。可以调用DescribeOrganizationNodes获取
71
+ # @param ParentNodeId: 父节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
72
72
  # @type ParentNodeId: Integer
73
73
  # @param Name: 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
74
74
  # @type Name: String
@@ -161,7 +161,7 @@ module TencentCloud
161
161
  class AddShareUnitRequest < TencentCloud::Common::AbstractModel
162
162
  # @param Name: 共享单元名称。仅支持大小写字母、数字、-、以及_的组合,3-128个字符。
163
163
  # @type Name: String
164
- # @param Area: 共享单元地域。可通过接口DescribeShareAreas获取支持共享的地域。
164
+ # @param Area: 共享单元地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。
165
165
  # @type Area: String
166
166
  # @param Description: 共享单元描述。最大128个字符。
167
167
  # @type Description: String
@@ -286,7 +286,7 @@ module TencentCloud
286
286
  class BindOrganizationMemberAuthAccountRequest < TencentCloud::Common::AbstractModel
287
287
  # @param MemberUin: 成员Uin。
288
288
  # @type MemberUin: Integer
289
- # @param PolicyId: 策略ID。可以调用DescribeOrganizationMemberPolicies获取
289
+ # @param PolicyId: 策略ID。可以调用[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
290
290
  # @type PolicyId: Integer
291
291
  # @param OrgSubAccountUins: 组织管理员子账号Uin列表。最大5个
292
292
  # @type OrgSubAccountUins: Array
@@ -326,7 +326,7 @@ module TencentCloud
326
326
  class CancelOrganizationMemberAuthAccountRequest < TencentCloud::Common::AbstractModel
327
327
  # @param MemberUin: 成员Uin。
328
328
  # @type MemberUin: Integer
329
- # @param PolicyId: 策略ID
329
+ # @param PolicyId: 策略ID。可以通过[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
330
330
  # @type PolicyId: Integer
331
331
  # @param OrgSubAccountUin: 组织子账号Uin。
332
332
  # @type OrgSubAccountUin: Integer
@@ -364,7 +364,7 @@ module TencentCloud
364
364
 
365
365
  # CheckAccountDelete请求参数结构体
366
366
  class CheckAccountDeleteRequest < TencentCloud::Common::AbstractModel
367
- # @param MemberUin: 成员uin
367
+ # @param MemberUin: 成员Uin
368
368
  # @type MemberUin: Integer
369
369
 
370
370
  attr_accessor :MemberUin
@@ -459,9 +459,9 @@ module TencentCloud
459
459
 
460
460
  # CreateOrganizationMemberAuthIdentity请求参数结构体
461
461
  class CreateOrganizationMemberAuthIdentityRequest < TencentCloud::Common::AbstractModel
462
- # @param MemberUins: 成员uin列表。最多10个
462
+ # @param MemberUins: 成员Uin列表。最多10个
463
463
  # @type MemberUins: Array
464
- # @param IdentityIds: 身份Id列表。最多5
464
+ # @param IdentityIds: 身份Id列表。最多5个,可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
465
465
  # @type IdentityIds: Array
466
466
 
467
467
  attr_accessor :MemberUins, :IdentityIds
@@ -499,7 +499,7 @@ module TencentCloud
499
499
  # @type MemberUin: Integer
500
500
  # @param PolicyName: 策略名。最大长度为128个字符,支持英文字母、数字、符号+=,.@_-
501
501
  # @type PolicyName: String
502
- # @param IdentityId: 成员访问身份ID。可以调用DescribeOrganizationMemberAuthIdentities获取
502
+ # @param IdentityId: 成员访问身份ID。可以调用[DescribeOrganizationMemberAuthIdentities](https://cloud.tencent.com/document/product/850/82936)获取
503
503
  # @type IdentityId: Integer
504
504
  # @param Description: 描述。
505
505
  # @type Description: String
@@ -550,7 +550,7 @@ module TencentCloud
550
550
  # @type PolicyType: String
551
551
  # @param PermissionIds: 成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须
552
552
  # @type PermissionIds: Array
553
- # @param NodeId: 成员所属部门的节点ID。可以调用DescribeOrganizationNodes获取
553
+ # @param NodeId: 成员所属部门的节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
554
554
  # @type NodeId: Integer
555
555
  # @param AccountName: 账号名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
556
556
  # @type AccountName: String
@@ -621,7 +621,7 @@ module TencentCloud
621
621
  # @type MemberUins: Array
622
622
  # @param PolicyName: 策略名。长度1~128个字符,支持英文字母、数字、符号+=,.@_-
623
623
  # @type PolicyName: String
624
- # @param IdentityId: 成员访问身份ID
624
+ # @param IdentityId: 成员访问身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
625
625
  # @type IdentityId: Integer
626
626
  # @param Description: 策略描述。最大长度为128个字符
627
627
  # @type Description: String
@@ -701,7 +701,7 @@ module TencentCloud
701
701
 
702
702
  # DeleteAccount请求参数结构体
703
703
  class DeleteAccountRequest < TencentCloud::Common::AbstractModel
704
- # @param MemberUin: 成员uin
704
+ # @param MemberUin: 成员Uin
705
705
  # @type MemberUin: Integer
706
706
 
707
707
  attr_accessor :MemberUin
@@ -733,7 +733,7 @@ module TencentCloud
733
733
 
734
734
  # DeleteOrganizationIdentity请求参数结构体
735
735
  class DeleteOrganizationIdentityRequest < TencentCloud::Common::AbstractModel
736
- # @param IdentityId: 身份ID
736
+ # @param IdentityId: 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
737
737
  # @type IdentityId: Integer
738
738
 
739
739
  attr_accessor :IdentityId
@@ -765,9 +765,9 @@ module TencentCloud
765
765
 
766
766
  # DeleteOrganizationMemberAuthIdentity请求参数结构体
767
767
  class DeleteOrganizationMemberAuthIdentityRequest < TencentCloud::Common::AbstractModel
768
- # @param MemberUin: 成员uin
768
+ # @param MemberUin: 成员Uin
769
769
  # @type MemberUin: Integer
770
- # @param IdentityId: 身份Id。
770
+ # @param IdentityId: 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
771
771
  # @type IdentityId: Integer
772
772
 
773
773
  attr_accessor :MemberUin, :IdentityId
@@ -801,7 +801,7 @@ module TencentCloud
801
801
 
802
802
  # DeleteOrganizationMembersPolicy请求参数结构体
803
803
  class DeleteOrganizationMembersPolicyRequest < TencentCloud::Common::AbstractModel
804
- # @param PolicyId: 访问策略ID
804
+ # @param PolicyId: 访问策略ID。可以通过[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)获取
805
805
  # @type PolicyId: Integer
806
806
 
807
807
  attr_accessor :PolicyId
@@ -833,7 +833,7 @@ module TencentCloud
833
833
 
834
834
  # DeleteOrganizationMembers请求参数结构体
835
835
  class DeleteOrganizationMembersRequest < TencentCloud::Common::AbstractModel
836
- # @param MemberUin: 被删除成员的UIN列表。
836
+ # @param MemberUin: 被删除成员的Uin列表。
837
837
  # @type MemberUin: Array
838
838
 
839
839
  attr_accessor :MemberUin
@@ -865,7 +865,7 @@ module TencentCloud
865
865
 
866
866
  # DeleteOrganizationNodes请求参数结构体
867
867
  class DeleteOrganizationNodesRequest < TencentCloud::Common::AbstractModel
868
- # @param NodeId: 节点ID列表。
868
+ # @param NodeId: 节点ID列表。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
869
869
  # @type NodeId: Array
870
870
 
871
871
  attr_accessor :NodeId
@@ -991,7 +991,7 @@ module TencentCloud
991
991
  # @type UnitId: String
992
992
  # @param Area: 共享单元地域。
993
993
  # @type Area: String
994
- # @param Type: 资源类型。支持共享的资源类型。
994
+ # @param Type: 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
995
995
  # @type Type: String
996
996
  # @param Resources: 共享资源列表。最大10个。
997
997
  # @type Resources: Array
@@ -1054,9 +1054,9 @@ module TencentCloud
1054
1054
 
1055
1055
  # DescribeOrganizationAuthNode请求参数结构体
1056
1056
  class DescribeOrganizationAuthNodeRequest < TencentCloud::Common::AbstractModel
1057
- # @param Offset: 偏移量。
1057
+ # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
1058
1058
  # @type Offset: Integer
1059
- # @param Limit: 限制数目。最大50
1059
+ # @param Limit: 限制数目。取值范围:1~50。默认值:10。
1060
1060
  # @type Limit: Integer
1061
1061
  # @param AuthName: 互信主体名称。
1062
1062
  # @type AuthName: String
@@ -1315,13 +1315,13 @@ module TencentCloud
1315
1315
 
1316
1316
  # DescribeOrganizationMemberAuthAccounts请求参数结构体
1317
1317
  class DescribeOrganizationMemberAuthAccountsRequest < TencentCloud::Common::AbstractModel
1318
- # @param Offset: 偏移量。
1318
+ # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
1319
1319
  # @type Offset: Integer
1320
- # @param Limit: 限制数目。
1320
+ # @param Limit: 限制数目。取值范围:1~50。默认值:10。
1321
1321
  # @type Limit: Integer
1322
1322
  # @param MemberUin: 成员Uin。
1323
1323
  # @type MemberUin: Integer
1324
- # @param PolicyId: 策略ID
1324
+ # @param PolicyId: 策略ID。可以通过[DescribeOrganizationMemberPolicies](https://cloud.tencent.com/document/product/850/82935)
1325
1325
  # @type PolicyId: Integer
1326
1326
 
1327
1327
  attr_accessor :Offset, :Limit, :MemberUin, :PolicyId
@@ -1382,7 +1382,7 @@ module TencentCloud
1382
1382
  # @type Limit: Integer
1383
1383
  # @param MemberUin: 组织成员Uin。入参MemberUin与IdentityId至少填写一个
1384
1384
  # @type MemberUin: Integer
1385
- # @param IdentityId: 身份ID。入参MemberUin与IdentityId至少填写一个
1385
+ # @param IdentityId: 身份ID。入参MemberUin与IdentityId至少填写一个, 可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
1386
1386
  # @type IdentityId: Integer
1387
1387
 
1388
1388
  attr_accessor :Offset, :Limit, :MemberUin, :IdentityId
@@ -1437,7 +1437,7 @@ module TencentCloud
1437
1437
 
1438
1438
  # DescribeOrganizationMemberEmailBind请求参数结构体
1439
1439
  class DescribeOrganizationMemberEmailBindRequest < TencentCloud::Common::AbstractModel
1440
- # @param MemberUin: 成员Uin
1440
+ # @param MemberUin: 成员Uin
1441
1441
  # @type MemberUin: Integer
1442
1442
 
1443
1443
  attr_accessor :MemberUin
@@ -1453,31 +1453,31 @@ module TencentCloud
1453
1453
 
1454
1454
  # DescribeOrganizationMemberEmailBind返回参数结构体
1455
1455
  class DescribeOrganizationMemberEmailBindResponse < TencentCloud::Common::AbstractModel
1456
- # @param BindId: 绑定ID
1456
+ # @param BindId: 绑定ID
1457
1457
  # 注意:此字段可能返回 null,表示取不到有效值。
1458
1458
  # @type BindId: Integer
1459
- # @param ApplyTime: 申请时间
1459
+ # @param ApplyTime: 申请时间。
1460
1460
  # 注意:此字段可能返回 null,表示取不到有效值。
1461
1461
  # @type ApplyTime: String
1462
- # @param Email: 邮箱地址
1462
+ # @param Email: 邮箱地址。
1463
1463
  # 注意:此字段可能返回 null,表示取不到有效值。
1464
1464
  # @type Email: String
1465
- # @param Phone: 手机号
1465
+ # @param Phone: 安全手机号。
1466
1466
  # 注意:此字段可能返回 null,表示取不到有效值。
1467
1467
  # @type Phone: String
1468
- # @param BindStatus: 绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
1468
+ # @param BindStatus: 绑定状态。 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
1469
1469
  # 注意:此字段可能返回 null,表示取不到有效值。
1470
1470
  # @type BindStatus: String
1471
- # @param BindTime: 绑定时间
1471
+ # @param BindTime: 绑定时间。
1472
1472
  # 注意:此字段可能返回 null,表示取不到有效值。
1473
1473
  # @type BindTime: String
1474
- # @param Description: 失败说明
1474
+ # @param Description: 失败说明。
1475
1475
  # 注意:此字段可能返回 null,表示取不到有效值。
1476
1476
  # @type Description: String
1477
- # @param PhoneBind: 安全手机绑定状态 未绑定:0,已绑定:1
1477
+ # @param PhoneBind: 安全手机绑定状态未绑定:0,已绑定:1
1478
1478
  # 注意:此字段可能返回 null,表示取不到有效值。
1479
1479
  # @type PhoneBind: Integer
1480
- # @param CountryCode: 国际区号
1480
+ # @param CountryCode: 国际区号。
1481
1481
  # 注意:此字段可能返回 null,表示取不到有效值。
1482
1482
  # @type CountryCode: String
1483
1483
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -1514,9 +1514,9 @@ module TencentCloud
1514
1514
 
1515
1515
  # DescribeOrganizationMemberPolicies请求参数结构体
1516
1516
  class DescribeOrganizationMemberPoliciesRequest < TencentCloud::Common::AbstractModel
1517
- # @param Offset: 偏移量。
1517
+ # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
1518
1518
  # @type Offset: Integer
1519
- # @param Limit: 限制数目。最大50
1519
+ # @param Limit: 限制数目。取值范围:1~50。默认值:10。
1520
1520
  # @type Limit: Integer
1521
1521
  # @param MemberUin: 成员Uin。
1522
1522
  # @type MemberUin: Integer
@@ -1644,7 +1644,7 @@ module TencentCloud
1644
1644
  class DescribeOrganizationNodesRequest < TencentCloud::Common::AbstractModel
1645
1645
  # @param Limit: 限制数目。最大50
1646
1646
  # @type Limit: Integer
1647
- # @param Offset: 偏移量。
1647
+ # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
1648
1648
  # @type Offset: Integer
1649
1649
 
1650
1650
  attr_accessor :Limit, :Offset
@@ -1937,7 +1937,7 @@ module TencentCloud
1937
1937
  # @type Limit: Integer
1938
1938
  # @param SearchKey: 搜索关键字。支持产品资源ID搜索。
1939
1939
  # @type SearchKey: String
1940
- # @param Type: 共享资源类型。
1940
+ # @param Type: 共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)
1941
1941
  # @type Type: String
1942
1942
 
1943
1943
  attr_accessor :UnitId, :Area, :Offset, :Limit, :SearchKey, :Type
@@ -1996,7 +1996,7 @@ module TencentCloud
1996
1996
 
1997
1997
  # DescribeShareUnits请求参数结构体
1998
1998
  class DescribeShareUnitsRequest < TencentCloud::Common::AbstractModel
1999
- # @param Area: 共享单元地域。可通过接口DescribeShareAreas获取支持共享的地域。
1999
+ # @param Area: 共享单元地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。
2000
2000
  # @type Area: String
2001
2001
  # @param Offset: 偏移量。取值是limit的整数倍。默认值 : 0。
2002
2002
  # @type Offset: Integer
@@ -2093,7 +2093,7 @@ module TencentCloud
2093
2093
  # @type Limit: Integer
2094
2094
  # @param SearchKey: 名称搜索关键字。
2095
2095
  # @type SearchKey: String
2096
- # @param IdentityId: 身份ID搜索。
2096
+ # @param IdentityId: 身份ID。可以通过身份ID搜索
2097
2097
  # @type IdentityId: Integer
2098
2098
  # @param IdentityType: 身份类型。取值范围 1-预设, 2-自定义
2099
2099
  # @type IdentityType: Integer
@@ -2248,9 +2248,9 @@ module TencentCloud
2248
2248
 
2249
2249
  # MoveOrganizationNodeMembers请求参数结构体
2250
2250
  class MoveOrganizationNodeMembersRequest < TencentCloud::Common::AbstractModel
2251
- # @param NodeId: 组织节点ID
2251
+ # @param NodeId: 组织节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
2252
2252
  # @type NodeId: Integer
2253
- # @param MemberUin: 成员UIN列表。
2253
+ # @param MemberUin: 成员Uin列表。
2254
2254
  # @type MemberUin: Array
2255
2255
 
2256
2256
  attr_accessor :NodeId, :MemberUin
@@ -2837,8 +2837,8 @@ module TencentCloud
2837
2837
 
2838
2838
  attr_accessor :ProductResourceId, :ResourceGrantLast
2839
2839
  extend Gem::Deprecate
2840
- deprecate :ResourceGrantLast, :none, 2024, 3
2841
- deprecate :ResourceGrantLast=, :none, 2024, 3
2840
+ deprecate :ResourceGrantLast, :none, 2024, 4
2841
+ deprecate :ResourceGrantLast=, :none, 2024, 4
2842
2842
 
2843
2843
  def initialize(productresourceid=nil, resourcegrantlast=nil)
2844
2844
  @ProductResourceId = productresourceid
@@ -2933,8 +2933,8 @@ module TencentCloud
2933
2933
 
2934
2934
  attr_accessor :ResourceId, :ProductResourceId
2935
2935
  extend Gem::Deprecate
2936
- deprecate :ResourceId, :none, 2024, 3
2937
- deprecate :ResourceId=, :none, 2024, 3
2936
+ deprecate :ResourceId, :none, 2024, 4
2937
+ deprecate :ResourceId=, :none, 2024, 4
2938
2938
 
2939
2939
  def initialize(resourceid=nil, productresourceid=nil)
2940
2940
  @ResourceId = resourceid
@@ -3014,11 +3014,11 @@ module TencentCloud
3014
3014
 
3015
3015
  # UpdateOrganizationIdentity请求参数结构体
3016
3016
  class UpdateOrganizationIdentityRequest < TencentCloud::Common::AbstractModel
3017
- # @param IdentityId: 身份ID
3017
+ # @param IdentityId: 身份ID。可以通过[ListOrganizationIdentity](https://cloud.tencent.com/document/product/850/82934)获取
3018
3018
  # @type IdentityId: Integer
3019
- # @param Description: 身份描述
3019
+ # @param Description: 身份描述。
3020
3020
  # @type Description: String
3021
- # @param IdentityPolicy: 身份策略
3021
+ # @param IdentityPolicy: 身份策略。
3022
3022
  # @type IdentityPolicy: Array
3023
3023
 
3024
3024
  attr_accessor :IdentityId, :Description, :IdentityPolicy
@@ -3061,15 +3061,15 @@ module TencentCloud
3061
3061
 
3062
3062
  # UpdateOrganizationMemberEmailBind请求参数结构体
3063
3063
  class UpdateOrganizationMemberEmailBindRequest < TencentCloud::Common::AbstractModel
3064
- # @param MemberUin: 成员Uin
3064
+ # @param MemberUin: 成员Uin
3065
3065
  # @type MemberUin: Integer
3066
- # @param BindId: 绑定ID
3066
+ # @param BindId: 绑定ID。可以通过[DescribeOrganizationMemberEmailBind](https://cloud.tencent.com/document/product/850/93332)获取
3067
3067
  # @type BindId: Integer
3068
- # @param Email: 邮箱
3068
+ # @param Email: 邮箱地址。
3069
3069
  # @type Email: String
3070
- # @param CountryCode: 国际区号
3070
+ # @param CountryCode: 国际区号。
3071
3071
  # @type CountryCode: String
3072
- # @param Phone: 手机号
3072
+ # @param Phone: 手机号。
3073
3073
  # @type Phone: String
3074
3074
 
3075
3075
  attr_accessor :MemberUin, :BindId, :Email, :CountryCode, :Phone
@@ -3166,7 +3166,7 @@ module TencentCloud
3166
3166
 
3167
3167
  # UpdateOrganizationNode请求参数结构体
3168
3168
  class UpdateOrganizationNodeRequest < TencentCloud::Common::AbstractModel
3169
- # @param NodeId: 节点ID
3169
+ # @param NodeId: 节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
3170
3170
  # @type NodeId: Integer
3171
3171
  # @param Name: 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
3172
3172
  # @type Name: String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-organization
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.799
4
+ version: 3.0.800
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud