tencentcloud-sdk-wedata 3.0.648 → 3.0.650
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: 3f5f1dc4eeb35a8b705858f55ba16a06bd77f635
|
4
|
+
data.tar.gz: 311155b8b30e93c7f3ed158af100b35124a236f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98fe6769f9dd061b99043453bd6ce052c2e5546516a65a66e8a95b3b043eae2b6bc7b9772357d9378dec484044448559c7f41e217fb0f286cbc9777cfcd92d0d
|
7
|
+
data.tar.gz: e52a5ed5cf1f46600277e69c944f80130f78e3f10b844a7404112a475fbf7a6b0329c7986ec9982ab5828c2011256cc25611b3ad9b0e8469b764d962b8fad2e9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.650
|
data/lib/v20210820/models.rb
CHANGED
@@ -5063,10 +5063,13 @@ module TencentCloud
|
|
5063
5063
|
# @param ModifiedTime: 修改时间
|
5064
5064
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5065
5065
|
# @type ModifiedTime: Integer
|
5066
|
+
# @param ShowType: 数据源页面展示类型,与Type对应
|
5067
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5068
|
+
# @type ShowType: String
|
5066
5069
|
|
5067
|
-
attr_accessor :DatabaseName, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :AppId, :BizParams, :Category, :Display, :OwnerAccount, :Params, :Status, :OwnerAccountName, :ClusterName, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :AuthorityProjectName, :AuthorityUserName, :Edit, :Author, :Deliver, :DataSourceStatus, :CreateTime, :ParamsString, :BizParamsString, :ModifiedTime
|
5070
|
+
attr_accessor :DatabaseName, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :AppId, :BizParams, :Category, :Display, :OwnerAccount, :Params, :Status, :OwnerAccountName, :ClusterName, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :AuthorityProjectName, :AuthorityUserName, :Edit, :Author, :Deliver, :DataSourceStatus, :CreateTime, :ParamsString, :BizParamsString, :ModifiedTime, :ShowType
|
5068
5071
|
|
5069
|
-
def initialize(databasename=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, appid=nil, bizparams=nil, category=nil, display=nil, owneraccount=nil, params=nil, status=nil, owneraccountname=nil, clustername=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, authorityprojectname=nil, authorityusername=nil, edit=nil, author=nil, deliver=nil, datasourcestatus=nil, createtime=nil, paramsstring=nil, bizparamsstring=nil, modifiedtime=nil)
|
5072
|
+
def initialize(databasename=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, appid=nil, bizparams=nil, category=nil, display=nil, owneraccount=nil, params=nil, status=nil, owneraccountname=nil, clustername=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, authorityprojectname=nil, authorityusername=nil, edit=nil, author=nil, deliver=nil, datasourcestatus=nil, createtime=nil, paramsstring=nil, bizparamsstring=nil, modifiedtime=nil, showtype=nil)
|
5070
5073
|
@DatabaseName = databasename
|
5071
5074
|
@Description = description
|
5072
5075
|
@ID = id
|
@@ -5097,6 +5100,7 @@ module TencentCloud
|
|
5097
5100
|
@ParamsString = paramsstring
|
5098
5101
|
@BizParamsString = bizparamsstring
|
5099
5102
|
@ModifiedTime = modifiedtime
|
5103
|
+
@ShowType = showtype
|
5100
5104
|
end
|
5101
5105
|
|
5102
5106
|
def deserialize(params)
|
@@ -5130,6 +5134,7 @@ module TencentCloud
|
|
5130
5134
|
@ParamsString = params['ParamsString']
|
5131
5135
|
@BizParamsString = params['BizParamsString']
|
5132
5136
|
@ModifiedTime = params['ModifiedTime']
|
5137
|
+
@ShowType = params['ShowType']
|
5133
5138
|
end
|
5134
5139
|
end
|
5135
5140
|
|
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.650
|
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-
|
11
|
+
date: 2023-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|