tencentcloud-sdk-cii 1.0.255 → 1.0.259

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: c5f05581f8b62317215d228896f61358a631f241
4
- data.tar.gz: 06d0b570fff0d91fd7a5f49feaa2daef070ea381
3
+ metadata.gz: 0cecd58143c07ae2f207e09691c6e3f3920e02c5
4
+ data.tar.gz: af8940e09a75817dd459b3dfeea427965f13bfad
5
5
  SHA512:
6
- metadata.gz: 59d8161013b419f7c67ec6cff1220032654189422c40389f535ee95a86d58638cf9a66d4940083b76736c2b38d981cf1e39702f11d85a2340465fbefbe7f995d
7
- data.tar.gz: 1cdae95777fd5a650e0d1ce6efed682078fb532f015f20defd9b0296505e36911257917aede18a18678590535824dc57a378be192d7d76cf31132fa283c65523
6
+ metadata.gz: f9806fc616ef007a8392c8105a83df2a9f631c25d1decad9dbb428974c26ff03a3be62682378db2ea9cd4c468555ef6ff7086bb036e0ef56d76d9ce18971dfae
7
+ data.tar.gz: bbf85e9e9a09bdfd69b03c3451c46298219818f5acee952efce60a097a64d0eab2fa431b2829915e236e351ccdb809671627020180c93cf56d66a605752ab640
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.255
1
+ 1.0.259
@@ -1142,14 +1142,17 @@ module TencentCloud
1142
1142
  # @type StructureResult: String
1143
1143
  # @param SubTaskId: 子任务ID
1144
1144
  # @type SubTaskId: String
1145
+ # @param TaskFiles: 任务文件列表
1146
+ # @type TaskFiles: Array
1145
1147
 
1146
- attr_accessor :Code, :TaskType, :StructureResult, :SubTaskId
1148
+ attr_accessor :Code, :TaskType, :StructureResult, :SubTaskId, :TaskFiles
1147
1149
 
1148
- def initialize(code=nil, tasktype=nil, structureresult=nil, subtaskid=nil)
1150
+ def initialize(code=nil, tasktype=nil, structureresult=nil, subtaskid=nil, taskfiles=nil)
1149
1151
  @Code = code
1150
1152
  @TaskType = tasktype
1151
1153
  @StructureResult = structureresult
1152
1154
  @SubTaskId = subtaskid
1155
+ @TaskFiles = taskfiles
1153
1156
  end
1154
1157
 
1155
1158
  def deserialize(params)
@@ -1157,6 +1160,7 @@ module TencentCloud
1157
1160
  @TaskType = params['TaskType']
1158
1161
  @StructureResult = params['StructureResult']
1159
1162
  @SubTaskId = params['SubTaskId']
1163
+ @TaskFiles = params['TaskFiles']
1160
1164
  end
1161
1165
  end
1162
1166
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cii
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.255
4
+ version: 1.0.259
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common