tencentcloud-sdk-ump 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/v20200918/models.rb +55 -55
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ce46bf2b2ef11f3d8813b12948ce69a06088d3ab
4
- data.tar.gz: 97ed0f355d011721da57dec06fae74dd7b692942
3
+ metadata.gz: 8a6f1590232c41ccbe05f8d2c3ce8b077165253c
4
+ data.tar.gz: bf118cded13f26dbedbc2d6692fce3e34b642433
5
5
  SHA512:
6
- metadata.gz: 9a853be0049b17a35fc7068a4b39be2f5d8c1932f98510b557f1dcf7bcdb76112d1e928f302afb5c12ba21304a56cc34cbaeb4b1a26d39a53f98e4613551d1cf
7
- data.tar.gz: efc724e50fcf87c8a9fe475e019b4c758fe06fadb55ab70199bddaf3bf1f32ee388212c53367663075bef172f1b8e88f61e83e24196f3c3263985f2e127ec17d
6
+ metadata.gz: 8208804ca0287d1f33561a3ba58050ebf8957842ac744e200a20c9e40ada49d35057dbd9738e8418af180e2ff6a9918cb97fbee3b56ec24cd640eea756973433
7
+ data.tar.gz: 5894ad9271b447417a7899b3b1259f4254d5b8cbb8294389461fb2feb19456c4d9b3a1bd7056fabf419c233947c07e917ebc6d2d7c0520fcb7079718be1e8c9d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -27,7 +27,7 @@ module TencentCloud
27
27
  # @type BunkCodes: String
28
28
 
29
29
  attr_accessor :ZoneId, :ZoneName, :BunkCodes
30
-
30
+
31
31
  def initialize(zoneid=nil, zonename=nil, bunkcodes=nil)
32
32
  @ZoneId = zoneid
33
33
  @ZoneName = zonename
@@ -87,7 +87,7 @@ module TencentCloud
87
87
  # @type Height: Integer
88
88
 
89
89
  attr_accessor :GroupCode, :MallId, :FloorId, :CameraId, :CameraIp, :CameraMac, :CameraType, :CameraFeature, :CameraState, :ZoneId, :ZoneType, :Config, :Width, :Height
90
-
90
+
91
91
  def initialize(groupcode=nil, mallid=nil, floorid=nil, cameraid=nil, cameraip=nil, cameramac=nil, cameratype=nil, camerafeature=nil, camerastate=nil, zoneid=nil, zonetype=nil, config=nil, width=nil, height=nil)
92
92
  @GroupCode = groupcode
93
93
  @MallId = mallid
@@ -141,7 +141,7 @@ module TencentCloud
141
141
  # @type State: Integer
142
142
 
143
143
  attr_accessor :CameraId, :State
144
-
144
+
145
145
  def initialize(cameraid=nil, state=nil)
146
146
  @CameraId = cameraid
147
147
  @State = state
@@ -188,7 +188,7 @@ module TencentCloud
188
188
  # @type RTSP: String
189
189
 
190
190
  attr_accessor :CameraId, :CameraName, :CameraFeature, :CameraIp, :CameraState, :Zones, :Pixel, :RTSP
191
-
191
+
192
192
  def initialize(cameraid=nil, cameraname=nil, camerafeature=nil, cameraip=nil, camerastate=nil, zones=nil, pixel=nil, rtsp=nil)
193
193
  @CameraId = cameraid
194
194
  @CameraName = cameraname
@@ -251,7 +251,7 @@ module TencentCloud
251
251
  # @type Zones: Array
252
252
 
253
253
  attr_accessor :CameraProducer, :RTSP, :Fps, :DecodeFps, :PassengerFlow, :FaceExpose, :MallArea, :ShopArea, :TrackAreas, :Zones
254
-
254
+
255
255
  def initialize(cameraproducer=nil, rtsp=nil, fps=nil, decodefps=nil, passengerflow=nil, faceexpose=nil, mallarea=nil, shoparea=nil, trackareas=nil, zones=nil)
