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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180608/models.rb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4853b0f43afd2429dcd7e501da86ef49a839deaa
|
4
|
+
data.tar.gz: ed465db36fd327cbc3fc5ac59d1b216d2e02430e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b22b9442abdbb7620cdcbb8295c6180551ac6ec12852dbc8b61d2c3f7cf3719d0f6dbfb859699d6e2c446e84fd7d8fcf571985f99d8c936e66facad24264ef44
|
7
|
+
data.tar.gz: a602430ddf431a08ddb8d688c8a69cbe5127556fda9cf42531c12496bdb6833cd275688c12742b0b0e7ac5d76529dfc6cb1db7dfbea36276ad3efadb3f6ddbef
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.433
|
data/lib/v20180608/models.rb
CHANGED
@@ -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.
|
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-
|
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
|