tencentcloud-sdk-bizlive 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190313/models.rb +14 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0968c68a6440318d6e88b4a6b1b7ecef7f6c462
4
- data.tar.gz: 7cfd54d45cac0c1928b04bdf56bbfbd7e9a6b6a7
3
+ metadata.gz: e85b0f0e1ff0b3a8e2d65edcebe7f1ed6e75e9f8
4
+ data.tar.gz: e7370a800cd5ab3556eceef159ee4a9383440fac
5
5
  SHA512:
6
- metadata.gz: 74257b83d6d3b6248b97dcc4cda540e5a2b51dbdc4b917f459cb6d418e349355c7ef2705ae09bb489c4ffa89f0bead318f9ae4d7e8240a7fdd7a828b69068082
7
- data.tar.gz: 9e715d1d1efd2216ec96824d37ebf62f07e43f0a70b8b36929ae529d7fcda43d653d858dc32eb09c4f5d0200ca76e65d00f95b2d7c883da30369b0fb80b63344
6
+ metadata.gz: 765b62aaa7e48910f238af3b852c0362484e759cbc5e1c2882521d7ff3fb8f44371107c7383faadba6477fd7f5fa0648db20d91adfdb233238dfc9db7e088c83
7
+ data.tar.gz: 01997662b0af55a7c38052b91fa0126bbd92f1530c7775ab4ca6cbce8d0c771f360835aa098d9a38c7e4873270fe2021b75c000ce9cfc640ead7120323b12479
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -35,7 +35,7 @@ module TencentCloud
35
35
  # @type Resolution: String
36
36
 
37
37
  attr_accessor :ClientSession, :GameId, :UserId, :GameParas, :GameRegion, :ImageUrl, :Resolution
38
-
38
+
39
39
  def initialize(clientsession=nil, gameid=nil, userid=nil, gameparas=nil, gameregion=nil, imageurl=nil, resolution=nil)
40
40
  @ClientSession = clientsession
41
41
  @GameId = gameid
@@ -65,7 +65,7 @@ module TencentCloud
65
65
  # @type RequestId: String
66
66
 
67
67
  attr_accessor :ServerSession, :RequestId
68
-
68
+
69
69
  def initialize(serversession=nil, requestid=nil)
70
70
  @ServerSession = serversession
71
71
  @RequestId = requestid
@@ -91,7 +91,7 @@ module TencentCloud
91
91
  # @type Time: String
92
92
 
93
93
  attr_accessor :Bandwidth, :Flux, :Online, :Request, :Time
94
-
94
+
95
95
  def initialize(bandwidth=nil, flux=nil, online=nil, request=nil, time=nil)
96
96
  @Bandwidth = bandwidth
97
97
  @Flux = flux
@@ -124,7 +124,7 @@ module TencentCloud
124
124
  # @type StreamName: String
125
125
 
126
126
  attr_accessor :EndTime, :PlayDomain, :StartTime, :StreamName
127
-
127
+
128
128
  def initialize(endtime=nil, playdomain=nil, starttime=nil, streamname=nil)
129
129
  @EndTime = endtime
130
130
  @PlayDomain = playdomain
@@ -148,7 +148,7 @@ module TencentCloud
148
148
  # @type RequestId: String
149
149
 
150
150
  attr_accessor :DataInfoList, :RequestId
151
-
151
+
152
152
  def initialize(datainfolist=nil, requestid=nil)
153
153
  @DataInfoList = datainfolist
154
154
  @RequestId = requestid
@@ -170,7 +170,7 @@ module TencentCloud
170
170
  # DescribeWorkers请求参数结构体
171
171
  class DescribeWorkersRequest < TencentCloud::Common::AbstractModel
172
172
 
173
-
173
+
174
174
  def initialize()
175
175
  end
176
176
 
@@ -190,7 +190,7 @@ module TencentCloud
190
190
  # @type RequestId: String
191
191
 
192
192
  attr_accessor :RegionDetail, :Idle, :RegionNum, :RequestId
193
-
193
+
194
194
  def initialize(regiondetail=nil, idle=nil, regionnum=nil, requestid=nil)
195
195
  @RegionDetail = regiondetail
196
196
  @Idle = idle
@@ -226,7 +226,7 @@ module TencentCloud
226
226
  # @type ResumeTime: String
227
227
 
228
228
  attr_accessor :AppName, :DomainName, :StreamName, :ResumeTime
229
-
229
+
230
230
  def initialize(appname=nil, domainname=nil, streamname=nil, resumetime=nil)
231
231
  @AppName = appname
232
232
  @DomainName = domainname
@@ -248,7 +248,7 @@ module TencentCloud
248
248
  # @type RequestId: String
249
249
 
250
250
  attr_accessor :RequestId
251
-
251
+
252
252
  def initialize(requestid=nil)
253
253
  @RequestId = requestid
254
254
  end
@@ -270,7 +270,7 @@ module TencentCloud
270
270
  # @type Level: Integer
271
271
 
272
272
  attr_accessor :Nickname, :UserId, :HeadImgUrl, :Level
273
-
273
+
274
274
  def initialize(nickname=nil, userid=nil, headimgurl=nil, level=nil)
275
275
  @Nickname = nickname
276
276
  @UserId = userid
@@ -294,7 +294,7 @@ module TencentCloud
294
294
  # @type RequestId: String
295
295
 
296
296
  attr_accessor :UserKey, :RequestId
297
-
297
+
298
298
  def initialize(userkey=nil, requestid=nil)
299
299
  @UserKey = userkey
300
300
  @RequestId = requestid
@@ -312,7 +312,7 @@ module TencentCloud
312
312
  # @type UserId: String
313
313
 
314
314
  attr_accessor :UserId
315
-
315
+
316
316
  def initialize(userid=nil)
317
317
  @UserId = userid
318
318
  end
@@ -328,7 +328,7 @@ module TencentCloud
328
328
  # @type RequestId: String
329
329
 
330
330
  attr_accessor :RequestId
331
-
331
+
332
332
  def initialize(requestid=nil)
333
333
  @RequestId = requestid
334
334
  end
@@ -346,7 +346,7 @@ module TencentCloud
346
346
  # @type Region: String
347
347
 
348
348
  attr_accessor :Idle, :Region
349
-
349
+
350
350
  def initialize(idle=nil, region=nil)
351
351
  @Idle = idle
352
352
  @Region = region
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bizlive
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