256
256
  @CameraProducer = cameraproducer
257
257
  @RTSP = rtsp
@@ -325,7 +325,7 @@ module TencentCloud
325
325
  # @type CoverAlert: :class:`Tencentcloud::Ump.v20200918.models.CreateCameraAlertsCoverAlert`
326
326
 
327
327
  attr_accessor :GroupCode, :MallId, :CameraId, :CaptureTime, :Image, :MoveAlert, :CoverAlert
328
-
328
+
329
329
  def initialize(groupcode=nil, mallid=nil, cameraid=nil, capturetime=nil, image=nil, movealert=nil, coveralert=nil)
330
330
  @GroupCode = groupcode
331
331
  @MallId = mallid
@@ -361,7 +361,7 @@ module TencentCloud
361
361
  # @type CoverConfidence: Float
362
362
 
363
363
  attr_accessor :Cover, :CoverConfidence
364
-
364
+
365
365
  def initialize(cover=nil, coverconfidence=nil)
366
366
  @Cover = cover
367
367
  @CoverConfidence = coverconfidence
@@ -381,7 +381,7 @@ module TencentCloud
381
381
  # @type MoveConfidence: Float
382
382
 
383
383
  attr_accessor :Move, :MoveConfidence
384
-
384
+
385
385
  def initialize(move=nil, moveconfidence=nil)
386
386
  @Move = move
387
387
  @MoveConfidence = moveconfidence
@@ -399,7 +399,7 @@ module TencentCloud
399
399
  # @type Alerts: Array
400
400
 
401
401
  attr_accessor :Alerts
402
-
402
+
403
403
  def initialize(alerts=nil)
404
404
  @Alerts = alerts
405
405
  end
@@ -422,7 +422,7 @@ module TencentCloud
422
422
  # @type RequestId: String
423
423
 
424
424
  attr_accessor :RequestId
425
-
425
+
426
426
  def initialize(requestid=nil)
427
427
  @RequestId = requestid
428
428
  end
@@ -442,7 +442,7 @@ module TencentCloud
442
442
  # @type CameraStates: Array
443
443
 
444
444
  attr_accessor :GroupCode, :MallId, :CameraStates
445
-
445
+
446
446
  def initialize(groupcode=nil, mallid=nil, camerastates=nil)
447
447
  @GroupCode = groupcode
448
448
  @MallId = mallid
@@ -469,7 +469,7 @@ module TencentCloud
469
469
  # @type RequestId: String
470
470
 
471
471
  attr_accessor :RequestId
472
-
472
+
473
473
  def initialize(requestid=nil)
474
474
  @RequestId = requestid
475
475
  end
@@ -485,7 +485,7 @@ module TencentCloud
485
485
  # @type Data: String
486
486
 
487
487
  attr_accessor :Data
488
-
488
+
489
489
  def initialize(data=nil)
490
490
  @Data = data
491
491
  end
@@ -504,7 +504,7 @@ module TencentCloud
504
504
  # @type RequestId: String
505
505
 
506
506
  attr_accessor :RspData, :RequestId
507
-
507
+
508
508
  def initialize(rspdata=nil, requestid=nil)
509
509
  @RspData = rspdata
510
510
  @RequestId = requestid
@@ -539,7 +539,7 @@ module TencentCloud
539
539
  # @type Warnings: Array
540
540
 
541
541
  attr_accessor :GroupCode, :MallId, :ZoneId, :CameraId, :CaptureTime, :State, :Image, :Warnings
542
-
542
+
543
543
  def initialize(groupcode=nil, mallid=nil, zoneid=nil, cameraid=nil, capturetime=nil, state=nil, image=nil, warnings=nil)
544
544
  @GroupCode = groupcode
545
545
  @MallId = mallid
@@ -576,7 +576,7 @@ module TencentCloud
576
576
  # @type RequestId: String
