tencentcloud-sdk-dtf 3.0.590 → 3.0.592

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2368a8fc325af6077609e1ce64873d0ecfa23825
4
- data.tar.gz: 4e72862739edfa08989a677c5e252ac000cd673d
3
+ metadata.gz: 227983eb166ff5f040097a6c7fc0c75ccc47b24e
4
+ data.tar.gz: 11f7c22a6a1715093020810c36295b176be8c6fb
5
5
  SHA512:
6
- metadata.gz: 962af57971837fe9594da489e10fe3dbdec233b394f37c9d7a7194ebc8ed65e8610c37feb91dde4dcf170b23af4f412fdc15b2c0b3e9a86073eae2ae2b72584f
7
- data.tar.gz: 459eb10a05863e0a8adfb7d7b433905cccd1f5535f9c9d79558d0ea40f936cc0bdeb7f456be74440e8f4df552870736e447110900f533ae07aeb8d8a4adc18b1
6
+ metadata.gz: 5297605cd3e610495e86ab6263e691330c7404bf4b75bceca19ffbe8d407c907d2f648d711bb697753d5c43e14ef53bc6efcd7264db43d5262edea64f66a5f28
7
+ data.tar.gz: ca590501a021fcb1538655aad8e3927c5cc41a722ae90e9f529dcc2a2474e79c0f55788386dc06a47f6cf779fd939e8cb155de63b0b482ea6ef7c4e01b921852
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.590
4
+ version: 3.0.592
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-12 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common