tencentcloud-sdk-lowcode 3.0.590 → 3.0.591

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: dfdf563b6a8c3e73b1ff13db6e99a6cc2d07cc94
4
- data.tar.gz: ab62a8461f3be41a2360bf93efaa3c24293c9549
3
+ metadata.gz: 3e08c31009fee0e42f72e567da85ddd27250491e
4
+ data.tar.gz: d073eb826ed2fb230854d2dca051dce17dac5c79
5
5
  SHA512:
6
- metadata.gz: 3b67b96ecb0b1b924ebe3e1dd48d6caeef45879274ca4f88e2dac78923b563d83885206394a9abc1e0f2e9ae9cedd40395eba684db06e26692179761f71fddb1
7
- data.tar.gz: c77709ce7fbad09980a0dfc11d62db7bae7f6e1634f2e732544279b5975cc116b3f0d3edff850f6a4de41911b15b4472e7f8b31395461bfd8d8a7f91b5e9f233
6
+ metadata.gz: d66de3ddd166b06b033c26353a456d19e45964699d38982a739910d9d064e0104886dedd51bb6e2833f32bb14eead9ac2655538fa609c8979fb18284e60e23fa
7
+ data.tar.gz: 16c9be7e5ebf6b7dc9db82e7e6ca7fc6e98ce884b60e54cfffcee52561ec5ed01253e084a3ec9994942f71710187284907718a9425b2f9f6acc110a4ed9f36a2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -107,7 +107,7 @@ module TencentCloud
107
107
  # @type AuthInfo: :class:`Tencentcloud::Lowcode.v20210108.models.TicketAuthInfo`
108
108
 
109
109
  attr_accessor :Id, :Title, :Name, :Type, :Description, :Schema, :CmsProject, :PkgId, :SchemaVersion, :CreatorId, :CreatedAt, :UpdatedAt, :EnvId, :DataSourceVersion, :AppUsageList, :PublishedAt, :ChildDataSourceIds, :Fun, :ScfStatus, :Methods, :ChildDataSourceNames, :IsNewDataSource, :ViewId, :Configuration, :TemplateCode, :Source, :PublishVersion, :PublishViewId, :SubType, :AuthStatus, :AuthInfo
110
-
110
+
111
111
  def initialize(id=nil, title=nil, name=nil, type=nil, description=nil, schema=nil, cmsproject=nil, pkgid=nil, schemaversion=nil, creatorid=nil, createdat=nil, updatedat=nil, envid=nil, datasourceversion=nil, appusagelist=nil, publishedat=nil, childdatasourceids=nil, fun=nil, scfstatus=nil, methods=nil, childdatasourcenames=nil, isnewdatasource=nil, viewid=nil, configuration=nil, templatecode=nil, source=nil, publishversion=nil, publishviewid=nil, subtype=nil, authstatus=nil, authinfo=nil)
112
112
  @Id = id
113
113
  @Title = title
@@ -195,7 +195,7 @@ module TencentCloud
195
195
  # @type Count: Integer
196
196
 
197
197
  attr_accessor :Rows, :Count
198
-
198
+
199
199
  def initialize(rows=nil, count=nil)
200
200
  @Rows = rows
201
201
  @Count = count
@@ -232,7 +232,7 @@ module TencentCloud
232
232
  # @type OnlineStatusUse: Integer
233
233
 
234
234
  attr_accessor :Id, :Title, :EditStatusUse, :PreviewStatusUse, :OnlineStatusUse
235
-
235
+
236
236
  def initialize(id=nil, title=nil, editstatususe=nil, previewstatususe=nil, onlinestatususe=nil)
237
237
  @Id = id
238
238
  @Title = title
@@ -258,7 +258,7 @@ module TencentCloud
258
258
  # @type LikeTitle: String
259
259
 
260
260
  attr_accessor :LikeName, :LikeTitle
261
-
261
+
262
262
  def initialize(likename=nil, liketitle=nil)
263
263
  @LikeName = likename
264
264
  @LikeTitle = liketitle
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type NotQuerySubTypeList: Array
301
301
 
302
302
  attr_accessor :PageSize, :PageIndex, :EnvId, :Appids, :DataSourceIds, :DataSourceNames, :DataSourceType, :QueryOption, :ViewIds, :AppLinkStatus, :QueryBindToApp, :QueryConnector, :NotQuerySubTypeList
303
-
303
+
304
304
  def initialize(pagesize=nil, pageindex=nil, envid=nil, appids=nil, datasourceids=nil, datasourcenames=nil, datasourcetype=nil, queryoption=nil, viewids=nil, applinkstatus=nil, querybindtoapp=nil, queryconnector=nil, notquerysubtypelist=nil)
305
305
  @PageSize = pagesize
306
306
  @PageIndex = pageindex
@@ -345,7 +345,7 @@ module TencentCloud
345
345
  # @type RequestId: String
346
346
 
347
347
  attr_accessor :Data, :RequestId
348
-
348
+
349
349
  def initialize(data=nil, requestid=nil)
350
350
  @Data = data
351
351
  @RequestId = requestid
@@ -366,7 +366,7 @@ module TencentCloud
366
366
  # @type AuthUser: String
367
367
 
368
368
  attr_accessor :AuthUser
369
-
369
+
370
370
  def initialize(authuser=nil)
371
371
  @AuthUser = authuser
372
372
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lowcode
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.591
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-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common