tencentcloud-sdk-tcex 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: 0f2f9d22f86872e56ed9ce91fd98ec0b6779c2e6
4
- data.tar.gz: d6e053f2fcfeb0b409df09facdb7cb8e629ed254
3
+ metadata.gz: c6bcd0ee87099b3dca824ace0e3da6c2d9e1dd79
4
+ data.tar.gz: 1ee33f8aec81e5a02864f4b4e5584f3d1dcf5003
5
5
  SHA512:
6
- metadata.gz: 51958d0381d906e19cdb73e22dbe0b6cdf2e3c497fb9ab9ec013561655bc2c1ddb7886f17ffc0c3fed8faf880f08b7bc3076c4936c9bd36b0e06b7fabb5c5e92
7
- data.tar.gz: 8ae9c8be643a209fe57d99bd1aaf418dfbe07bf34cc1971b9eafa8ac7c1acb3104bea7f3db3c21204155ee889c664bf68781b3a1867429373f2f3067c29546a9
6
+ metadata.gz: 458feff3d7c792d93630fc49b0c6d4f20729e2f67981dfa6807f02bcc315915ec4e3b0cc92c98d9ab69eb011153d70d377e76b65dbb7583c2720721638b796ce
7
+ data.tar.gz: 9fb54d21f5736335de4acd03d84fa4816a275d343d00c86d98be4d06c358645572b02ad4739e157a242849bf2e72a594df32436b85b4dd95b58c1060ebf6350f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -55,7 +55,7 @@ module TencentCloud
55
55
  # @type AlgoType: Integer
56
56
 
57
57
  attr_accessor :AlgoId, :AlgoName, :Result, :Error, :AlgoType
58
-
58
+
59
59
  def initialize(algoid=nil, algoname=nil, result=nil, error=nil, algotype=nil)
60
60
  @AlgoId = algoid
61
61
  @AlgoName = algoname
@@ -79,7 +79,7 @@ module TencentCloud
79
79
  # @type InvokeId: String
80
80
 
81
81
  attr_accessor :InvokeId
82
-
82
+
83
83
  def initialize(invokeid=nil)
84
84
  @InvokeId = invokeid
85
85
  end
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  # @type RequestId: String
102
102
 
103
103
  attr_accessor :Results, :Status, :RequestId
104
-
104
+
105
105
  def initialize(results=nil, status=nil, requestid=nil)
106
106
  @Results = results
107
107
  @Status = status
@@ -134,7 +134,7 @@ module TencentCloud
134
134
  # @type Input: String
135
135
 
136
136
  attr_accessor :ServiceId, :ServiceStatus, :FileUrl, :Input
137
-
137
+
138
138
  def initialize(serviceid=nil, servicestatus=nil, fileurl=nil, input=nil)
139
139
  @ServiceId = serviceid
140
140
  @ServiceStatus = servicestatus
@@ -156,7 +156,7 @@ module TencentCloud
156
156
  # @type RequestId: String
157
157
 
158
158
  attr_accessor :RequestId
159
-
159
+
160
160
  def initialize(requestid=nil)
161
161
  @RequestId = requestid
162
162
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcex
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