tencentcloud-sdk-wedata 3.0.730 → 3.0.731

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: 75730e74105e4491d29c6f370f71b4b45785123c
4
- data.tar.gz: a112d8f5efa2a49c91b2ecbfbb37048ccc83c6fa
3
+ metadata.gz: a21f68413893d0e19c174d084b72aeec942d818c
4
+ data.tar.gz: 83d082f40d1a9c33c49811f77fa05f36f2d9da4f
5
5
  SHA512:
6
- metadata.gz: 0e23b542bd633d2ee31fabc31697067c72065533cb6042f1b455873777ee8510b43a46cbe381765796e05fe69dd1697c0807f1eb886eb08a84fa32d166b9a9bc
7
- data.tar.gz: 069796485352a2542c4436129bf7e91df803fb0cbf2fe8a12cab3c0eaf2361620c2481b86f48867d80e4dd5b03429fa357a962f6e426fdea64ce7fb74d4693b9
6
+ metadata.gz: 62cfa6ae37e7745ce27917cf1ee13a913ed42f5de34d0d6d53ea5ef7cb7fc1e91d6413f79590c59f0d176d6d399ba869b921b74962c656587dbd2ecef41b9031
7
+ data.tar.gz: 780807329b2b025679801ca26122d617364cd8a88c1a0b8d0fb2853feba297891424da3148647106a6ca90821a1409be3a5ceebc2159198adf369b400b524eae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.730
1
+ 3.0.731
@@ -20692,10 +20692,13 @@ module TencentCloud
20692
20692
  # @param InstanceStatus: 实例状态 COMPLETED 完成 FAILED失败重试 EXPIRED失败 RUNNING运行中
20693
20693
  # 注意:此字段可能返回 null,表示取不到有效值。
20694
20694
  # @type InstanceStatus: String
20695
+ # @param CodeFileName: 实例代码文件,为空表示对应代码文件不存在,可能是因为执行机未升级/对应类型任务无代码。
20696
+ # 注意:此字段可能返回 null,表示取不到有效值。
20697
+ # @type CodeFileName: String
20695
20698
 
20696
- attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus
20699
+ attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus, :CodeFileName
20697
20700
 
20698
- def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil)
20701
+ def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil, codefilename=nil)
20699
20702
  @TaskId = taskid
20700
20703
  @CurRunDate = currundate
20701
20704
  @Tries = tries
@@ -20708,6 +20711,7 @@ module TencentCloud
20708
20711
  @TaskName = taskname
20709
20712
  @CostTime = costtime
20710
20713
  @InstanceStatus = instancestatus
20714
+ @CodeFileName = codefilename
20711
20715
  end
20712
20716
 
20713
20717
  def deserialize(params)
@@ -20723,6 +20727,7 @@ module TencentCloud
20723
20727
  @TaskName = params['TaskName']
20724
20728
  @CostTime = params['CostTime']
20725
20729
  @InstanceStatus = params['InstanceStatus']
20730
+ @CodeFileName = params['CodeFileName']
20726
20731
  end
20727
20732
  end
20728
20733
 
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.730
4
+ version: 3.0.731
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-12-18 00:00:00.000000000 Z
11
+ date: 2023-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common