tencentcloud-sdk-gpm 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/v20200820/models.rb +50 -50
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 800a343e551ca5e907e2178f008483fa78c08920
4
- data.tar.gz: 351e1f56b52a161d377a17ee8f9ab3e9a4710d40
3
+ metadata.gz: 2ff824cb85d47bc707214b8f24cc8e15ea03601e
4
+ data.tar.gz: f0d1d506c4a7ba7e6648d61846916a704c2c4d40
5
5
  SHA512:
6
- metadata.gz: 23aba4351e63ecda3529e02025207bd217de10fa17b4fd548115e3e9d1d52753bab4aaf8d8c604c98f308984c1dfa4423c99ff41ead4c10bf979c7600d076be9
7
- data.tar.gz: 13be6c8efc59260b2689c2395d21bdaf0a125f5d28e679cfd44579ba00a522157fadd44042516908985d485a655c7fa01cd9fea2c5b80696f0495456eb7193ed
6
+ metadata.gz: e8fed2df3e487d66759456c6b0a972a075e44af9dd5671c41350ec86f2b4c3ef57a35502fa84bc076ca28bc567daea640af926cebc46f580124ed9ebe8ab6c06
7
+ data.tar.gz: ec5fbd5b850d745b5100f9c67dea5f878ef528aad158313115f4664bc8c317f496f95e84d07e0798e8ffdb6b65d756bcea8610eb78ead6e56408a7e1710f6171
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Value: Integer
26
26
 
27
27
  attr_accessor :Key, :Value
28
-
28
+
29
29
  def initialize(key=nil, value=nil)
30
30
  @Key = key
31
31
  @Value = value
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  # @type MatchTicketId: String
46
46
 
47
47
  attr_accessor :MatchCode, :MatchTicketId
48
-
48
+
49
49
  def initialize(matchcode=nil, matchticketid=nil)
50
50
  @MatchCode = matchcode
51
51
  @MatchTicketId = matchticketid
@@ -65,7 +65,7 @@ module TencentCloud
65
65
  # @type RequestId: String
66
66
 
67
67
  attr_accessor :ErrCode, :RequestId
68
-
68
+
69
69
  def initialize(errcode=nil, requestid=nil)
70
70
  @ErrCode = errcode
71
71
  @RequestId = requestid
@@ -107,7 +107,7 @@ module TencentCloud
107
107
  # @type Tags: Array
108
108
 
109
109
  attr_accessor :MatchName, :RuleCode, :Timeout, :ServerType, :MatchDesc, :NotifyUrl, :ServerRegion, :ServerQueue, :CustomPushData, :ServerSessionData, :GameProperties, :LogSwitch, :Tags
110
-
110
+
111
111
  def initialize(matchname=nil, rulecode=nil, timeout=nil, servertype=nil, matchdesc=nil, notifyurl=nil, serverregion=nil, serverqueue=nil, custompushdata=nil, serversessiondata=nil, gameproperties=nil, logswitch=nil, tags=nil)
112
112
  @MatchName = matchname
113
113
  @RuleCode = rulecode
@@ -163,7 +163,7 @@ module TencentCloud
163
163
  # @type RequestId: String
164
164
 
165
165
  attr_accessor :MatchInfo, :RequestId
166
-
166
+
167
167
  def initialize(matchinfo=nil, requestid=nil)
168
168
  @MatchInfo = matchinfo
169
169
  @RequestId = requestid
@@ -190,7 +190,7 @@ module TencentCloud
190
190
  # @type Tags: Array
191
191
 
192
192
  attr_accessor :RuleName, :RuleScript, :RuleDesc, :Tags
193
-
193
+
194
194
  def initialize(rulename=nil, rulescript=nil, ruledesc=nil, tags=nil)
195
195
  @RuleName = rulename
196
196
  @RuleScript = rulescript
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  # @type RequestId: String
222
222
 
223
223
  attr_accessor :RuleInfo, :RequestId
224
-
224
+
225
225
  def initialize(ruleinfo=nil, requestid=nil)
226
226
  @RuleInfo = ruleinfo
227
227
  @RequestId = requestid
@@ -242,7 +242,7 @@ module TencentCloud
242
242
  # @type MatchCode: String
243
243
 
244
244
  attr_accessor :MatchCode
245
-
245
+
246
246
  def initialize(matchcode=nil)
247
247
  @MatchCode = matchcode
248
248
  end
@@ -258,7 +258,7 @@ module TencentCloud
258
258
  # @type RequestId: String
259
259
 
260
260
  attr_accessor :RequestId
261
-
261
+
262
262
  def initialize(requestid=nil)
