tencentcloud-sdk-mgobe 3.0.590 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a47f97bb4e76c50fd3ff41a10106756e7f1487fc
4
- data.tar.gz: 510d7df82fb151b0cfde70d27071b81cba494fe6
3
+ metadata.gz: ec9f7f03cfdcfaa5500d3ff8ef472d7dcffd28f5
4
+ data.tar.gz: 095879c7df55d60813c97ba32095979980508ff8
5
5
  SHA512:
6
- metadata.gz: 418bb3cb5f4eda79b5c315692ef039de82a6188491e2a5324cf04448cfce59ad7fbe8edaecd3928f11600e57f52a9843cc06a68c4ac58d46cd443172e58df952
7
- data.tar.gz: 67753b1ca07bd8a70de2a8fc8df14f60d2e7eb8af7340a5055e313724f2b33e76a2abb3a95b04ea7cf43007358e52adae6a60c0472d519f9bdd3e332fca7e4fa
6
+ metadata.gz: 29e6f6ac80653953a93ed573e78b16a3047b87ae3227399ff923f59717f573bef983a159745f1610ef6e2519ffde7c07f5fe79546a4a54a919c883a86851ab32
7
+ data.tar.gz: 303fdb7eb24ffc54a23676e095cf81be03d12c19d45add3dbff32488cf5c47216d76ad2340368a3779938d1c5f7ae4921f9f7eca1f35ce1eed78c037cd9a9a30
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type RoomId: String
26
26
 
27
27
  attr_accessor :GameId, :RoomId
28
-
28
+
29
29
  def initialize(gameid=nil, roomid=nil)
30
30
  @GameId = gameid
31
31
  @RoomId = roomid
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type RequestId: String
44
44
 
45
45
  attr_accessor :RequestId
46
-
46
+
47
47
  def initialize(requestid=nil)
48
48
  @RequestId = requestid
49
49
  end
@@ -27,7 +27,7 @@ module TencentCloud
27
27
  # @type CustomProfile: String
28
28
 
29
29
  attr_accessor :GameId, :PlayerId, :CustomProfile
30
-
30
+
31
31
  def initialize(gameid=nil, playerid=nil, customprofile=nil)
32
32
  @GameId = gameid
33
33
  @PlayerId = playerid
@@ -49,7 +49,7 @@ module TencentCloud
49
49
  # @type RequestId: String
50
50
 
51
51
  attr_accessor :Room, :RequestId
52
-
52
+
53
53
  def initialize(room=nil, requestid=nil)
54
54
  @Room = room
55
55
  @RequestId = requestid
@@ -74,7 +74,7 @@ module TencentCloud
74
74
  # @type PlayerId: String
75
75
 
76
76
  attr_accessor :GameId, :CustomStatus, :PlayerId
77
-
77
+
78
78
  def initialize(gameid=nil, customstatus=nil, playerid=nil)
79
79
  @GameId = gameid
80
80
  @CustomStatus = customstatus
@@ -96,7 +96,7 @@ module TencentCloud
96
96
  # @type RequestId: String
97
97
 
98
98
  attr_accessor :Room, :RequestId
99
-
99
+
100
100
  def initialize(room=nil, requestid=nil)
101
101
  @Room = room
102
102
  @RequestId = requestid
@@ -121,7 +121,7 @@ module TencentCloud
121
121
  # @type PlayerId: String
122
122
 
123
123
  attr_accessor :GameId, :OpenId, :PlayerId
124
-
124
+
125
125
  def initialize(gameid=nil, openid=nil, playerid=nil)
126
126
  @GameId = gameid
127
127
  @OpenId = openid
@@ -143,7 +143,7 @@ module TencentCloud
143
143
  # @type RequestId: String
144
144
 
145
145
  attr_accessor :Player, :RequestId
146
-
146
+
147
147
  def initialize(player=nil, requestid=nil)
148
148
  @Player = player
149
149
  @RequestId = requestid
@@ -168,7 +168,7 @@ module TencentCloud
168
168
  # @type RoomId: String
169
169
 
170
170
  attr_accessor :GameId, :PlayerId, :RoomId
171
-
171
+
172
172
  def initialize(gameid=nil, playerid=nil, roomid=nil)
173
173
  @GameId = gameid
174
174
  @PlayerId = playerid
@@ -190,7 +190,7 @@ module TencentCloud
190
190
  # @type RequestId: String
