tencentcloud-sdk-gs 3.0.476 → 3.0.478

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: 36f46605a0cfbd1167cbb813c051ed1230bbedf8
4
- data.tar.gz: 7ba3119394896c3ae5342a98425c39dd2fc6240b
3
+ metadata.gz: bf83c2256d1b320a355a107011c3435d0a1a5265
4
+ data.tar.gz: c4c231c905c6e8a8368250b2fb7c66670fafc0e7
5
5
  SHA512:
6
- metadata.gz: 6c778878936c9b4524b3d994f900addc7f33e660c6898eeabf2b539e21a896d2d1be543a7cb7ed4b8c7eaf342a1ccea823e48f08e9059f93b87535e4ded52523
7
- data.tar.gz: 1a5b91ef4da83743c0f8c5b4794b44198d6cb594a19415dd8dc8289affca3f57ac6d888f712ad97cd27f0edf4f524f2a651c03cd97259ea7f30d857e88f90a5f
6
+ metadata.gz: fe3906607e730971b2aff8cb09f68e4c319896f22130dab85c6860525d08b8e463c7724c2626e02c6c06072b1644ddb2c512147d857ec5da057577cf9ffab7b8
7
+ data.tar.gz: 24c14409e7e5163c925a2cb2549f0efa401e2005addb798d53d7f9109dd7605efe97e948acb61dbdcd1c569349c1c5e196c68d3a6dd94ba2c975c26b945263fb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.476
1
+ 3.0.478
@@ -139,19 +139,25 @@ module TencentCloud
139
139
  # @type GroupId: String
140
140
  # @param GameRegion: 游戏区域
141
141
  # @type GameRegion: String
142
+ # @param GameType: 游戏类型。
143
+ # MOBILE:手游
144
+ # PC:默认值,端游
145
+ # @type GameType: String
142
146
 
143
- attr_accessor :GameId, :GroupId, :GameRegion
147
+ attr_accessor :GameId, :GroupId, :GameRegion, :GameType
144
148
 
145
- def initialize(gameid=nil, groupid=nil, gameregion=nil)
149
+ def initialize(gameid=nil, groupid=nil, gameregion=nil, gametype=nil)
146
150
  @GameId = gameid
147
151
  @GroupId = groupid
148
152
  @GameRegion = gameregion
153
+ @GameType = gametype
149
154
  end
150
155
 
151
156
  def deserialize(params)
152
157
  @GameId = params['GameId']
153
158
  @GroupId = params['GroupId']
154
159
  @GameRegion = params['GameRegion']
160
+ @GameType = params['GameType']
155
161
  end
156
162
  end
157
163
 
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.476
4
+ version: 3.0.478
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-19 00:00:00.000000000 Z
11
+ date: 2022-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common