tencentcloud-sdk-cii 1.0.257 → 1.0.258
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210408/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e81245c8dbfb6b13930204420ae047634069cf26
|
|
4
|
+
data.tar.gz: 03f47a3f23b8e1181a12780b2b19c4dc7fd25a28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a0df6a318e4770c9a8260432c6b7f1d3a1e824da0f4446669f42e9bdf419a8de86e39bd06812ebb0cc2606511b670c9b6e1af0af7fc24ed8ad48f23a93d342f
|
|
7
|
+
data.tar.gz: 97faeea3821b583ab70c122699379ff66b10d590f730d04bff7a82ec4c950b05014a9d935c0dc7b4cf68eb38a3d0f5afc5e244ef9d28fe7ee4d98741338b9939
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.258
|
data/lib/v20210408/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 1.0.258
|
|
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-
|
|
11
|
+
date: 2022-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|