263
263
  @RequestId = requestid
264
264
  end
@@ -274,7 +274,7 @@ module TencentCloud
274
274
  # @type RuleCode: String
275
275
 
276
276
  attr_accessor :RuleCode
277
-
277
+
278
278
  def initialize(rulecode=nil)
279
279
  @RuleCode = rulecode
280
280
  end
@@ -290,7 +290,7 @@ module TencentCloud
290
290
  # @type RequestId: String
291
291
 
292
292
  attr_accessor :RequestId
293
-
293
+
294
294
  def initialize(requestid=nil)
295
295
  @RequestId = requestid
296
296
  end
@@ -312,7 +312,7 @@ module TencentCloud
312
312
  # @type MatchCode: String
313
313
 
314
314
  attr_accessor :StartTime, :EndTime, :TimeType, :MatchCode
315
-
315
+
316
316
  def initialize(starttime=nil, endtime=nil, timetype=nil, matchcode=nil)
317
317
  @StartTime = starttime
318
318
  @EndTime = endtime
@@ -340,7 +340,7 @@ module TencentCloud
340
340
  # @type RequestId: String
341
341
 
342
342
  attr_accessor :OverviewData, :TrendData, :RequestId
343
-
343
+
344
344
  def initialize(overviewdata=nil, trenddata=nil, requestid=nil)
345
345
  @OverviewData = overviewdata
346
346
  @TrendData = trenddata
@@ -370,7 +370,7 @@ module TencentCloud
370
370
  # @type MatchCode: String
371
371
 
372
372
  attr_accessor :Offset, :Limit, :MatchCode
373
-
373
+
374
374
  def initialize(offset=nil, limit=nil, matchcode=nil)
375
375
  @Offset = offset
376
376
  @Limit = limit
@@ -396,7 +396,7 @@ module TencentCloud
396
396
  # @type RequestId: String
397
397
 
398
398
  attr_accessor :MatchCodes, :TotalCount, :RequestId
399
-
399
+
400
400
  def initialize(matchcodes=nil, totalcount=nil, requestid=nil)
401
401
  @MatchCodes = matchcodes
402
402
  @TotalCount = totalcount
@@ -423,7 +423,7 @@ module TencentCloud
423
423
  # @type MatchCode: String
424
424
 
425
425
  attr_accessor :MatchCode
426
-
426
+
427
427
  def initialize(matchcode=nil)
428
428
  @MatchCode = matchcode
429
429
  end
@@ -442,7 +442,7 @@ module TencentCloud
442
442
  # @type RequestId: String
443
443
 
444
444
  attr_accessor :MatchInfo, :RequestId
445
-
445
+
446
446
  def initialize(matchinfo=nil, requestid=nil)
447
447
  @MatchInfo = matchinfo
448
448
  @RequestId = requestid
@@ -471,7 +471,7 @@ module TencentCloud
471
471
  # @type Tags: Array
472
472
 
473
473
  attr_accessor :PageNumber, :PageSize, :SearchType, :Keyword, :Tags
474
-
474
+
475
475
  def initialize(pagenumber=nil, pagesize=nil, searchtype=nil, keyword=nil, tags=nil)
476
476
  @PageNumber = pagenumber
477
477
  @PageSize = pagesize
@@ -515,7 +515,7 @@ module TencentCloud
515
515
  # @type RequestId: String
516
516
 
517
517
  attr_accessor :MatchInfoList, :TotalCount, :PageNumber, :PageSize, :SearchType, :Keyword, :RequestId
518
-
518
+
519
519
  def initialize(matchinfolist=nil, totalcount=nil, pagenumber=nil, pagesize=nil, searchtype=nil, keyword=nil, requestid=nil)
520
520
  @MatchInfoList = matchinfolist
521
521
  @TotalCount = totalcount
@@ -550,7 +550,7 @@ module TencentCloud
550
550
  # @type MatchTicketIds: Array
551
551
 
552
552
  attr_accessor :MatchTicketIds
553
-
553
+
554
554
  def initialize(matchticketids=nil)
555
555
  @MatchTicketIds = matchticketids
556
556
  end
@@ -579,7 +579,7 @@ module TencentCloud
579
579
  # @type RequestId: String
580
580
 
581
581
  attr_accessor :MatchTickets, :ErrCode, :RequestId
582
-
582
+
583
583
  def initialize(matchtickets=nil, errcode=nil, requestid=nil)
584
584
  @MatchTickets = matchtickets
585
585
  @ErrCode = errcode
@@ -606,7 +606,7 @@ module TencentCloud
606
606
  # @type RuleCode: String
