tencentcloud-sdk-wedata 3.0.648 → 3.0.649
Sign up to get free protection for your applications and to get access to all the features.
- 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: de3476f69a9e5137ab3353b21be532446180db03
|
4
|
+
data.tar.gz: c395e83aa8f44b60243aed10b609972c8dfa114a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5468852834a15cb787c76da5074b2f641638fb848052ce28d16092ea65abb6c7c25f5be4e447dca75de07d7dfa96ca2aeb5f335fe12484650622e5f1a625272b
|
7
|
+
data.tar.gz: 32a2c6dac342df5a54be607e5f29b935ff94b145473ae5cd321d76ace05a2004f6b27411ff3de1533bfb65e2677da491053a91ace5199653c3718f1dc0b04385
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.649
|
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.649
|
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
|