577
577
 
578
578
  attr_accessor :RequestId
579
-
579
+
580
580
  def initialize(requestid=nil)
581
581
  @RequestId = requestid
582
582
  end
@@ -596,7 +596,7 @@ module TencentCloud
596
596
  # @type MallId: Integer
597
597
 
598
598
  attr_accessor :GroupCode, :ProgramStateItems, :MallId
599
-
599
+
600
600
  def initialize(groupcode=nil, programstateitems=nil, mallid=nil)
601
601
  @GroupCode = groupcode
602
602
  @ProgramStateItems = programstateitems
@@ -623,7 +623,7 @@ module TencentCloud
623
623
  # @type RequestId: String
624
624
 
625
625
  attr_accessor :RequestId
626
-
626
+
627
627
  def initialize(requestid=nil)
628
628
  @RequestId = requestid
629
629
  end
@@ -645,7 +645,7 @@ module TencentCloud
645
645
  # @type ReportTime: Integer
646
646
 
647
647
  attr_accessor :GroupCode, :ServerStateItems, :MallId, :ReportTime
648
-
648
+
649
649
  def initialize(groupcode=nil, serverstateitems=nil, mallid=nil, reporttime=nil)
650
650
  @GroupCode = groupcode
651
651
  @ServerStateItems = serverstateitems
@@ -674,7 +674,7 @@ module TencentCloud
674
674
  # @type RequestId: String
675
675
 
676
676
  attr_accessor :RequestId
677
-
677
+
678
678
  def initialize(requestid=nil)
679
679
  @RequestId = requestid
680
680
  end
@@ -703,7 +703,7 @@ module TencentCloud
703
703
  # @type Image: String
704
704
 
705
705
  attr_accessor :GroupCode, :MallId, :ZoneId, :CameraId, :ActionType, :Image
706
-
706
+
707
707
  def initialize(groupcode=nil, mallid=nil, zoneid=nil, cameraid=nil, actiontype=nil, image=nil)
708
708
  @GroupCode = groupcode
709
709
  @MallId = mallid
@@ -729,7 +729,7 @@ module TencentCloud
729
729
  # @type RequestId: String
730
730
 
731
731
  attr_accessor :RequestId
732
-
732
+
733
733
  def initialize(requestid=nil)
734
734
  @RequestId = requestid
735
735
  end
@@ -749,7 +749,7 @@ module TencentCloud
749
749
  # @type TaskId: Integer
750
750
 
751
751
  attr_accessor :GroupCode, :MallId, :TaskId
752
-
752
+
753
753
  def initialize(groupcode=nil, mallid=nil, taskid=nil)
754
754
  @GroupCode = groupcode
755
755
  @MallId = mallid
@@ -769,7 +769,7 @@ module TencentCloud
769
769
  # @type RequestId: String
770
770
 
771
771
  attr_accessor :RequestId
772
-
772
+
773
773
  def initialize(requestid=nil)
774
774
  @RequestId = requestid
775
775
  end
@@ -787,7 +787,7 @@ module TencentCloud
787
787
  # @type MallId: Integer
788
788
 
789
789
  attr_accessor :GroupCode, :MallId
790
-
790
+
791
791
  def initialize(groupcode=nil, mallid=nil)
792
792
  @GroupCode = groupcode
793
793
  @MallId = mallid
@@ -807,7 +807,7 @@ module TencentCloud
807
807
  # @type RequestId: String
808
808
 
809
809
  attr_accessor :Cameras, :RequestId
810
-
810
+
811
811
  def initialize(cameras=nil, requestid=nil)
812
812
  @Cameras = cameras
813
813
  @RequestId = requestid
@@ -844,7 +844,7 @@ module TencentCloud
844
844
  # @type MallId: Integer
845
845
 
846
846
  attr_accessor :SessionId, :CameraSign, :CameraAppId, :CameraTimestamp, :ServerMac, :GroupCode, :MallId
