tencentcloud-sdk-cfg 3.0.1013 → 3.0.1014
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: 1d68c10a72126ae6699a277534f9758ce77641a4
|
4
|
+
data.tar.gz: 6bda6e3ec4257e72504856449214e64f0faa371f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 194a623ee34e11a4ad30e2d27e9161ac0cac0b52b904ce3117c7000a3a43f775d033095d29d1a7284c3bc6fc19674b6f407f94c7f3177979e2c0dbfeffd50639
|
7
|
+
data.tar.gz: 652334b2393eb41a8bea7582ddb618b4f2d89ec6eec1984b1e36e16545aab28d951f15759d437705f704c8e997d89419db021118ee69873433a4085dbb4c9dc9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1014
|
data/lib/v20210820/models.rb
CHANGED
@@ -2103,8 +2103,8 @@ module TencentCloud
|
|
2103
2103
|
|
2104
2104
|
attr_accessor :TaskGroupInstanceId, :TaskGroupInstanceObjectId, :TaskGroupInstanceStatus, :TaskGroupInstanceCreateTime, :TaskGroupInstanceUpdateTime, :TaskGroupInstanceStatusType, :TaskGroupInstanceStartTime, :TaskGroupInstanceEndTime, :TaskGroupInstanceExecuteLog, :TaskGroupInstanceIsRedo, :TaskGroupInstanceExecuteTime
|
2105
2105
|
extend Gem::Deprecate
|
2106
|
-
deprecate :TaskGroupInstanceExecuteLog, :none, 2025,
|
2107
|
-
deprecate :TaskGroupInstanceExecuteLog=, :none, 2025,
|
2106
|
+
deprecate :TaskGroupInstanceExecuteLog, :none, 2025, 3
|
2107
|
+
deprecate :TaskGroupInstanceExecuteLog=, :none, 2025, 3
|
2108
2108
|
|
2109
2109
|
def initialize(taskgroupinstanceid=nil, taskgroupinstanceobjectid=nil, taskgroupinstancestatus=nil, taskgroupinstancecreatetime=nil, taskgroupinstanceupdatetime=nil, taskgroupinstancestatustype=nil, taskgroupinstancestarttime=nil, taskgroupinstanceendtime=nil, taskgroupinstanceexecutelog=nil, taskgroupinstanceisredo=nil, taskgroupinstanceexecutetime=nil)
|
2110
2110
|
@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.1014
|
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-03-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|