tencentcloud-sdk-dtf 3.0.589 → 3.0.591
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/v20200506/models.rb +4 -4
- 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: 8c32e85576f309ec753eaf199adf2036fdfc9910
|
|
4
|
+
data.tar.gz: fa38cc83e7e0d37c47f3cba8f229942b29579f61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 216fc6eeb102284b2f31544a3ddc7d16c0d5bc66b108916bd00867305e2554cf70cf6b6cfd15ea5c2c341ed0b572b14568a42fe00f7c9bec61caf3167d3c32b6
|
|
7
|
+
data.tar.gz: 2a4a8644360a1818ac1814e3af4b2d84cd1754d057186af61f074882be4d809dccd7838d841b9c18f2a43e68f574431a4de47c6eff23126076480bdc64600873
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20200506/models.rb
CHANGED
|
@@ -37,7 +37,7 @@ module TencentCloud
|
|
|
37
37
|
# @type Offset: Integer
|
|
38
38
|
|
|
39
39
|
attr_accessor :GroupId, :TransactionBeginFrom, :TransactionBeginTo, :SearchError, :TransactionId, :TransactionIdList, :Limit, :Offset
|
|
40
|
-
|
|
40
|
+
|
|
41
41
|
def initialize(groupid=nil, transactionbeginfrom=nil, transactionbeginto=nil, searcherror=nil, transactionid=nil, transactionidlist=nil, limit=nil, offset=nil)
|
|
42
42
|
@GroupId = groupid
|
|
43
43
|
@TransactionBeginFrom = transactionbeginfrom
|
|
@@ -69,7 +69,7 @@ module TencentCloud
|
|
|
69
69
|
# @type RequestId: String
|
|
70
70
|
|
|
71
71
|
attr_accessor :Result, :RequestId
|
|
72
|
-
|
|
72
|
+
|
|
73
73
|
def initialize(result=nil, requestid=nil)
|
|
74
74
|
@Result = result
|
|
75
75
|
@RequestId = requestid
|
|
@@ -93,7 +93,7 @@ module TencentCloud
|
|
|
93
93
|
# @type Content: Array
|
|
94
94
|
|
|
95
95
|
attr_accessor :TotalCount, :Content
|
|
96
|
-
|
|
96
|
+
|
|
97
97
|
def initialize(totalcount=nil, content=nil)
|
|
98
98
|
@TotalCount = totalcount
|
|
99
99
|
@Content = content
|
|
@@ -161,7 +161,7 @@ module TencentCloud
|
|
|
161
161
|
# @type RetryFlag: Boolean
|
|
162
162
|
|
|
163
163
|
attr_accessor :TransactionId, :TransactionBegin, :TransactionEnd, :TransactionCommit, :TransactionRollback, :TransactionError, :Timeout, :Status, :EndFlag, :TimeoutFlag, :Comment, :GroupId, :Server, :BranchQuantity, :RetryFlag
|
|
164
|
-
|
|
164
|
+
|
|
165
165
|
def initialize(transactionid=nil, transactionbegin=nil, transactionend=nil, transactioncommit=nil, transactionrollback=nil, transactionerror=nil, timeout=nil, status=nil, endflag=nil, timeoutflag=nil, comment=nil, groupid=nil, server=nil, branchquantity=nil, retryflag=nil)
|
|
166
166
|
@TransactionId = transactionid
|
|
167
167
|
@TransactionBegin = transactionbegin
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dtf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|