tencentcloud-sdk-gs 3.0.389 → 3.0.396

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: 22aac990694c7824c769b6071c57144af904e60e
4
- data.tar.gz: 9ec61f8b1d7a6c92bc4111bf7029e3fef71398f8
3
+ metadata.gz: f45399432874127ed909c482bf9afbeba402de78
4
+ data.tar.gz: 698fab0bfb062c077878fe6d7eddd43c2ad447be
5
5
  SHA512:
6
- metadata.gz: c6554b6e3d27ebdc7716cead5b3c5d18332d94485a54868643481c0c75ebb26b065ad2109af73f8418b6ee6c7ea339b4883ec8527bbc5de9afe74cab4b27f3e3
7
- data.tar.gz: eeada7c0eefe2fed67acfcea05a8b68e2a94c662e1b150b9d83248d34d05e8d549e922ea4be43ccd7d3ecc45b9d9cf5c5ee4eaf59754943ea379585be49f325d
6
+ metadata.gz: 8cdac2ba83a0b201a7370ba85fc4b4e1176e315c85954d48fbecc932c91d6467741638e9594eca2ec5daca20790d6ab90afad84574b2458cd7434c9eb7eedd0e
7
+ data.tar.gz: 83041846f48a68e82e7940272ad5df376ec1f3520efc85d31672e3e382144e82b96e67a2bb8bbfe07a63147716842ed312aacb81c84fb07b238d079ceda61a23
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.389
1
+ 3.0.396
@@ -53,7 +53,7 @@ module TencentCloud
53
53
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
54
  end
55
55
 
56
- # 获取实例总数和运行数
56
+ # 获取并发总数和运行数
57
57
 
58
58
  # @param request: Request instance for DescribeInstancesCount.
59
59
  # @type request: :class:`Tencentcloud::gs::V20191118::DescribeInstancesCountRequest`
@@ -137,17 +137,21 @@ module TencentCloud
137
137
  # @type GameId: String
138
138
  # @param GroupId: 实例分组ID
139
139
  # @type GroupId: String
140
+ # @param GameRegion: 游戏区域
141
+ # @type GameRegion: String
140
142
 
141
- attr_accessor :GameId, :GroupId
143
+ attr_accessor :GameId, :GroupId, :GameRegion
142
144
 
143
- def initialize(gameid=nil, groupid=nil)
145
+ def initialize(gameid=nil, groupid=nil, gameregion=nil)
144
146
  @GameId = gameid
145
147
  @GroupId = groupid
148
+ @GameRegion = gameregion
146
149
  end
147
150
 
148
151
  def deserialize(params)
149
152
  @GameId = params['GameId']
150
153
  @GroupId = params['GroupId']
154
+ @GameRegion = params['GameRegion']
151
155
  end
152
156
  end
153
157
 
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.389
4
+ version: 3.0.396
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-08-17 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common