tencentcloud-sdk-wedata 3.0.838 → 3.0.840

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65e76a2caee3608069d63efdf98287f8325686b3
4
- data.tar.gz: 36c82936c974dbe944b1909290d4d5f84dede88c
3
+ metadata.gz: a4337d301da5a980ff33d771698295e96dcde46f
4
+ data.tar.gz: 933a5ae049e1d5c97e1b3bb06f77f7d58cb788f7
5
5
  SHA512:
6
- metadata.gz: bb16deb2c7b80df100483f3a103292ce1ba407a88a30a3bf8b1c3dcf580a275f9a875dc57d76a4aaed9d743ce061fc936559a8007fa5b85a1e8316f74e43bc4f
7
- data.tar.gz: a2bf719158f38c54f738a98c4fd628c212675e2efebd9d7283773e909f27cba21118b19f00afac4e5ecf95425ebcf652f04442449201606ef5c77cc88f00ccab
6
+ metadata.gz: 32c1d4197e71eb6a529ce5ec41d63fce39984b5ea81421ca2be09a6332bd9f88dcb102810c44ee4d6bee4b0725774cfca0b1d5b1968e5b14eabd23aff0330e55
7
+ data.tar.gz: 6ac78a2e46756bdb80d3d73b20d03ad711b7eb80e85cee13b4fe37e67793386bb08abfd2a6de87336eb42013158d01ab574e88f3e100986a88122786b3bbfd75
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.838
1
+ 3.0.840
@@ -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.838
4
+ version: 3.0.840
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-05 00:00:00.000000000 Z
11
+ date: 2024-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common