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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +14 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84f1b9e554931612c5f8105121566a28a2e5081d
|
|
4
|
+
data.tar.gz: fb1db35395e17429fbaeee905b888e76e6b9c4fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f8a6619d2d41693a6208075bafbe02caa754cc89f685a7ef3a5c15a5dfbee24d4c36a7355a099b57f7e9ab95dcc57f30a97df987c69b83e57b0b5b6c8e12a8e
|
|
7
|
+
data.tar.gz: f3549d9b76d2d6a0d0c93adf8b1888930510f9f1785aaae509782dac6d8f2bf19997ffa414f3696ee02a543246958cacf543109dcc9dcd86974e08e8f57eb381
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.510
|
data/lib/v20220817/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|