tencentcloud-sdk-smop 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: 7da9e70cebaf813885a5e30579b810e7f8af020b
4
- data.tar.gz: 8c7c2378c12d8c511844701a992b44ac5a9500d0
3
+ metadata.gz: 3e26143917c8325ff262454272f4d739d67e1e36
4
+ data.tar.gz: b841f875d634dd6ee582f473c8d5935043596cec
5
5
  SHA512:
6
- metadata.gz: 2165b429f9e94b83bd99c391d1618db9b4818f2739be5967fb2038a8444b44c03b1d8c967a185931063aeaa08d02e6497209d41c7eb4c1bbb61cbf67cf2ea293
7
- data.tar.gz: a3f01a26b2a735ae28d1d42dd4fe20dcd53dc9758d7dc050bd2a041f9937dd529e73a0bd5683dc19745359c15a956904f8266aeb87f50f73f77314c59638bb29
6
+ metadata.gz: 598908dc8ecf86b3386a34892fc3d94d5fef41928e5d63130f30c697aa422f24c9fca00448b158572c709d52a4ff9882d7b5dd578504f78f99f3cc35eb34dde7
7
+ data.tar.gz: 8bd71ec3236cd5e22120139bfde30f57ac91aa570a974bcc434d695d9e8db3efdbfed5a4e7e4366d630a495d06c8d43b649259dc1ddbf08612cd16c7577c7f73
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -35,7 +35,7 @@ module TencentCloud
35
35
  # @type NotifyURL: String
36
36
 
37
37
  attr_accessor :AccountId, :DeviceId, :OrderId, :Code, :Async, :ProductId, :NotifyURL
38
-
38
+
39
39
  def initialize(accountid=nil, deviceid=nil, orderid=nil, code=nil, async=nil, productid=nil, notifyurl=nil)
40
40
  @AccountId = accountid
41
41
  @DeviceId = deviceid
@@ -75,7 +75,7 @@ module TencentCloud
75
75
  # @type RequestId: String
76
76
 
77
77
  attr_accessor :OrderId, :Code, :Message, :Data, :RequestId
78
-
78
+
79
79
  def initialize(orderid=nil, code=nil, message=nil, data=nil, requestid=nil)
80
80
  @OrderId = orderid
81
81
  @Code = code
@@ -143,7 +143,7 @@ module TencentCloud
143
143
  # @type GrowScore: Integer
144
144
 
145
145
  attr_accessor :Code, :Message, :TaskId, :TaskOrderId, :TaskCode, :TaskCoinNumber, :TaskType, :TotalCoin, :Attach, :DoneTimes, :TotalTimes, :TaskName, :GrowScore
146
-
146
+
147
147
  def initialize(code=nil, message=nil, taskid=nil, taskorderid=nil, taskcode=nil, taskcoinnumber=nil, tasktype=nil, totalcoin=nil, attach=nil, donetimes=nil, totaltimes=nil, taskname=nil, growscore=nil)
148
148
  @Code = code
149
149
  @Message = message
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-smop
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