tencentcloud-sdk-tcb 1.0.214 → 1.0.218

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: 7da0228c25309603fab144872821f78e6c431e02
4
- data.tar.gz: 3157820f5f8496711fda9eb4eb0e3f805c197c61
3
+ metadata.gz: 62342b8e4217e8352e240758d008f06f53b2fa1e
4
+ data.tar.gz: f25939daac424bbbbf845fee2cebd4ed86f680f0
5
5
  SHA512:
6
- metadata.gz: 09ad13bba273269eebb720d06ac8c2169b2df9a4a7958154f0948ea895300cc2724ccf08643ab20faf9394b6ec636e86d27cc32e38fcbae07980c01c423c23c8
7
- data.tar.gz: 2cf2ee606f940a76ca8c2ebb5f3e2a567f06dd13c6847495dbe4df7fa819acf4aeb3b6b72fc415e4bfafa48d5ba0fdce6fa58eb2fd3c888c0ba16322955624a7
6
+ metadata.gz: 538efda043954c4df1a2ff66e3736b660e294131c725e0244bdce616125558418f1ddb2150c208aaa70da17824b7c4004fc69458710e99954ffeebbb5b0124a8
7
+ data.tar.gz: 7bd3fc1a8fb62ab8c58d98bd35a4ebfa88dba6aa6d26de8bd7041d08499be702ef133dc46a2af79536a9e22fe189527729a14638fc59c4908554f5c47ef1354f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.214
1
+ 1.0.218
@@ -1362,17 +1362,21 @@ module TencentCloud
1362
1362
  # @type Service: String
1363
1363
  # @param JSONData: 需要转发的云API参数,要转成JSON格式
1364
1364
  # @type JSONData: String
1365
+ # @param ApiRole: 指定角色
1366
+ # @type ApiRole: String
1365
1367
 
1366
- attr_accessor :Service, :JSONData
1368
+ attr_accessor :Service, :JSONData, :ApiRole
1367
1369
 
1368
- def initialize(service=nil, jsondata=nil)
1370
+ def initialize(service=nil, jsondata=nil, apirole=nil)
1369
1371
  @Service = service
1370
1372
  @JSONData = jsondata
1373
+ @ApiRole = apirole
1371
1374
  end
1372
1375
 
1373
1376
  def deserialize(params)
1374
1377
  @Service = params['Service']
1375
1378
  @JSONData = params['JSONData']
1379
+ @ApiRole = params['ApiRole']
1376
1380
  end
1377
1381
  end
1378
1382
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.214
4
+ version: 1.0.218
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-01 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common