tencentcloud-sdk-tcb 3.0.431 → 3.0.433

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: 99efb3ae3d15e2046f3f69c1d98a2af512673f4e
4
- data.tar.gz: 8f3c86ecff7414de9c846fbfe3e8c46c0ef14445
3
+ metadata.gz: 4853b0f43afd2429dcd7e501da86ef49a839deaa
4
+ data.tar.gz: ed465db36fd327cbc3fc5ac59d1b216d2e02430e
5
5
  SHA512:
6
- metadata.gz: 52766296401f4a29abcfb287b0a6556bf172cfce3a8e92ed107bf3ff1a202711dfbbab8a1bfda49fbfe6d32d0cabdd0fa1215c26cdc7205dec3a0e65e7629371
7
- data.tar.gz: 34961ffcbff7074566359239b441ad60b1cd4e17db43dea54e0d7b16617c28512c49aad8dfc07eafa98cc0e8084ff79ef6d807cd068635d0729ccb178fed3fb0
6
+ metadata.gz: b22b9442abdbb7620cdcbb8295c6180551ac6ec12852dbc8b61d2c3f7cf3719d0f6dbfb859699d6e2c446e84fd7d8fcf571985f99d8c936e66facad24264ef44
7
+ data.tar.gz: a602430ddf431a08ddb8d688c8a69cbe5127556fda9cf42531c12496bdb6833cd275688c12742b0b0e7ac5d76529dfc6cb1db7dfbea36276ad3efadb3f6ddbef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.431
1
+ 3.0.433
@@ -2201,14 +2201,19 @@ module TencentCloud
2201
2201
  # @type WxAppId: String
2202
2202
  # @param DbVersion: mysql内核版本,支持5.7,8.0
2203
2203
  # @type DbVersion: String
2204
+ # @param LowerCaseTableName: 0: 非大小写敏感
2205
+ # 1: 大小写敏感
2206
+ # 默认 0
2207
+ # @type LowerCaseTableName: String
2204
2208
 
2205
- attr_accessor :AccountPassword, :EnvId, :WxAppId, :DbVersion
2209
+ attr_accessor :AccountPassword, :EnvId, :WxAppId, :DbVersion, :LowerCaseTableName
2206
2210
 
2207
- def initialize(accountpassword=nil, envid=nil, wxappid=nil, dbversion=nil)
2211
+ def initialize(accountpassword=nil, envid=nil, wxappid=nil, dbversion=nil, lowercasetablename=nil)
2208
2212
  @AccountPassword = accountpassword
2209
2213
  @EnvId = envid
2210
2214
  @WxAppId = wxappid
2211
2215
  @DbVersion = dbversion
2216
+ @LowerCaseTableName = lowercasetablename
2212
2217
  end
2213
2218
 
2214
2219
  def deserialize(params)
@@ -2216,6 +2221,7 @@ module TencentCloud
2216
2221
  @EnvId = params['EnvId']
2217
2222
  @WxAppId = params['WxAppId']
2218
2223
  @DbVersion = params['DbVersion']
2224
+ @LowerCaseTableName = params['LowerCaseTableName']
2219
2225
  end
2220
2226
  end
2221
2227
 
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: 3.0.431
4
+ version: 3.0.433
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-10-19 00:00:00.000000000 Z
11
+ date: 2022-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common