847
-
847
+
848
848
  def initialize(sessionid=nil, camerasign=nil, cameraappid=nil, cameratimestamp=nil, servermac=nil, groupcode=nil, mallid=nil)
849
849
  @SessionId = sessionid
850
850
  @CameraSign = camerasign
@@ -878,7 +878,7 @@ module TencentCloud
878
878
  # @type RequestId: String
879
879
 
880
880
  attr_accessor :SessionId, :Version, :Cameras, :RequestId
881
-
881
+
882
882
  def initialize(sessionid=nil, version=nil, cameras=nil, requestid=nil)
883
883
  @SessionId = sessionid
884
884
  @Version = version
@@ -911,7 +911,7 @@ module TencentCloud
911
911
  # @type CameraId: Integer
912
912
 
913
913
  attr_accessor :GroupCode, :MallId, :CameraId
914
-
914
+
915
915
  def initialize(groupcode=nil, mallid=nil, cameraid=nil)
916
916
  @GroupCode = groupcode
917
917
  @MallId = mallid
@@ -933,7 +933,7 @@ module TencentCloud
933
933
  # @type RequestId: String
934
934
 
935
935
  attr_accessor :ImageUrl, :RequestId
936
-
936
+
937
937
  def initialize(imageurl=nil, requestid=nil)
938
938
  @ImageUrl = imageurl
939
939
  @RequestId = requestid
@@ -957,7 +957,7 @@ module TencentCloud
957
957
  # @type ZoneId: Integer
958
958
 
959
959
  attr_accessor :GroupCode, :MallId, :CameraId, :ZoneId
960
-
960
+
961
961
  def initialize(groupcode=nil, mallid=nil, cameraid=nil, zoneid=nil)
962
962
  @GroupCode = groupcode
963
963
  @MallId = mallid
@@ -981,7 +981,7 @@ module TencentCloud
981
981
  # @type RequestId: String
982
982
 
983
983
  attr_accessor :ImageUrl, :RequestId
984
-
984
+
985
985
  def initialize(imageurl=nil, requestid=nil)
986
986
  @ImageUrl = imageurl
987
987
  @RequestId = requestid
@@ -1004,7 +1004,7 @@ module TencentCloud
1004
1004
  # @type TaskType: Integer
1005
1005
 
1006
1006
  attr_accessor :GroupCode, :MallId, :TaskType
1007
-
1007
+
1008
1008
  def initialize(groupcode=nil, mallid=nil, tasktype=nil)
1009
1009
  @GroupCode = groupcode
1010
1010
  @MallId = mallid
@@ -1026,7 +1026,7 @@ module TencentCloud
1026
1026
  # @type RequestId: String
1027
1027
 
1028
1028
  attr_accessor :Tasks, :RequestId
1029
-
1029
+
1030
1030
  def initialize(tasks=nil, requestid=nil)
1031
1031
  @Tasks = tasks
1032
1032
  @RequestId = requestid
@@ -1053,7 +1053,7 @@ module TencentCloud
1053
1053
  # @type MallId: Integer
1054
1054
 
1055
1055
  attr_accessor :GroupCode, :MallId
1056
-
1056
+
1057
1057
  def initialize(groupcode=nil, mallid=nil)
1058
1058
  @GroupCode = groupcode
1059
1059
  @MallId = mallid
@@ -1073,7 +1073,7 @@ module TencentCloud
1073
1073
  # @type RequestId: String
1074
1074
 
1075
1075
  attr_accessor :Zones, :RequestId
1076
-
1076
+
1077
1077
  def initialize(zones=nil, requestid=nil)
1078
1078
  @Zones = zones
1079
1079
  @RequestId = requestid
@@ -1100,7 +1100,7 @@ module TencentCloud
1100
1100
  # @type Usage: Float
1101
1101
 
1102
1102
  attr_accessor :DiskName, :Usage
1103
-
1103
+
1104
1104
  def initialize(diskname=nil, usage=nil)
