tencentcloud-sdk-wedata 3.0.838 → 3.0.839
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 +12 -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: c096f6a58a0422aea8cebcb2896e87e7d6e0caee
|
|
4
|
+
data.tar.gz: fa54f2b7745b7db3d7a888f9375dd3e5ab5caae2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72fe187635f497015879fdab51df129def4537f940f716d7835e4cfc166e0c4f7a453f62a9c569ea403b70721d6f0e001bb4b1dee9a3c7e879a06b85f9e95140
|
|
7
|
+
data.tar.gz: 71d21b9ef2210a38ac78dba6e6a5c0070f975cd3b8061b5b3bb56de91e989ee378f18388d7bb81807c80d80f6ed8bc7432bc675596548e5e763f55cbb92df09b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.839
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -19271,10 +19271,16 @@ module TencentCloud
|
|
|
19271
19271
|
# @param Tag: 函数tag
|
|
19272
19272
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
19273
19273
|
# @type Tag: String
|
|
19274
|
+
# @param OperatorUserIdsStr: 操作人 ID 列表
|
|
19275
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
19276
|
+
# @type OperatorUserIdsStr: Array
|
|
19277
|
+
# @param OwnerUserIdsStr: 公有云 Owner ID 列表
|
|
19278
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
19279
|
+
# @type OwnerUserIdsStr: Array
|
|
19274
19280
|
|
|
19275
|
-
attr_accessor :Name, :DisplayName, :LayerPath, :ParentLayerPath, :Type, :Kind, :Category, :Status, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example, :ClusterIdentifier, :FuncId, :ClassName, :ResourceList, :OperatorUserIds, :OwnerUserIds, :DbName, :SubmitErrorMsg, :SchemaName, :CommandFormat, :OwnerName, :SubmitTimestamp, :Tag
|
|
19281
|
+
attr_accessor :Name, :DisplayName, :LayerPath, :ParentLayerPath, :Type, :Kind, :Category, :Status, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example, :ClusterIdentifier, :FuncId, :ClassName, :ResourceList, :OperatorUserIds, :OwnerUserIds, :DbName, :SubmitErrorMsg, :SchemaName, :CommandFormat, :OwnerName, :SubmitTimestamp, :Tag, :OperatorUserIdsStr, :OwnerUserIdsStr
|
|
19276
19282
|
|
|
19277
|
-
def initialize(name=nil, displayname=nil, layerpath=nil, parentlayerpath=nil, type=nil, kind=nil, category=nil, status=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil, clusteridentifier=nil, funcid=nil, classname=nil, resourcelist=nil, operatoruserids=nil, owneruserids=nil, dbname=nil, submiterrormsg=nil, schemaname=nil, commandformat=nil, ownername=nil, submittimestamp=nil, tag=nil)
|
|
19283
|
+
def initialize(name=nil, displayname=nil, layerpath=nil, parentlayerpath=nil, type=nil, kind=nil, category=nil, status=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil, clusteridentifier=nil, funcid=nil, classname=nil, resourcelist=nil, operatoruserids=nil, owneruserids=nil, dbname=nil, submiterrormsg=nil, schemaname=nil, commandformat=nil, ownername=nil, submittimestamp=nil, tag=nil, operatoruseridsstr=nil, owneruseridsstr=nil)
|
|
19278
19284
|
@Name = name
|
|
19279
19285
|
@DisplayName = displayname
|
|
19280
19286
|
@LayerPath = layerpath
|
|
@@ -19301,6 +19307,8 @@ module TencentCloud
|
|
|
19301
19307
|
@OwnerName = ownername
|
|
19302
19308
|
@SubmitTimestamp = submittimestamp
|
|
19303
19309
|
@Tag = tag
|
|
19310
|
+
@OperatorUserIdsStr = operatoruseridsstr
|
|
19311
|
+
@OwnerUserIdsStr = owneruseridsstr
|
|
19304
19312
|
end
|
|
19305
19313
|
|
|
19306
19314
|
def deserialize(params)
|
|
@@ -19337,6 +19345,8 @@ module TencentCloud
|
|
|
19337
19345
|
@OwnerName = params['OwnerName']
|
|
19338
19346
|
@SubmitTimestamp = params['SubmitTimestamp']
|
|
19339
19347
|
@Tag = params['Tag']
|
|
19348
|
+
@OperatorUserIdsStr = params['OperatorUserIdsStr']
|
|
19349
|
+
@OwnerUserIdsStr = params['OwnerUserIdsStr']
|
|
19340
19350
|
end
|
|
19341
19351
|
end
|
|
19342
19352
|
|
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.839
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-06-
|
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|