607
607
 
608
608
  attr_accessor :RuleCode
609
-
609
+
610
610
  def initialize(rulecode=nil)
611
611
  @RuleCode = rulecode
612
612
  end
@@ -625,7 +625,7 @@ module TencentCloud
625
625
  # @type RequestId: String
626
626
 
627
627
  attr_accessor :RuleInfo, :RequestId
628
-
628
+
629
629
  def initialize(ruleinfo=nil, requestid=nil)
630
630
  @RuleInfo = ruleinfo
631
631
  @RequestId = requestid
@@ -654,7 +654,7 @@ module TencentCloud
654
654
  # @type Tags: Array
655
655
 
656
656
  attr_accessor :PageNumber, :PageSize, :SearchType, :Keyword, :Tags
657
-
657
+
658
658
  def initialize(pagenumber=nil, pagesize=nil, searchtype=nil, keyword=nil, tags=nil)
659
659
  @PageNumber = pagenumber
660
660
  @PageSize = pagesize
@@ -698,7 +698,7 @@ module TencentCloud
698
698
  # @type RequestId: String
699
699
 
700
700
  attr_accessor :RuleInfoList, :TotalCount, :PageNumber, :PageSize, :SearchType, :Keyword, :RequestId
701
-
701
+
702
702
  def initialize(ruleinfolist=nil, totalcount=nil, pagenumber=nil, pagesize=nil, searchtype=nil, keyword=nil, requestid=nil)
703
703
  @RuleInfoList = ruleinfolist
704
704
  @TotalCount = totalcount
@@ -733,7 +733,7 @@ module TencentCloud
733
733
  # @type MatchCode: String
734
734
 
735
735
  attr_accessor :MatchCode
736
-
736
+
737
737
  def initialize(matchcode=nil)
738
738
  @MatchCode = matchcode
739
739
  end
@@ -755,7 +755,7 @@ module TencentCloud
755
755
  # @type RequestId: String
756
756
 
757
757
  attr_accessor :MatchToken, :CompatibleSpan, :RequestId
758
-
758
+
759
759
  def initialize(matchtoken=nil, compatiblespan=nil, requestid=nil)
760
760
  @MatchToken = matchtoken
761
761
  @CompatibleSpan = compatiblespan
@@ -777,7 +777,7 @@ module TencentCloud
777
777
  # @type MatchTicketId: String
778
778
 
779
779
  attr_accessor :MatchCode, :MatchTicketId
780
-
780
+
781
781
  def initialize(matchcode=nil, matchticketid=nil)
782
782
  @MatchCode = matchcode
783
783
  @MatchTicketId = matchticketid
@@ -805,7 +805,7 @@ module TencentCloud
805
805
  # @type MapValue: Array
806
806
 
807
807
  attr_accessor :Name, :Type, :NumberValue, :StringValue, :ListValue, :MapValue
808
-
808
+
809
809
  def initialize(name=nil, type=nil, numbervalue=nil, stringvalue=nil, listvalue=nil, mapvalue=nil)
810
810
  @Name = name
811
811
  @Type = type
@@ -839,7 +839,7 @@ module TencentCloud
839
839
  # @type MatchCode: String
840
840
 
841
841
  attr_accessor :MatchCode
842
-
842
+
843
843
  def initialize(matchcode=nil)
844
844
  @MatchCode = matchcode
845
845
  end
@@ -920,7 +920,7 @@ module TencentCloud
920
920
  # @type LogStatus: Integer
921
921
 
922
922
  attr_accessor :MatchCode, :MatchName, :MatchDesc, :RuleCode, :CreateTime, :Timeout, :NotifyUrl, :ServerType, :ServerRegion, :ServerQueue, :CustomPushData, :ServerSessionData, :GameProperties, :LogSwitch, :LogsetId, :LogsetName, :LogTopicId, :LogTopicName, :Tags, :Region, :AppId, :Uin, :CreateUin, :RuleName, :LogStatus
923
-
923
+
924
924
  def initialize(matchcode=nil, matchname=nil, matchdesc=nil, rulecode=nil, createtime=nil, timeout=nil, notifyurl=nil, servertype=nil, serverregion=nil, serverqueue=nil, custompushdata=nil, serversessiondata=nil, gameproperties=nil, logswitch=nil, logsetid=nil, logsetname=nil, logtopicid=nil, logtopicname=nil, tags=nil, region=nil, appid=nil, uin=nil, createuin=nil, rulename=nil, logstatus=nil)
925
925
  @MatchCode = matchcode
926
926
  @MatchName = matchname
