tencentcloud-sdk-organization 1.0.249 → 1.0.253

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 +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2308777299ef43c2fa93ffc585ee36fa743e4b1f
4
- data.tar.gz: 8acf6b0e653d3ec5288eae76ff0ddd219a975576
3
+ metadata.gz: 2fe53b76ace6b3b79304586d8eedbe29bd6bda25
4
+ data.tar.gz: 21992bd06944181b8bb63b01f20334ee239845e9
5
5
  SHA512:
6
- metadata.gz: ae8c9519c4ec1db322d59dfa110920bbc01eaca010e13cd1a72e589476cad850e29334b71b9ebb2b3cb6964c104ed1aa4fcee6c17a757be93aede0091946c1b1
7
- data.tar.gz: f50e8e08f69c1c8bffdd8b190eeb613a85f052e3184966c65b6fdb2e05b7be5956674655b200c24608fa7e11e169aa9792d6c9b74fb46eaadb120a4801a6e6ff
6
+ metadata.gz: 52f1c0a39aa18b23ca3dd3c69d5ae578efe80c9e1446cb684abd0505aaa14145ba4d4e9b5488ad50eece9e140d80dfaa52c5006953307d616e7ec95dfda61858
7
+ data.tar.gz: 66a383223bd01de082d447fc10e3f68b6ede7dee66fa9ddf932329e5b2fddebd2d3d64ba23b5ce09d68a8287a4a1ea265fca52be50a7d9753bae7b97aeff7271
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.249
1
+ 1.0.253
@@ -239,12 +239,18 @@ module TencentCloud
239
239
  # @param IsAllowQuit: 是否允许退出。允许:Allow,不允许:Denied。
240
240
  # 注意:此字段可能返回 null,表示取不到有效值。
241
241
  # @type IsAllowQuit: String
242
+ # @param PayUin: 代付者Uin
243
+ # 注意:此字段可能返回 null,表示取不到有效值。
244
+ # @type PayUin: String
245
+ # @param PayName: 代付者名称
246
+ # 注意:此字段可能返回 null,表示取不到有效值。
247
+ # @type PayName: String
242
248
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
243
249
  # @type RequestId: String
244
250
 
245
- attr_accessor :OrgId, :HostUin, :NickName, :OrgType, :IsManager, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :RootNodeId, :CreateTime, :JoinTime, :IsAllowQuit, :RequestId
251
+ attr_accessor :OrgId, :HostUin, :NickName, :OrgType, :IsManager, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :RootNodeId, :CreateTime, :JoinTime, :IsAllowQuit, :PayUin, :PayName, :RequestId
246
252
 
247
- 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, requestid=nil)
253
+ 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, requestid=nil)
248
254
  @OrgId = orgid
249
255
  @HostUin = hostuin
250
256
  @NickName = nickname
@@ -257,6 +263,8 @@ module TencentCloud
257
263
  @CreateTime = createtime
258
264
  @JoinTime = jointime
259
265
  @IsAllowQuit = isallowquit
266
+ @PayUin = payuin
267
+ @PayName = payname
260
268
  @RequestId = requestid
261
269
  end
262
270
 
@@ -280,6 +288,8 @@ module TencentCloud
280
288
  @CreateTime = params['CreateTime']
281
289
  @JoinTime = params['JoinTime']
282
290
  @IsAllowQuit = params['IsAllowQuit']
291
+ @PayUin = params['PayUin']
292
+ @PayName = params['PayName']
283
293
  @RequestId = params['RequestId']
284
294
  end
285
295
  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: 1.0.249
4
+ version: 1.0.253
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-01-25 00:00:00.000000000 Z
11
+ date: 2022-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common