tencentcloud-sdk-tcex 3.0.589 → 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: 08744acfc594caa718d1afa95519745e6be4948c
4
- data.tar.gz: 6a32e8510fd2fe96e6d320781408a9cdf78c7b74
3
+ metadata.gz: c6bcd0ee87099b3dca824ace0e3da6c2d9e1dd79
4
+ data.tar.gz: 1ee33f8aec81e5a02864f4b4e5584f3d1dcf5003
5
5
  SHA512:
6
- metadata.gz: a0a5d7f0d6ab67fbf8286f7686d4f052337050f3e69d2351eafbc8f4a25c2415cba0420a9332f76f6583cdb2c319b800f90cb8c1135450ec088b45c37e707957
7
- data.tar.gz: 07a855b645d87c6e8e15e2efabbe93c8aad46ddcf038cb1a6d60c3c9631dbcb326ac49da9289d42863c43c9517b1c5f561127233d396397bac13e536a93df287
6
+ metadata.gz: 458feff3d7c792d93630fc49b0c6d4f20729e2f67981dfa6807f02bcc315915ec4e3b0cc92c98d9ab69eb011153d70d377e76b65dbb7583c2720721638b796ce
7
+ data.tar.gz: 9fb54d21f5736335de4acd03d84fa4816a275d343d00c86d98be4d06c358645572b02ad4739e157a242849bf2e72a594df32436b85b4dd95b58c1060ebf6350f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
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.589
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-09 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