tencentcloud-sdk-tcb 1.0.241 → 1.0.242

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: ee302290090623780005d7c8ac569c7acbc9b9a0
4
- data.tar.gz: 8738293dc6c87489f1a5a51a34e023c0ac864c13
3
+ metadata.gz: 935b1117894e4331894610e96837932d366131ed
4
+ data.tar.gz: 7082ca8f09b00b2daa544d8bc38f48f1ec3de8db
5
5
  SHA512:
6
- metadata.gz: 50227be80c8f6d82998f81f6cf9f0a7d67a8c411bb5dbe3a7ae5c95fb62283f468b3a22a783600c341cc8328cd9547d1a76d1133096f0294a1c95c9bd777f1ab
7
- data.tar.gz: 5034af5836ad79336d6b448c4f73a90b8cb9716bdbca7776117bb1c791fecd5a5216b7d724eb778fa9e8996902df7840fa11d7420e2c9116a76014989df8ebeb
6
+ metadata.gz: f0c6e102ac0f7053e56ed8903a50c55be185a6330fb06ae09e31eee023e6e531dc8da92e31a9c01a2b61bb28f16d2d72385a13e2bdb0c281f7f4abab0ac463d4
7
+ data.tar.gz: 84ea05b04b7c95035873da921fcb4be8a7182a9a14d2c54a269808c24f77fd9283761719534464894d550ef6e40a435cc2954c01829df4691bcb1fdbae50abb1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.241
1
+ 1.0.242
@@ -2135,19 +2135,23 @@ module TencentCloud
2135
2135
  # @type EnvId: String
2136
2136
  # @param WxAppId: 微信appid
2137
2137
  # @type WxAppId: String
2138
+ # @param DbVersion: mysql内核版本,支持5.7,8.0
2139
+ # @type DbVersion: String
2138
2140
 
2139
- attr_accessor :AccountPassword, :EnvId, :WxAppId
2141
+ attr_accessor :AccountPassword, :EnvId, :WxAppId, :DbVersion
2140
2142
 
2141
- def initialize(accountpassword=nil, envid=nil, wxappid=nil)
2143
+ def initialize(accountpassword=nil, envid=nil, wxappid=nil, dbversion=nil)
2142
2144
  @AccountPassword = accountpassword
2143
2145
  @EnvId = envid
2144
2146
  @WxAppId = wxappid
2147
+ @DbVersion = dbversion
2145
2148
  end
2146
2149
 
2147
2150
  def deserialize(params)
2148
2151
  @AccountPassword = params['AccountPassword']
2149
2152
  @EnvId = params['EnvId']
2150
2153
  @WxAppId = params['WxAppId']
2154
+ @DbVersion = params['DbVersion']
2151
2155
  end
2152
2156
  end
2153
2157
 
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.241
4
+ version: 1.0.242
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-13 00:00:00.000000000 Z
11
+ date: 2022-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common