tencentcloud-sdk-wedata 3.0.871 → 3.0.872

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72701814cf5f0b8ef775dfa67e8afbac4db43ac3
4
- data.tar.gz: b546f11b874f1fb6c544c0d455cc2c4001155c93
3
+ metadata.gz: 21e778877913f823bd2dd62f467a7dd574ca0837
4
+ data.tar.gz: 5be3b606d4ee12c876670211a52d13ab86002a94
5
5
  SHA512:
6
- metadata.gz: 507c8b30f2f718acaaf3573881ed350728d162cfcd1478930d2b636c1e2a737ec522a8aa352ee157d89e94a21299e19fbff6b1a57607c9c4318403d5648d8ea3
7
- data.tar.gz: c530780e1b77f0d6392aa31cf85aff402e4da263f89bdce63571b7ea7bae6f79adbf70371eaf64d4db38c26c2d2c01faa74e531dd1e10f917f74ad571ba94d0b
6
+ metadata.gz: 1bac6c3967bb5b606598d59c7a9a921d0742feda060e7959e2767c18d183243ee6c3b3c670e7966b7b8b99a0129571c57b7228e8019243a7856e85c2e2c4df92
7
+ data.tar.gz: bf40c1009fa0a6d72d5ea7540147f4275201a8507c7981939129995ebe48b38ceb5fb934046850d13d6aa1ab67050b7aa19f750d0dbc591d3db3ee200eed2051
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.871
1
+ 3.0.872
@@ -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.871
4
+ version: 3.0.872
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-23 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common