tencentcloud-sdk-wedata 3.0.637 → 3.0.638

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9808a7acb526359e80f35e07e13e63c29373dc12
4
- data.tar.gz: f56356ab09932bfa712869b78fb1e6721048c2e5
3
+ metadata.gz: ab355ddcabfa4566d64189a669faa99d962171fb
4
+ data.tar.gz: 1f98b810092c8890bd0b975652bdb77e3dee224b
5
5
  SHA512:
6
- metadata.gz: c14f7d5c77018dccf329e193144b168da883f2230008059d55de1b85a74767e186b6fd2170ea3df95f084dae3c3b239a69e397fffed35daf67b1d998e01ee336
7
- data.tar.gz: 1c7509be270235c7fe4d7e71aa3a64db0dac7818133ba63442812bcdf0ad0634925ec8c204047b1043be2aaa985ab66a8a64a7ab048e68c1a00c555f9ae456fe
6
+ metadata.gz: e4167b68343fdcb3585ba68fd0ece633e2a021b688df9b4c0cfc048cdd91cc131aee1023def8ee7a04c6cc9c30aa9341197b1c431fec6b83c2d75f1191e9c72c
7
+ data.tar.gz: 34e100e36d1a3534a065434fe0234e23632bd91ac9eaf43daa0029bacd72301c4e52627a78fc6b6d873e7858fb7c835d19b140dfbd6fc51605a37f2ce40b1545
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.637
1
+ 3.0.638
@@ -14390,16 +14390,19 @@ module TencentCloud
14390
14390
  # @type ExtParams: Array
14391
14391
  # @param IgnoreTemp: 是否过滤临时表,默认true
14392
14392
  # @type IgnoreTemp: Boolean
14393
+ # @param RecursiveSecond: 是否递归查询二级节点数目,默认为true
14394
+ # @type RecursiveSecond: Boolean
14393
14395
 
14394
- attr_accessor :Direction, :Data, :InputDepth, :OutputDepth, :ExtParams, :IgnoreTemp
14396
+ attr_accessor :Direction, :Data, :InputDepth, :OutputDepth, :ExtParams, :IgnoreTemp, :RecursiveSecond
14395
14397
 
14396
- def initialize(direction=nil, data=nil, inputdepth=nil, outputdepth=nil, extparams=nil, ignoretemp=nil)
14398
+ def initialize(direction=nil, data=nil, inputdepth=nil, outputdepth=nil, extparams=nil, ignoretemp=nil, recursivesecond=nil)
14397
14399
  @Direction = direction
14398
14400
  @Data = data
14399
14401
  @InputDepth = inputdepth
14400
14402
  @OutputDepth = outputdepth
14401
14403
  @ExtParams = extparams
14402
14404
  @IgnoreTemp = ignoretemp
14405
+ @RecursiveSecond = recursivesecond
14403
14406
  end
14404
14407
 
14405
14408
  def deserialize(params)
@@ -14419,6 +14422,7 @@ module TencentCloud
14419
14422
  end
14420
14423
  end
14421
14424
  @IgnoreTemp = params['IgnoreTemp']
14425
+ @RecursiveSecond = params['RecursiveSecond']
14422
14426
  end
14423
14427
  end
14424
14428
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.637
4
+ version: 3.0.638
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-08-16 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common