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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c1d83a4a9c625ad54758e57d29ab0c763c04b69
4
- data.tar.gz: 7a0d2bb39fd022aba3fbe95e899acb961601607e
3
+ metadata.gz: 3f5f1dc4eeb35a8b705858f55ba16a06bd77f635
4
+ data.tar.gz: 311155b8b30e93c7f3ed158af100b35124a236f9
5
5
  SHA512:
6
- metadata.gz: e4762622c6d792f2ba221a67c9cd68c1fa35677927a60c235b0465371f8166ec4b55acd7eee5c86c6567beccd594c09c505e56e0d9837aa8ebe0a7c7f5193798
7
- data.tar.gz: 908b226e3c8864d319de700b6bf76e2783f1552e705c81267e828629a0f4e1655884437422b2a6a57fbd8f600753fede0b8122bb83b624ee87940920d16bb3d4
6
+ metadata.gz: 98fe6769f9dd061b99043453bd6ce052c2e5546516a65a66e8a95b3b043eae2b6bc7b9772357d9378dec484044448559c7f41e217fb0f286cbc9777cfcd92d0d
7
+ data.tar.gz: e52a5ed5cf1f46600277e69c944f80130f78e3f10b844a7404112a475fbf7a6b0329c7986ec9982ab5828c2011256cc25611b3ad9b0e8469b764d962b8fad2e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.648
1
+ 3.0.650
@@ -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.648
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-30 00:00:00.000000000 Z
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