tencentcloud-sdk-tcex 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: 0f2f9d22f86872e56ed9ce91fd98ec0b6779c2e6
4
- data.tar.gz: d6e053f2fcfeb0b409df09facdb7cb8e629ed254
3
+ metadata.gz: c524d0608b2bee9131cbb8e8d98fe842c5b84354
4
+ data.tar.gz: 40990488fa979f39bcf6f8db2cd1ded11c5d643d
5
5
  SHA512:
6
- metadata.gz: 51958d0381d906e19cdb73e22dbe0b6cdf2e3c497fb9ab9ec013561655bc2c1ddb7886f17ffc0c3fed8faf880f08b7bc3076c4936c9bd36b0e06b7fabb5c5e92
7
- data.tar.gz: 8ae9c8be643a209fe57d99bd1aaf418dfbe07bf34cc1971b9eafa8ac7c1acb3104bea7f3db3c21204155ee889c664bf68781b3a1867429373f2f3067c29546a9
6
+ metadata.gz: afc181ee09e93e22f4b1c81c4d4d5a52e2b50f5b95ef0ae03060479793757560b0c29543d519a044c5c7eb235a22941c6a802ac2a54e623806313d9e4df08bd6
7
+ data.tar.gz: 758eb12fd06fd8b5b21e1df594dc7fe8a56e2790d2320bfc30bea7ba296a19428de735b3c1bf66406ed30c0d4d81b71673b78aaf6add880c59b3a9b7d8ada2e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.592
@@ -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.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