tencentcloud-sdk-lowcode 3.0.589 → 3.0.591
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/v20210108/models.rb +7 -7
- 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: 3e08c31009fee0e42f72e567da85ddd27250491e
|
4
|
+
data.tar.gz: d073eb826ed2fb230854d2dca051dce17dac5c79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d66de3ddd166b06b033c26353a456d19e45964699d38982a739910d9d064e0104886dedd51bb6e2833f32bb14eead9ac2655538fa609c8979fb18284e60e23fa
|
7
|
+
data.tar.gz: 16c9be7e5ebf6b7dc9db82e7e6ca7fc6e98ce884b60e54cfffcee52561ec5ed01253e084a3ec9994942f71710187284907718a9425b2f9f6acc110a4ed9f36a2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20210108/models.rb
CHANGED
@@ -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.
|
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-
|
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
|