tencentcloud-sdk-wedata 3.0.871 → 3.0.873
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: 3a0ab687cf6e3871693fc4af391eea2d8bbb48e6
|
4
|
+
data.tar.gz: d57bc15eab33f2f51364e28f1cdddb5f242f1dbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a887dacf2a778ff2cb7e6461d6defc2764117a4dce9a73895be355ec4cd21543374f7931f15ae8617fb64e221704ab8356c5b771d48723775eab836e6d77b4b8
|
7
|
+
data.tar.gz: 297af19684759c0405dd5fcf6a2be03787f3b369ff0215b715a3f4bc3b66945c441730d3418fd8752ad5c4d1f85ed99b56ad01986d9b4ead6e2d31b5074d7c29
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.873
|
data/lib/v20210820/models.rb
CHANGED
@@ -19690,10 +19690,13 @@ module TencentCloud
|
|
19690
19690
|
# @param OwnerUserIdsStr: 公有云 Owner ID 列表
|
19691
19691
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
19692
19692
|
# @type OwnerUserIdsStr: Array
|
19693
|
+
# @param EnvType: 数据库环境
|
19694
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19695
|
+
# @type EnvType: String
|
19693
19696
|
|
19694
|
-
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
|
19697
|
+
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, :EnvType
|
19695
19698
|
|
19696
|
-
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)
|
19699
|
+
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, envtype=nil)
|
19697
19700
|
@Name = name
|
19698
19701
|
@DisplayName = displayname
|
19699
19702
|
@LayerPath = layerpath
|
@@ -19722,6 +19725,7 @@ module TencentCloud
|
|
19722
19725
|
@Tag = tag
|
19723
19726
|
@OperatorUserIdsStr = operatoruseridsstr
|
19724
19727
|
@OwnerUserIdsStr = owneruseridsstr
|
19728
|
+
@EnvType = envtype
|
19725
19729
|
end
|
19726
19730
|
|
19727
19731
|
def deserialize(params)
|
@@ -19760,6 +19764,7 @@ module TencentCloud
|
|
19760
19764
|
@Tag = params['Tag']
|
19761
19765
|
@OperatorUserIdsStr = params['OperatorUserIdsStr']
|
19762
19766
|
@OwnerUserIdsStr = params['OwnerUserIdsStr']
|
19767
|
+
@EnvType = params['EnvType']
|
19763
19768
|
end
|
19764
19769
|
end
|
19765
19770
|
|
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.873
|
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-07-
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|