tencentcloud-sdk-cfg 3.0.1119 → 3.0.1133
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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73a1c4e0392a056d438ca560b0d276640fcfee48
|
4
|
+
data.tar.gz: 9725e13e9b4a2b1528686d65bb3f9923d14657b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ad597462901904e8ba956a9cb8da20ddbe4fd942decb22bd8a91820efb86573b4d7322cc71001029a156c3b045b3ec3a7e11f18965b83f90a30b4f653dedb54
|
7
|
+
data.tar.gz: b42e9fab305bd2657c21aa5e9f38c61501300f9326c71f11e8c6616713eda35f6c4a1b73100e627ca5151a10d75f1abc534a135cca1aaaa10f9b550a2171e5ce
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1133
|
data/lib/v20210820/models.rb
CHANGED
@@ -2081,8 +2081,8 @@ module TencentCloud
|
|
2081
2081
|
|
2082
2082
|
attr_accessor :TaskGroupInstanceId, :TaskGroupInstanceObjectId, :TaskGroupInstanceStatus, :TaskGroupInstanceCreateTime, :TaskGroupInstanceUpdateTime, :TaskGroupInstanceStatusType, :TaskGroupInstanceStartTime, :TaskGroupInstanceEndTime, :TaskGroupInstanceExecuteLog, :TaskGroupInstanceIsRedo, :TaskGroupInstanceExecuteTime
|
2083
2083
|
extend Gem::Deprecate
|
2084
|
-
deprecate :TaskGroupInstanceExecuteLog, :none, 2025,
|
2085
|
-
deprecate :TaskGroupInstanceExecuteLog=, :none, 2025,
|
2084
|
+
deprecate :TaskGroupInstanceExecuteLog, :none, 2025, 9
|
2085
|
+
deprecate :TaskGroupInstanceExecuteLog=, :none, 2025, 9
|
2086
2086
|
|
2087
2087
|
def initialize(taskgroupinstanceid=nil, taskgroupinstanceobjectid=nil, taskgroupinstancestatus=nil, taskgroupinstancecreatetime=nil, taskgroupinstanceupdatetime=nil, taskgroupinstancestatustype=nil, taskgroupinstancestarttime=nil, taskgroupinstanceendtime=nil, taskgroupinstanceexecutelog=nil, taskgroupinstanceisredo=nil, taskgroupinstanceexecutetime=nil)
|
2088
2088
|
@TaskGroupInstanceId = taskgroupinstanceid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cfg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1133
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|