@@ -1021,7 +1021,7 @@ module TencentCloud
1021
1021
  # @type EndTime: String
1022
1022
 
1023
1023
  attr_accessor :Id, :MatchCode, :MatchResult, :MatchType, :Players, :Status, :StatusMessage, :StatusReason, :StartTime, :EndTime
1024
-
1024
+
1025
1025
  def initialize(id=nil, matchcode=nil, matchresult=nil, matchtype=nil, players=nil, status=nil, statusmessage=nil, statusreason=nil, starttime=nil, endtime=nil)
1026
1026
  @Id = id
1027
1027
  @MatchCode = matchcode
@@ -1088,7 +1088,7 @@ module TencentCloud
1088
1088
  # @type Tags: Array
1089
1089
 
1090
1090
  attr_accessor :MatchName, :RuleCode, :Timeout, :ServerType, :MatchCode, :MatchDesc, :NotifyUrl, :ServerRegion, :ServerQueue, :CustomPushData, :ServerSessionData, :GameProperties, :LogSwitch, :Tags
1091
-
1091
+
1092
1092
  def initialize(matchname=nil, rulecode=nil, timeout=nil, servertype=nil, matchcode=nil, matchdesc=nil, notifyurl=nil, serverregion=nil, serverqueue=nil, custompushdata=nil, serversessiondata=nil, gameproperties=nil, logswitch=nil, tags=nil)
1093
1093
  @MatchName = matchname
1094
1094
  @RuleCode = rulecode
@@ -1146,7 +1146,7 @@ module TencentCloud
1146
1146
  # @type RequestId: String
1147
1147
 
1148
1148
  attr_accessor :MatchInfo, :RequestId
1149
-
1149
+
1150
1150
  def initialize(matchinfo=nil, requestid=nil)
1151
1151
  @MatchInfo = matchinfo
1152
1152
  @RequestId = requestid
@@ -1173,7 +1173,7 @@ module TencentCloud
1173
1173
  # @type Tags: Array
1174
1174
 
1175
1175
  attr_accessor :RuleCode, :RuleName, :RuleDesc, :Tags
1176
-
1176
+
1177
1177
  def initialize(rulecode=nil, rulename=nil, ruledesc=nil, tags=nil)
1178
1178
  @RuleCode = rulecode
1179
1179
  @RuleName = rulename
@@ -1204,7 +1204,7 @@ module TencentCloud
1204
1204
  # @type RequestId: String
1205
1205
 
1206
1206
  attr_accessor :RuleInfo, :RequestId
1207
-
1207
+
1208
1208
  def initialize(ruleinfo=nil, requestid=nil)
1209
1209
  @RuleInfo = ruleinfo
1210
1210
  @RequestId = requestid
@@ -1229,7 +1229,7 @@ module TencentCloud
1229
1229
  # @type MatchToken: String
1230
1230
 
1231
1231
  attr_accessor :MatchCode, :CompatibleSpan, :MatchToken
1232
-
1232
+
1233
1233
  def initialize(matchcode=nil, compatiblespan=nil, matchtoken=nil)
1234
1234
  @MatchCode = matchcode
1235
1235
  @CompatibleSpan = compatiblespan
@@ -1254,7 +1254,7 @@ module TencentCloud
1254
1254
  # @type RequestId: String
1255
1255
 
1256
1256
  attr_accessor :MatchToken, :CompatibleSpan, :RequestId
1257
-
1257
+
1258
1258
  def initialize(matchtoken=nil, compatiblespan=nil, requestid=nil)
1259
1259
  @MatchToken = matchtoken
1260
1260
  @CompatibleSpan = compatiblespan
@@ -1286,7 +1286,7 @@ module TencentCloud
1286
1286
  # @type RegionLatencies: Array
1287
1287
 
1288
1288
  attr_accessor :Id, :Name, :MatchAttributes, :Team, :CustomPlayerStatus, :CustomProfile, :RegionLatencies
1289
-
1289
+
1290
1290
  def initialize(id=nil, name=nil, matchattributes=nil, team=nil, customplayerstatus=nil, customprofile=nil, regionlatencies=nil)
1291
1291
  @Id = id
1292
1292
  @Name = name
@@ -1345,7 +1345,7 @@ module TencentCloud
1345
1345
  # @type Latency: Integer
1346
1346
 
1347
1347
  attr_accessor :Region, :Latency
1348
-
1348
+
1349
1349
  def initialize(region=nil, latency=nil)
1350
1350
  @Region = region
1351
1351
  @Latency = latency
@@ -1371,7 +1371,7 @@ module TencentCloud
1371
1371
  # @type AverageSec: Float
