tencentcloud-sdk-tcex 3.0.589 → 3.0.591
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200727/models.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6bcd0ee87099b3dca824ace0e3da6c2d9e1dd79
|
|
4
|
+
data.tar.gz: 1ee33f8aec81e5a02864f4b4e5584f3d1dcf5003
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 458feff3d7c792d93630fc49b0c6d4f20729e2f67981dfa6807f02bcc315915ec4e3b0cc92c98d9ab69eb011153d70d377e76b65dbb7583c2720721638b796ce
|
|
7
|
+
data.tar.gz: 9fb54d21f5736335de4acd03d84fa4816a275d343d00c86d98be4d06c358645572b02ad4739e157a242849bf2e72a594df32436b85b4dd95b58c1060ebf6350f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20200727/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|