1105
1105
  @DiskName = diskname
1106
1106
  @Usage = usage
@@ -1126,7 +1126,7 @@ module TencentCloud
1126
1126
  # @type MonitoringAreas: Array
1127
1127
 
1128
1128
  attr_accessor :GroupCode, :MallId, :ZoneId, :CameraId, :MonitoringAreas
1129
-
1129
+
1130
1130
  def initialize(groupcode=nil, mallid=nil, zoneid=nil, cameraid=nil, monitoringareas=nil)
1131
1131
  @GroupCode = groupcode
1132
1132
  @MallId = mallid
@@ -1157,7 +1157,7 @@ module TencentCloud
1157
1157
  # @type RequestId: String
1158
1158
 
1159
1159
  attr_accessor :RequestId
1160
-
1160
+
1161
1161
  def initialize(requestid=nil)
1162
1162
  @RequestId = requestid
1163
1163
  end
@@ -1177,7 +1177,7 @@ module TencentCloud
1177
1177
  # @type WarningInfos: Array
1178
1178
 
1179
1179
  attr_accessor :Id, :MonitoringArea, :WarningInfos
1180
-
1180
+
1181
1181
  def initialize(id=nil, monitoringarea=nil, warninginfos=nil)
1182
1182
  @Id = id
1183
1183
  @MonitoringArea = monitoringarea
@@ -1220,7 +1220,7 @@ module TencentCloud
1220
1220
  # @type WarningAreaContour: Array
1221
1221
 
1222
1222
  attr_accessor :WarningType, :WarningAreaSize, :WarningLocation, :WarningAreaContour
1223
-
1223
+
1224
1224
  def initialize(warningtype=nil, warningareasize=nil, warninglocation=nil, warningareacontour=nil)
1225
1225
  @WarningType = warningtype
1226
1226
  @WarningAreaSize = warningareasize
@@ -1254,7 +1254,7 @@ module TencentCloud
1254
1254
  # @type Y: Integer
1255
1255
 
1256
1256
  attr_accessor :X, :Y
1257
-
1257
+
1258
1258
  def initialize(x=nil, y=nil)
1259
1259
  @X = x
1260
1260
  @Y = y
@@ -1272,7 +1272,7 @@ module TencentCloud
1272
1272
  # @type Points: Array
1273
1273
 
1274
1274
  attr_accessor :Points
1275
-
1275
+
1276
1276
  def initialize(points=nil)
1277
1277
  @Points = points
1278
1278
  end
@@ -1306,7 +1306,7 @@ module TencentCloud
1306
1306
  # @type State: Integer
1307
1307
 
1308
1308
  attr_accessor :ServerIp, :ProgramName, :OnlineCount, :OfflineCount, :State
1309
-
1309
+
1310
1310
  def initialize(serverip=nil, programname=nil, onlinecount=nil, offlinecount=nil, state=nil)
1311
1311
  @ServerIp = serverip
1312
1312
  @ProgramName = programname
@@ -1340,7 +1340,7 @@ module TencentCloud
1340
1340
  # @type ReportTime: Integer
1341
1341
 
1342
1342
  attr_accessor :GroupCode, :MallId, :ServiceRegisterInfos, :ServerIp, :ServerNodeId, :ReportTime
1343
-
1343
+
1344
1344
  def initialize(groupcode=nil, mallid=nil, serviceregisterinfos=nil, serverip=nil, servernodeid=nil, reporttime=nil)
1345
1345
  @GroupCode = groupcode
1346
1346
  @MallId = mallid
@@ -1373,7 +1373,7 @@ module TencentCloud
1373
1373
  # @type RequestId: String
1374
1374
 
1375
1375
  attr_accessor :RequestId
1376
-
1376
+
1377
1377
  def initialize(requestid=nil)
1378
1378
  @RequestId = requestid
1379
1379
  end
