tencentcloud-sdk-lcic 3.0.509 → 3.0.510

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/v20220817/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6419849ca5a87f79735049ba8b7ad899f0ad10ad
4
- data.tar.gz: 6f921b68846660ce8ed09b8d984fc24768c51ddf
3
+ metadata.gz: 84f1b9e554931612c5f8105121566a28a2e5081d
4
+ data.tar.gz: fb1db35395e17429fbaeee905b888e76e6b9c4fc
5
5
  SHA512:
6
- metadata.gz: 15e922d8946b37266798e5345d72555467382393952fd0cf947cfa2132811ab2e7b28e71f91b460e5efaaf9b4e18e64bccb16da714cc1a12faf74b6a85a6b2e6
7
- data.tar.gz: 3ab4d4368350534fe36b87885fea4facda234290750e377d915352b865bfa38f23277c374ab09b4a7fcd4b399df82adc8bba9c6a2d2d9a022c3d0eb8c0723c66
6
+ metadata.gz: 0f8a6619d2d41693a6208075bafbe02caa754cc89f685a7ef3a5c15a5dfbee24d4c36a7355a099b57f7e9ab95dcc57f30a97df987c69b83e57b0b5b6c8e12a8e
7
+ data.tar.gz: f3549d9b76d2d6a0d0c93adf8b1888930510f9f1785aaae509782dac6d8f2bf19997ffa414f3696ee02a543246958cacf543109dcc9dcd86974e08e8f57eb381
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.510
@@ -1421,10 +1421,16 @@ module TencentCloud
1421
1421
  # @type LastQuitTimestamp: Integer
1422
1422
  # @param Rewords: 奖励次数。
1423
1423
  # @type Rewords: Integer
1424
+ # @param IPAddress: 用户IP。
1425
+ # @type IPAddress: String
1426
+ # @param Location: 用户位置信息。
1427
+ # @type Location: String
1428
+ # @param Device: 用户设备平台信息。0:unknown 1:windows 2:mac 3:android 4:ios 5:web 6:h5 7:miniprogram (小程序)
1429
+ # @type Device: Integer
1424
1430
 
1425
- attr_accessor :UserId, :UserName, :PresentTime, :Camera, :Mic, :Silence, :AnswerQuestions, :HandUps, :FirstJoinTimestamp, :LastQuitTimestamp, :Rewords
1431
+ attr_accessor :UserId, :UserName, :PresentTime, :Camera, :Mic, :Silence, :AnswerQuestions, :HandUps, :FirstJoinTimestamp, :LastQuitTimestamp, :Rewords, :IPAddress, :Location, :Device
1426
1432
 
1427
- def initialize(userid=nil, username=nil, presenttime=nil, camera=nil, mic=nil, silence=nil, answerquestions=nil, handups=nil, firstjointimestamp=nil, lastquittimestamp=nil, rewords=nil)
1433
+ def initialize(userid=nil, username=nil, presenttime=nil, camera=nil, mic=nil, silence=nil, answerquestions=nil, handups=nil, firstjointimestamp=nil, lastquittimestamp=nil, rewords=nil, ipaddress=nil, location=nil, device=nil)
1428
1434
  @UserId = userid
1429
1435
  @UserName = username
1430
1436
  @PresentTime = presenttime
@@ -1436,6 +1442,9 @@ module TencentCloud
1436
1442
  @FirstJoinTimestamp = firstjointimestamp
1437
1443
  @LastQuitTimestamp = lastquittimestamp
1438
1444
  @Rewords = rewords
1445
+ @IPAddress = ipaddress
1446
+ @Location = location
1447
+ @Device = device
1439
1448
  end
1440
1449
 
1441
1450
  def deserialize(params)
@@ -1450,6 +1459,9 @@ module TencentCloud
1450
1459
  @FirstJoinTimestamp = params['FirstJoinTimestamp']
1451
1460
  @LastQuitTimestamp = params['LastQuitTimestamp']
1452
1461
  @Rewords = params['Rewords']
1462
+ @IPAddress = params['IPAddress']
1463
+ @Location = params['Location']
1464
+ @Device = params['Device']
1453
1465
  end
1454
1466
  end
1455
1467
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.509
4
+ version: 3.0.510
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-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common