tencentcloud-sdk-organization 3.0.416 → 3.0.418

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: f1eb5e0de9336ad9af718049d0239a6191a12597
4
- data.tar.gz: 3ee516f3378aca5a9413e12d5e9a9118eea3ec6d
3
+ metadata.gz: 2ef6c8d1bb135184fa33d15523d56aed957676cd
4
+ data.tar.gz: 1544c1f75326544ed6d54d98034cd962f36fd1ae
5
5
  SHA512:
6
- metadata.gz: 442fb9016e6d2608454887b77e68a47e9aa753826046b3f433a4d6aabb7f317b6d694e84e6546bc14579de0ae0d8816f7d502723c8f1c62d9704b6f9759b45e6
7
- data.tar.gz: 9010f452603e951e23f82adde9dbd84f0b71a6373b0f9cf2ec8908ab08455ebfd25ccbbd0326c5566c92ecb3e98f30e2c17771b8b0668f44426e01e6a334247d
6
+ metadata.gz: 9e15a87ed9e936b53152ddaec6a64e49e56d575183437f73486cf5d3ac327a33f94d12dadd8e502c9214e5640cf280ac6a325fe31c8e6a8418890fd107db40b2
7
+ data.tar.gz: 4ebf7abb3f58e48cd390b9c6cdd143324cb817c6b3b65779d752d667c0d0cd1fa5e80af0edf219a1a06bbe2caec421b3f6243337311ce436fd59e5bdd1265aed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.416
1
+ 3.0.418
@@ -246,7 +246,7 @@ module TencentCloud
246
246
  class DescribeOrganizationRequest < TencentCloud::Common::AbstractModel
247
247
  # @param Lang: 国际站:en,国内站:zh
248
248
  # @type Lang: String
249
- # @param Product: 产品简称(查询是否集团服务委派管理员必须)
249
+ # @param Product: 产品简称(查询是否集团服务委派管理员必填)
250
250
  # @type Product: String
251
251
 
252
252
  attr_accessor :Lang, :Product
@@ -309,12 +309,15 @@ module TencentCloud
309
309
  # @param IsAssignManager: 是否集团服务委派管理员 true-是、false-否
310
310
  # 注意:此字段可能返回 null,表示取不到有效值。
311
311
  # @type IsAssignManager: Boolean
312
+ # @param IsAuthManager: 是否主体管理员 true-是、false-否
313
+ # 注意:此字段可能返回 null,表示取不到有效值。
314
+ # @type IsAuthManager: Boolean
312
315
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
313
316
  # @type RequestId: String
314
317
 
315
- attr_accessor :OrgId, :HostUin, :NickName, :OrgType, :IsManager, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :RootNodeId, :CreateTime, :JoinTime, :IsAllowQuit, :PayUin, :PayName, :IsAssignManager, :RequestId
318
+ attr_accessor :OrgId, :HostUin, :NickName, :OrgType, :IsManager, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :RootNodeId, :CreateTime, :JoinTime, :IsAllowQuit, :PayUin, :PayName, :IsAssignManager, :IsAuthManager, :RequestId
316
319
 
317
- 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, requestid=nil)
320
+ 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)
318
321
  @OrgId = orgid
319
322
  @HostUin = hostuin
320
323
  @NickName = nickname
@@ -330,6 +333,7 @@ module TencentCloud
330
333
  @PayUin = payuin
331
334
  @PayName = payname
332
335
  @IsAssignManager = isassignmanager
336
+ @IsAuthManager = isauthmanager
333
337
  @RequestId = requestid
334
338
  end
335
339
 
@@ -356,6 +360,7 @@ module TencentCloud
356
360
  @PayUin = params['PayUin']
357
361
  @PayName = params['PayName']
358
362
  @IsAssignManager = params['IsAssignManager']
363
+ @IsAuthManager = params['IsAuthManager']
359
364
  @RequestId = params['RequestId']
360
365
  end
361
366
  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.416
4
+ version: 3.0.418
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-22 00:00:00.000000000 Z
11
+ date: 2022-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common