tencentcloud-sdk-wedata 3.0.533 → 3.0.535

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e62548b707a8c9a1c1a9d06b917ee3255f26ddf
4
- data.tar.gz: 18f0a6ce52cd14ed61bd61d10a223d358f52ffa2
3
+ metadata.gz: e5d0070dd5477e0f8979020f45a3313bbc3fb81f
4
+ data.tar.gz: 5158b83e696446b0afc6fd8463c0f1d241766228
5
5
  SHA512:
6
- metadata.gz: 5e20af625571eac9eb6ac4bd130a2302198e1ff27c2aa6ff3343a6e03e0fed1c747af6da66bb041abafbabacc3008d228441d3730cc65ae2366557f9b2c02160
7
- data.tar.gz: 499c0cc76dde01dc7c9861f04f4cf8526e6a9c3343e6c71cf192fce9c1b8f90e7df6850a45509f3e93d6cc9da83dd2eb56377a7e33b82894315b139ed04b8d88
6
+ metadata.gz: ea0ba82a7fdcf0c5af37a9297528d4ed4a406b9956ebce026dac220cbf62b13b941976b1ece56299b819f758e72b6d8d68d150942b5b788c3a2a34685656449e
7
+ data.tar.gz: c7a2449d07b08f4896ef0b767991a04d93ac4425c7b62ad058826f0c3fde3109e7faa74cbd88618701c182fa63efe234a316270a4e8a282ae83e8a80a8220e65
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.533
1
+ 3.0.535
@@ -2370,19 +2370,24 @@ module TencentCloud
2370
2370
 
2371
2371
  # CreateOfflineTask返回参数结构体
2372
2372
  class CreateOfflineTaskResponse < TencentCloud::Common::AbstractModel
2373
+ # @param TaskId: 任务ID
2374
+ # 注意:此字段可能返回 null,表示取不到有效值。
2375
+ # @type TaskId: String
2373
2376
  # @param Data: 结果
2374
2377
  # @type Data: String
2375
2378
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2376
2379
  # @type RequestId: String
2377
2380
 
2378
- attr_accessor :Data, :RequestId
2381
+ attr_accessor :TaskId, :Data, :RequestId
2379
2382
 
2380
- def initialize(data=nil, requestid=nil)
2383
+ def initialize(taskid=nil, data=nil, requestid=nil)
2384
+ @TaskId = taskid
2381
2385
  @Data = data
2382
2386
  @RequestId = requestid
2383
2387
  end
2384
2388
 
2385
2389
  def deserialize(params)
2390
+ @TaskId = params['TaskId']
2386
2391
  @Data = params['Data']
2387
2392
  @RequestId = params['RequestId']
2388
2393
  end
@@ -15645,10 +15650,8 @@ module TencentCloud
15645
15650
  # @param ExecutionSpace: 执行空间 "DRY_RUN"
15646
15651
  # @type ExecutionSpace: Integer
15647
15652
  # @param ProductName: 产品名称,可选
15648
- # 注意:此字段可能返回 null,表示取不到有效值。
15649
15653
  # @type ProductName: Integer
15650
15654
  # @param ResourceGroup: 资源组
15651
- # 注意:此字段可能返回 null,表示取不到有效值。
15652
15655
  # @type ResourceGroup: Integer
15653
15656
 
15654
15657
  attr_accessor :ExecutionSpace, :ProductName, :ResourceGroup
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.533
4
+ version: 3.0.535
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-03-20 00:00:00.000000000 Z
11
+ date: 2023-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common