tencentcloud-sdk-wedata 3.0.567 → 3.0.569
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/v20210820/models.rb +7 -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: d1826c8d6055bc3821aeef22b1de04a9ab18f43a
|
4
|
+
data.tar.gz: 89892a41b21951cd8a0f17f7f75471f6519288f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6818534951c3fb0f7e0cb86008c33233d5f0680564334b30d1ce40f80eeab7ad96f006016d71f159874249f0e2b45d66cb5b2ec33ba01303479c293e1fe0bf4
|
7
|
+
data.tar.gz: 4e253cc188d095140de38753676562ebb00acbbd887db6737c4f74b9e0613c6b0e00be178092ec5398d0921d5da143328a4874140ed483f4ded209f528207573
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.569
|
data/lib/v20210820/models.rb
CHANGED
@@ -3234,10 +3234,13 @@ module TencentCloud
|
|
3234
3234
|
# @param ClusterId: 数据源所属的集群id
|
3235
3235
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3236
3236
|
# @type ClusterId: String
|
3237
|
+
# @param Version: 数据源版本信息
|
3238
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3239
|
+
# @type Version: String
|
3237
3240
|
|
3238
|
-
attr_accessor :DatabaseNames, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId
|
3241
|
+
attr_accessor :DatabaseNames, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :Version
|
3239
3242
|
|
3240
|
-
def initialize(databasenames=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil)
|
3243
|
+
def initialize(databasenames=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, version=nil)
|
3241
3244
|
@DatabaseNames = databasenames
|
3242
3245
|
@Description = description
|
3243
3246
|
@ID = id
|
@@ -3246,6 +3249,7 @@ module TencentCloud
|
|
3246
3249
|
@Region = region
|
3247
3250
|
@Type = type
|
3248
3251
|
@ClusterId = clusterid
|
3252
|
+
@Version = version
|
3249
3253
|
end
|
3250
3254
|
|
3251
3255
|
def deserialize(params)
|
@@ -3257,6 +3261,7 @@ module TencentCloud
|
|
3257
3261
|
@Region = params['Region']
|
3258
3262
|
@Type = params['Type']
|
3259
3263
|
@ClusterId = params['ClusterId']
|
3264
|
+
@Version = params['Version']
|
3260
3265
|
end
|
3261
3266
|
end
|
3262
3267
|
|
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.
|
4
|
+
version: 3.0.569
|
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-05-
|
11
|
+
date: 2023-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|