@@ -1395,7 +1395,7 @@ module TencentCloud
1395
1395
  # @type ImageTime: Integer
1396
1396
 
1397
1397
  attr_accessor :GroupCode, :MallId, :Image, :ImageTime
1398
-
1398
+
1399
1399
  def initialize(groupcode=nil, mallid=nil, image=nil, imagetime=nil)
1400
1400
  @GroupCode = groupcode
1401
1401
  @MallId = mallid
@@ -1421,7 +1421,7 @@ module TencentCloud
1421
1421
  # @type RequestId: String
1422
1422
 
1423
1423
  attr_accessor :FaceId, :Results, :RequestId
1424
-
1424
+
1425
1425
  def initialize(faceid=nil, results=nil, requestid=nil)
1426
1426
  @FaceId = faceid
1427
1427
  @Results = results
@@ -1452,7 +1452,7 @@ module TencentCloud
1452
1452
  # @type Similarity: Float
1453
1453
 
1454
1454
  attr_accessor :Image, :PersonId, :Similarity
1455
-
1455
+
1456
1456
  def initialize(image=nil, personid=nil, similarity=nil)
1457
1457
  @Image = image
1458
1458
  @PersonId = personid
@@ -1479,7 +1479,7 @@ module TencentCloud
1479
1479
  # @type DiskInfos: Array
1480
1480
 
1481
1481
  attr_accessor :ServerState, :ServerIp, :DiskInfos
1482
-
1482
+
1483
1483
  def initialize(serverstate=nil, serverip=nil, diskinfos=nil)
1484
1484
  @ServerState = serverstate
1485
1485
  @ServerIp = serverip
@@ -1511,7 +1511,7 @@ module TencentCloud
1511
1511
  # @type ServiceType: Integer
1512
1512
 
1513
1513
  attr_accessor :CgiUrl, :ServiceType
1514
-
1514
+
1515
1515
  def initialize(cgiurl=nil, servicetype=nil)
1516
1516
  @CgiUrl = cgiurl
1517
1517
  @ServiceType = servicetype
@@ -1538,7 +1538,7 @@ module TencentCloud
1538
1538
  # @type TaskType: Integer
1539
1539
 
1540
1540
  attr_accessor :TaskId, :GroupCode, :MallId, :TaskContent, :TaskType
1541
-
1541
+
1542
1542
  def initialize(taskid=nil, groupcode=nil, mallid=nil, taskcontent=nil, tasktype=nil)
1543
1543
  @TaskId = taskid
1544
1544
  @GroupCode = groupcode
@@ -1569,7 +1569,7 @@ module TencentCloud
1569
1569
  # @type Url: String
1570
1570
 
1571
1571
  attr_accessor :CameraId, :RTSP, :Url
1572
-
1572
+
1573
1573
  def initialize(cameraid=nil, rtsp=nil, url=nil)
1574
1574
  @CameraId = cameraid
1575
1575
  @RTSP = rtsp
@@ -1591,7 +1591,7 @@ module TencentCloud
1591
1591
  # @type ShopArea: Array
1592
1592
 
1593
1593
  attr_accessor :ZoneId, :ShopArea
1594
-
1594
+
1595
1595
  def initialize(zoneid=nil, shoparea=nil)
1596
1596
  @ZoneId = zoneid
1597
1597
  @ShopArea = shoparea
@@ -1643,7 +1643,7 @@ module TencentCloud
1643
1643
  # @type State: Integer
1644
1644
 
1645
1645
  attr_accessor :ZoneId, :ZoneName, :ZoneType, :BunkCodes, :FloorName, :FloorId, :BindNum, :DebugNum, :State
1646
-
1646
+
1647
1647
  def initialize(zoneid=nil, zonename=nil, zonetype=nil, bunkcodes=nil, floorname=nil, floorid=nil, bindnum=nil, debugnum=nil, state=nil)
1648
1648
  @ZoneId = zoneid
1649
1649
  @ZoneName = zonename
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ump
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