tencentcloud-sdk-cfg 3.0.799 → 3.0.800
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/v20210820/models.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e836df7650241d3eecf639bd6d04e8642a85093
|
|
4
|
+
data.tar.gz: 3b35adff7a4bddfb899a1e4c6aeec024288d6a2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 025c4d0213370d87bc382135fd83baf1a5aa0932c2ac8d519907a176e3fba32a8137d1fd65e3ccf188d4c5fa1e5ed12ec640672afd736b0cd8df7ebd4b9d5691
|
|
7
|
+
data.tar.gz: 817b74a9f57ff5e60f5726b619e1cc94844112c372b56ab5446de742385d866c17fe14cdd7db8b41f30d7e6eb67252d2be8a6c4b9a524937a2b3e3c98f8e426a
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.800
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -1279,8 +1279,8 @@ module TencentCloud
|
|
|
1279
1279
|
|
|
1280
1280
|
attr_accessor :TaskGroupInstanceId, :TaskGroupInstanceObjectId, :TaskGroupInstanceStatus, :TaskGroupInstanceCreateTime, :TaskGroupInstanceUpdateTime, :TaskGroupInstanceStatusType, :TaskGroupInstanceStartTime, :TaskGroupInstanceEndTime, :TaskGroupInstanceExecuteLog, :TaskGroupInstanceIsRedo, :TaskGroupInstanceExecuteTime
|
|
1281
1281
|
extend Gem::Deprecate
|
|
1282
|
-
deprecate :TaskGroupInstanceExecuteLog, :none, 2024,
|
|
1283
|
-
deprecate :TaskGroupInstanceExecuteLog=, :none, 2024,
|
|
1282
|
+
deprecate :TaskGroupInstanceExecuteLog, :none, 2024, 4
|
|
1283
|
+
deprecate :TaskGroupInstanceExecuteLog=, :none, 2024, 4
|
|
1284
1284
|
|
|
1285
1285
|
def initialize(taskgroupinstanceid=nil, taskgroupinstanceobjectid=nil, taskgroupinstancestatus=nil, taskgroupinstancecreatetime=nil, taskgroupinstanceupdatetime=nil, taskgroupinstancestatustype=nil, taskgroupinstancestarttime=nil, taskgroupinstanceendtime=nil, taskgroupinstanceexecutelog=nil, taskgroupinstanceisredo=nil, taskgroupinstanceexecutetime=nil)
|
|
1286
1286
|
@TaskGroupInstanceId = taskgroupinstanceid
|