tencentcloud-sdk-dtf 3.0.590 → 3.0.591

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: 8c32e85576f309ec753eaf199adf2036fdfc9910
4
+ data.tar.gz: fa38cc83e7e0d37c47f3cba8f229942b29579f61
5
5
  SHA512:
6
- metadata.gz: 962af57971837fe9594da489e10fe3dbdec233b394f37c9d7a7194ebc8ed65e8610c37feb91dde4dcf170b23af4f412fdc15b2c0b3e9a86073eae2ae2b72584f
7
- data.tar.gz: 459eb10a05863e0a8adfb7d7b433905cccd1f5535f9c9d79558d0ea40f936cc0bdeb7f456be74440e8f4df552870736e447110900f533ae07aeb8d8a4adc18b1
6
+ metadata.gz: 216fc6eeb102284b2f31544a3ddc7d16c0d5bc66b108916bd00867305e2554cf70cf6b6cfd15ea5c2c341ed0b572b14568a42fe00f7c9bec61caf3167d3c32b6
7
+ data.tar.gz: 2a4a8644360a1818ac1814e3af4b2d84cd1754d057186af61f074882be4d809dccd7838d841b9c18f2a43e68f574431a4de47c6eff23126076480bdc64600873
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -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.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-12 00:00:00.000000000 Z
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