tencentcloud-sdk-gs 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191118/models.rb +16 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fc6e9f1ad3e19a1a9100ba2c64ea15580ae3d79
4
- data.tar.gz: 8b55e9f13203ae1b8e00bc5912cc8d04042a881c
3
+ metadata.gz: 8efdaa9be9da1fb27be4006508e8f719c77a3ef0
4
+ data.tar.gz: 1e6e9ad55e743aa665d47814b5f72d91c6d6edde
5
5
  SHA512:
6
- metadata.gz: 0afeb60936b15692ee21a389a970b653396d5c1969e1d386c3c317d973015ec70b9c1015f1e0095daffbfa7be6d70aa0809c2402a76fda2eed6ddc58f1075f0e
7
- data.tar.gz: 7bacc6bd566d5f8b895aef1784f6530a73947bb9ae9044f14d15b304ba17cc0346ca466ae83b94eed9c9fa76c99124ffc457b4c6765e97549a2c83065f37a08f
6
+ metadata.gz: 0af63073431b2004eede5bc85cae3c588358d4ee34392bbd42b7c9e892b4f4c20cdba2b9c20940794d88b5b1fcb8dcd3eaf1c5f679e804055ef4744ced07de9c
7
+ data.tar.gz: 374f7cdb707e8114d83100d500322c0ccb4eac5f1819afad6215661063dce91d690fa539b9084cbcfd0d54e36965c47ae0b65428395f616fc87c794c5384cfe5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -59,7 +59,7 @@ module TencentCloud
59
59
  # @type RunMode: String
60
60
 
61
61
  attr_accessor :UserId, :GameId, :GameRegion, :GameParas, :ClientSession, :Resolution, :ImageUrl, :SetNo, :Bitrate, :MaxBitrate, :MinBitrate, :Fps, :UserIp, :Optimization, :HostUserId, :Role, :GameContext, :RunMode
62
-
62
+
63
63
  def initialize(userid=nil, gameid=nil, gameregion=nil, gameparas=nil, clientsession=nil, resolution=nil, imageurl=nil, setno=nil, bitrate=nil, maxbitrate=nil, minbitrate=nil, fps=nil, userip=nil, optimization=nil, hostuserid=nil, role=nil, gamecontext=nil, runmode=nil)
64
64
  @UserId = userid
65
65
  @GameId = gameid
@@ -115,7 +115,7 @@ module TencentCloud
115
115
  # @type RequestId: String
116
116
 
117
117
  attr_accessor :ServerSession, :RoleNumber, :Role, :RequestId
118
-
118
+
119
119
  def initialize(serversession=nil, rolenumber=nil, role=nil, requestid=nil)
120
120
  @ServerSession = serversession
121
121
  @RoleNumber = rolenumber
@@ -145,7 +145,7 @@ module TencentCloud
145
145
  # @type GameType: String
146
146
 
147
147
  attr_accessor :GameId, :GroupId, :GameRegion, :GameType
148
-
148
+
149
149
  def initialize(gameid=nil, groupid=nil, gameregion=nil, gametype=nil)
150
150
  @GameId = gameid
151
151
  @GroupId = groupid
@@ -171,7 +171,7 @@ module TencentCloud
171
171
  # @type RequestId: String
172
172
 
173
173
  attr_accessor :Total, :Running, :RequestId
174
-
174
+
175
175
  def initialize(total=nil, running=nil, requestid=nil)
176
176
  @Total = total
177
177
  @Running = running
@@ -193,7 +193,7 @@ module TencentCloud
193
193
  # @type GameId: String
194
194
 
195
195
  attr_accessor :UserId, :GameId
196
-
196
+
197
197
  def initialize(userid=nil, gameid=nil)
198
198
  @UserId = userid
199
199
  @GameId = gameid
@@ -211,7 +211,7 @@ module TencentCloud
211
211
  # @type RequestId: String
212
212
 
213
213
  attr_accessor :RequestId
214
-
214
+
215
215
  def initialize(requestid=nil)
216
216
  @RequestId = requestid
217
217
  end
@@ -229,7 +229,7 @@ module TencentCloud
229
229
  # @type PublishUrl: String
230
230
 
231
231
  attr_accessor :UserId, :PublishUrl
232
-
232
+
233
233
  def initialize(userid=nil, publishurl=nil)
234
234
  @UserId = userid
235
235
  @PublishUrl = publishurl
@@ -247,7 +247,7 @@ module TencentCloud
247
247
  # @type RequestId: String
248
248
 
249
249
  attr_accessor :RequestId
250
-
250
+
251
251
  def initialize(requestid=nil)
252
252
  @RequestId = requestid
253
253
  end
@@ -265,7 +265,7 @@ module TencentCloud
265
265
  # @type HostUserId: String
266
266
 
267
267
  attr_accessor :UserId, :HostUserId
268
-
268
+
269
269
  def initialize(userid=nil, hostuserid=nil)
270
270
  @UserId = userid
271
271
  @HostUserId = hostuserid
@@ -283,7 +283,7 @@ module TencentCloud
283
283
  # @type RequestId: String
284
284
 
285
285
  attr_accessor :RequestId
286
-
286
+
287
287
  def initialize(requestid=nil)
288
288
  @RequestId = requestid
289
289
  end
@@ -299,7 +299,7 @@ module TencentCloud
299
299
  # @type UserId: String
300
300
 
301
301
  attr_accessor :UserId
302
-
302
+
303
303
  def initialize(userid=nil)
304
304
  @UserId = userid
305
305
  end
@@ -315,7 +315,7 @@ module TencentCloud
315
315
  # @type RequestId: String
316
316
 
317
317
  attr_accessor :RequestId
318
-
318
+
319
319
  def initialize(requestid=nil)
320
320
  @RequestId = requestid
321
321
  end
@@ -337,7 +337,7 @@ module TencentCloud
337
337
  # @type GameContext: String
338
338
 
339
339
  attr_accessor :UserId, :GameId, :GameArchiveUrl, :GameContext
340
-
340
+
341
341
  def initialize(userid=nil, gameid=nil, gamearchiveurl=nil, gamecontext=nil)
342
342
  @UserId = userid
343
343
  @GameId = gameid
@@ -359,7 +359,7 @@ module TencentCloud
359
359
  # @type RequestId: String
360
360
 
361
361
  attr_accessor :RequestId
362
-
362
+
363
363
  def initialize(requestid=nil)
364
364
  @RequestId = requestid
365
365
  end
@@ -385,7 +385,7 @@ module TencentCloud
385
385
  # @type GroupId: String
386
386
 
387
387
  attr_accessor :UserId, :GameId, :GameRegion, :SetNo, :UserIp, :GroupId
388
-
388
+
389
389
  def initialize(userid=nil, gameid=nil, gameregion=nil, setno=nil, userip=nil, groupid=nil)
390
390
  @UserId = userid
391
391
  @GameId = gameid
@@ -411,7 +411,7 @@ module TencentCloud
411
411
  # @type RequestId: String
412
412
 
413
413
  attr_accessor :RequestId
414
-
414
+
415
415
  def initialize(requestid=nil)
416
416
  @RequestId = requestid
417
417
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gs
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