1372
1372
 
1373
1373
  attr_accessor :TotalTimes, :SuccessPercent, :TimeoutPercent, :FailPercent, :AverageSec
1374
-
1374
+
1375
1375
  def initialize(totaltimes=nil, successpercent=nil, timeoutpercent=nil, failpercent=nil, averagesec=nil)
1376
1376
  @TotalTimes = totaltimes
1377
1377
  @SuccessPercent = successpercent
@@ -1405,7 +1405,7 @@ module TencentCloud
1405
1405
  # @type TimeList: Array
1406
1406
 
1407
1407
  attr_accessor :TotalList, :CancelList, :SuccessList, :FailList, :TimeoutList, :TimeList
1408
-
1408
+
1409
1409
  def initialize(totallist=nil, cancellist=nil, successlist=nil, faillist=nil, timeoutlist=nil, timelist=nil)
1410
1410
  @TotalList = totallist
1411
1411
  @CancelList = cancellist
@@ -1437,7 +1437,7 @@ module TencentCloud
1437
1437
  # @type RuleCode: String
1438
1438
 
1439
1439
  attr_accessor :RuleName, :MatchCodeList, :CreateTime, :RuleCode
1440
-
1440
+
1441
1441
  def initialize(rulename=nil, matchcodelist=nil, createtime=nil, rulecode=nil)
1442
1442
  @RuleName = rulename
1443
1443
  @MatchCodeList = matchcodelist
@@ -1493,7 +1493,7 @@ module TencentCloud
1493
1493
  # @type CreateUin: String
1494
1494
 
1495
1495
  attr_accessor :RuleName, :CreateTime, :RuleDesc, :RuleScript, :Tags, :MatchCodeList, :RuleCode, :Region, :AppId, :Uin, :CreateUin
1496
-
1496
+
1497
1497
  def initialize(rulename=nil, createtime=nil, ruledesc=nil, rulescript=nil, tags=nil, matchcodelist=nil, rulecode=nil, region=nil, appid=nil, uin=nil, createuin=nil)
1498
1498
  @RuleName = rulename
1499
1499
  @CreateTime = createtime
@@ -1549,7 +1549,7 @@ module TencentCloud
1549
1549
  # @type MatchTicketId: String
1550
1550
 
1551
1551
  attr_accessor :MatchCode, :Players, :GameServerSessionId, :MatchTicketId
1552
-
1552
+
1553
1553
  def initialize(matchcode=nil, players=nil, gameserversessionid=nil, matchticketid=nil)
1554
1554
  @MatchCode = matchcode
1555
1555
  @Players = players
@@ -1581,7 +1581,7 @@ module TencentCloud
1581
1581
  # @type RequestId: String
1582
1582
 
1583
1583
  attr_accessor :MatchTicket, :RequestId
1584
-
1584
+
1585
1585
  def initialize(matchticket=nil, requestid=nil)
1586
1586
  @MatchTicket = matchticket
1587
1587
  @RequestId = requestid
@@ -1606,7 +1606,7 @@ module TencentCloud
1606
1606
  # @type MatchTicketId: String
1607
1607
 
1608
1608
  attr_accessor :MatchCode, :Players, :MatchTicketId
1609
-
1609
+
1610
1610
  def initialize(matchcode=nil, players=nil, matchticketid=nil)
1611
1611
  @MatchCode = matchcode
1612
1612
  @Players = players
@@ -1637,7 +1637,7 @@ module TencentCloud
1637
1637
  # @type RequestId: String
1638
1638
 
1639
1639
  attr_accessor :ErrCode, :MatchTicketId, :RequestId
1640
-
1640
+
1641
1641
  def initialize(errcode=nil, matchticketid=nil, requestid=nil)
1642
1642
  @ErrCode = errcode
1643
1643
  @MatchTicketId = matchticketid
@@ -1659,7 +1659,7 @@ module TencentCloud
1659
1659
  # @type Value: String
1660
1660
 
1661
1661
  attr_accessor :Key, :Value
1662
-
1662
+
1663
1663
  def initialize(key=nil, value=nil)
1664
1664
  @Key = key
1665
1665
  @Value = value
@@ -1679,7 +1679,7 @@ module TencentCloud
1679
1679
  # @type TagValue: String
1680
1680
 
1681
1681
  attr_accessor :TagKey, :TagValue
1682
-
1682
+
1683
1683
  def initialize(tagkey=nil, tagvalue=nil)
1684
1684
  @TagKey = tagkey
1685
1685
  @TagValue = tagvalue
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gpm
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