191
191
 
192
192
  attr_accessor :Room, :RequestId
193
-
193
+
194
194
  def initialize(room=nil, requestid=nil)
195
195
  @Room = room
196
196
  @RequestId = requestid
@@ -213,7 +213,7 @@ module TencentCloud
213
213
  # @type RoomId: String
214
214
 
215
215
  attr_accessor :GameId, :RoomId
216
-
216
+
217
217
  def initialize(gameid=nil, roomid=nil)
218
218
  @GameId = gameid
219
219
  @RoomId = roomid
@@ -231,7 +231,7 @@ module TencentCloud
231
231
  # @type RequestId: String
232
232
 
233
233
  attr_accessor :RequestId
234
-
234
+
235
235
  def initialize(requestid=nil)
236
236
  @RequestId = requestid
237
237
  end
@@ -267,7 +267,7 @@ module TencentCloud
267
267
  # @type IsForbidJoin: Boolean
268
268
 
269
269
  attr_accessor :GameId, :RoomId, :PlayerId, :ChangeRoomOptionList, :RoomName, :Owner, :IsViewed, :IsInvited, :IsPrivate, :CustomProperties, :IsForbidJoin
270
-
270
+
271
271
  def initialize(gameid=nil, roomid=nil, playerid=nil, changeroomoptionlist=nil, roomname=nil, owner=nil, isviewed=nil, isinvited=nil, isprivate=nil, customproperties=nil, isforbidjoin=nil)
272
272
  @GameId = gameid
273
273
  @RoomId = roomid
@@ -305,7 +305,7 @@ module TencentCloud
305
305
  # @type RequestId: String
306
306
 
307
307
  attr_accessor :Room, :RequestId
308
-
308
+
309
309
  def initialize(room=nil, requestid=nil)
310
310
  @Room = room
311
311
  @RequestId = requestid
@@ -338,7 +338,7 @@ module TencentCloud
338
338
  # @type CustomProfile: String
339
339
 
340
340
  attr_accessor :OpenId, :Name, :TeamId, :IsRobot, :PlayerId, :CustomPlayerStatus, :CustomProfile
341
-
341
+
342
342
  def initialize(openid=nil, name=nil, teamid=nil, isrobot=nil, playerid=nil, customplayerstatus=nil, customprofile=nil)
343
343
  @OpenId = openid
344
344
  @Name = name
@@ -368,7 +368,7 @@ module TencentCloud
368
368
  # @type RemovePlayerId: String
369
369
 
370
370
  attr_accessor :GameId, :RemovePlayerId
371
-
371
+
372
372
  def initialize(gameid=nil, removeplayerid=nil)
373
373
  @GameId = gameid
374
374
  @RemovePlayerId = removeplayerid
@@ -388,7 +388,7 @@ module TencentCloud
388
388
  # @type RequestId: String
389
389
 
390
390
  attr_accessor :Room, :RequestId
391
-
391
+
392
392
  def initialize(room=nil, requestid=nil)
393
393
  @Room = room
394
394
  @RequestId = requestid
@@ -441,7 +441,7 @@ module TencentCloud
441
441
  # @type Owner: String
442
442
 
443
443
  attr_accessor :Name, :MaxPlayers, :OwnerOpenId, :IsPrivate, :Players, :Teams, :Id, :Type, :CreateType, :CustomProperties, :FrameSyncState, :FrameRate, :RouteId, :CreateTime, :StartGameTime, :IsForbidJoin, :Owner
444
-
444
+
445
445
  def initialize(name=nil, maxplayers=nil, owneropenid=nil, isprivate=nil, players=nil, teams=nil, id=nil, type=nil, createtype=nil, customproperties=nil, framesyncstate=nil, framerate=nil, routeid=nil, createtime=nil, startgametime=nil, isforbidjoin=nil, owner=nil)
446
446
  @Name = name
447
447
  @MaxPlayers = maxplayers
@@ -509,7 +509,7 @@ module TencentCloud
509
509
  # @type MaxPlayers: Integer
510
510
 
511
511
  attr_accessor :Id, :Name, :MinPlayers, :MaxPlayers
512
-
512
+
513
513
  def initialize(id=nil, name=nil, minplayers=nil, maxplayers=nil)
514
514
  @Id = id
515
515
  @Name = name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mgobe
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
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-12 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