tencentcloud-sdk-cfg 3.0.1031 → 3.0.1032
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: fa4438cd63db39f27b65a06e80a2990a2ffcb56b
|
4
|
+
data.tar.gz: 3cd7bd20c4b9ec5e3020ecab4e4b299a8f6c0b94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62c4948671e6db7a656033e38ea9a64177c52271645b0fb33058910422ac2fbbae92b7eea6c666eb0e910f4b19905133cdd244fab65a7dcd3c26c359914c24ca
|
7
|
+
data.tar.gz: c840479ba918339ed9584806d76122da943f4214c5d59795aed79757937c0a7cc76d73670c7b62b41b43c38c092db99140acf9a3652f76da116b47fea43e8718
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1032
|
data/lib/v20210820/models.rb
CHANGED
@@ -2048,8 +2048,8 @@ module TencentCloud
|
|
2048
2048
|
|
2049
2049
|
attr_accessor :TaskGroupInstanceId, :TaskGroupInstanceObjectId, :TaskGroupInstanceStatus, :TaskGroupInstanceCreateTime, :TaskGroupInstanceUpdateTime, :TaskGroupInstanceStatusType, :TaskGroupInstanceStartTime, :TaskGroupInstanceEndTime, :TaskGroupInstanceExecuteLog, :TaskGroupInstanceIsRedo, :TaskGroupInstanceExecuteTime
|
2050
2050
|
extend Gem::Deprecate
|
2051
|
-
deprecate :TaskGroupInstanceExecuteLog, :none, 2025,
|
2052
|
-
deprecate :TaskGroupInstanceExecuteLog=, :none, 2025,
|
2051
|
+
deprecate :TaskGroupInstanceExecuteLog, :none, 2025, 4
|
2052
|
+
deprecate :TaskGroupInstanceExecuteLog=, :none, 2025, 4
|
2053
2053
|
|
2054
2054
|
def initialize(taskgroupinstanceid=nil, taskgroupinstanceobjectid=nil, taskgroupinstancestatus=nil, taskgroupinstancecreatetime=nil, taskgroupinstanceupdatetime=nil, taskgroupinstancestatustype=nil, taskgroupinstancestarttime=nil, taskgroupinstanceendtime=nil, taskgroupinstanceexecutelog=nil, taskgroupinstanceisredo=nil, taskgroupinstanceexecutetime=nil)
|
2055
2055
|
@TaskGroupInstanceId = taskgroupinstanceid
|