tencentcloud-sdk-youmall 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +89 -89
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: daa460b9596a41a74bc8df15920d3da8c6b87065
4
- data.tar.gz: 3b3d266d42965a8b505bfda81e63c148ac0f561c
3
+ metadata.gz: 3e63ebffc05d884492093c1be329a0ef0596f9fc
4
+ data.tar.gz: 2f7bea97df24249b5c17adeb7b1bd929f3da02b1
5
5
  SHA512:
6
- metadata.gz: 6f39afff94b7a8da72b490c65d02a0f245eb601acb5d3597aad48b263807700bbea82555d210bc75ec344b1f35b561ae0ad48cca202eaa35a12ca87b3c7e2c92
7
- data.tar.gz: bdd29fcc537c32b8a2d4bba504236b238d44b2ba32c8d24da757540f60cf908537638bce7ddb8933aa813fa2fd156143409b1d2ef4be7eb2bbad8a1527b03ea3
6
+ metadata.gz: e2505c5b1193dc724766220587ad131f74eb99af3683449cb090bef7acd1a7b6eab47f03f83ce3a42956ac9636bd77347cf6a277218bafe0b533bf0faacee9e5
7
+ data.tar.gz: 64938bff3c5b788fb97abf294077f10a8e848756b7a7a6128609300ecd1510e19d653f3d4f4fa3496250964e591bab44744646e77a33ce01999ca0d97a62a6d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -33,7 +33,7 @@ module TencentCloud
33
33
  # @type TraceId: String
34
34
 
35
35
  attr_accessor :ArrivedTime, :LeaveTime, :StaySecond, :InCapPic, :OutCapPic, :TraceId
36
-
36
+
37
37
  def initialize(arrivedtime=nil, leavetime=nil, staysecond=nil, incappic=nil, outcappic=nil, traceid=nil)
38
38
  @ArrivedTime = arrivedtime
39
39
  @LeaveTime = leavetime
@@ -69,7 +69,7 @@ module TencentCloud
69
69
  # @type PersonInfo: :class:`Tencentcloud::Youmall.v20180228.models.PersonInfo`
70
70
 
71
71
  attr_accessor :TempId, :FaceId, :IdType, :FacePic, :Time, :PersonInfo
72
-
72
+
73
73
  def initialize(tempid=nil, faceid=nil, idtype=nil, facepic=nil, time=nil, personinfo=nil)
74
74
  @TempId = tempid
75
75
  @FaceId = faceid
@@ -106,7 +106,7 @@ module TencentCloud
106
106
  # @type Remark: String
107
107
 
108
108
  attr_accessor :CompanyId, :Name, :Password, :ShopCode, :Remark
109
-
109
+
110
110
  def initialize(companyid=nil, name=nil, password=nil, shopcode=nil, remark=nil)
111
111
  @CompanyId = companyid
112
112
  @Name = name
@@ -130,7 +130,7 @@ module TencentCloud
130
130
  # @type RequestId: String
131
131
 
132
132
  attr_accessor :RequestId
133
-
133
+
134
134
  def initialize(requestid=nil)
135
135
  @RequestId = requestid
136
136
  end
@@ -156,7 +156,7 @@ module TencentCloud
156
156
  # @type IsForceUpload: Boolean
157
157
 
158
158
  attr_accessor :CompanyId, :PersonType, :Picture, :PictureName, :ShopId, :IsForceUpload
159
-
159
+
160
160
  def initialize(companyid=nil, persontype=nil, picture=nil, picturename=nil, shopid=nil, isforceupload=nil)
161
161
  @CompanyId = companyid
162
162
  @PersonType = persontype
@@ -188,7 +188,7 @@ module TencentCloud
188
188
  # @type RequestId: String
189
189
 
190
190
  attr_accessor :PersonId, :Status, :PictureUrl, :RequestId
191
-
191
+
192
192
  def initialize(personid=nil, status=nil, pictureurl=nil, requestid=nil)
193
193
  @PersonId = personid
194
194
  @Status = status
@@ -212,7 +212,7 @@ module TencentCloud
212
212
  # @type TracePointSet: Array
213
213
 
214
214
  attr_accessor :TraceDate, :TracePointSet
215
-
215
+
216
216
  def initialize(tracedate=nil, tracepointset=nil)
217
217
  @TraceDate = tracedate
218
218
  @TracePointSet = tracepointset
@@ -241,7 +241,7 @@ module TencentCloud
241
241
  # @type PersonId: Integer
242
242
 
243
243
  attr_accessor :CompanyId, :ShopId, :PersonId
244
-
244
+
245
245
  def initialize(companyid=nil, shopid=nil, personid=nil)
246
246
  @CompanyId = companyid
247
247
  @ShopId = shopid
@@ -261,7 +261,7 @@ module TencentCloud
261
261
  # @type RequestId: String
262
262
 
263
263
  attr_accessor :RequestId
264
-
264
+
265
265
  def initialize(requestid=nil)
266
266
  @RequestId = requestid
267
267
  end
@@ -291,7 +291,7 @@ module TencentCloud
291
291
  # @type IsNeedPic: Integer
292
292
 
293
293
  attr_accessor :CompanyId, :ShopId, :CameraId, :StartTime, :EndTime, :PosId, :Num, :IsNeedPic
294
-
294
+
295
295
  def initialize(companyid=nil, shopid=nil, cameraid=nil, starttime=nil, endtime=nil, posid=nil, num=nil, isneedpic=nil)
296
296
  @CompanyId = companyid
297
297
  @ShopId = shopid
@@ -331,7 +331,7 @@ module TencentCloud
331
331
  # @type RequestId: String
332
332
 
333
333
  attr_accessor :CompanyId, :ShopId, :CameraId, :PosId, :Infos, :RequestId
334
-
334
+
335
335
  def initialize(companyid=nil, shopid=nil, cameraid=nil, posid=nil, infos=nil, requestid=nil)
336
336
  @CompanyId = companyid
337
337
  @ShopId = shopid
@@ -370,7 +370,7 @@ module TencentCloud
370
370
  # @type EndTime: String
371
371
 
372
372
  attr_accessor :MallId, :PersonId, :StartTime, :EndTime
373
-
373
+
374
374
  def initialize(mallid=nil, personid=nil, starttime=nil, endtime=nil)
375
375
  @MallId = mallid
376
376
  @PersonId = personid
@@ -400,7 +400,7 @@ module TencentCloud
400
400
  # @type RequestId: String
401
401
 
402
402
  attr_accessor :MallId, :MallCode, :PersonId, :ArrivedMallSet, :RequestId
403
-
403
+
404
404
  def initialize(mallid=nil, mallcode=nil, personid=nil, arrivedmallset=nil, requestid=nil)
405
405
  @MallId = mallid
406
406
  @MallCode = mallcode
@@ -437,7 +437,7 @@ module TencentCloud
437
437
  # @type EndTime: String
438
438
 
439
439
  attr_accessor :MallId, :PersonId, :StartTime, :EndTime
440
-
440
+
441
441
  def initialize(mallid=nil, personid=nil, starttime=nil, endtime=nil)
442
442
  @MallId = mallid
443
443
  @PersonId = personid
@@ -467,7 +467,7 @@ module TencentCloud
467
467
  # @type RequestId: String
468
468
 
469
469
  attr_accessor :MallId, :MallCode, :PersonId, :TracePointSet, :RequestId
470
-
470
+
471
471
  def initialize(mallid=nil, mallcode=nil, personid=nil, tracepointset=nil, requestid=nil)
472
472
  @MallId = mallid
473
473
  @MallCode = mallcode
@@ -508,7 +508,7 @@ module TencentCloud
508
508
  # @type PictureExpires: Integer
509
509
 
510
510
  attr_accessor :CompanyId, :ShopId, :TempId, :CameraId, :PosId, :PictureExpires
511
-
511
+
512
512
  def initialize(companyid=nil, shopid=nil, tempid=nil, cameraid=nil, posid=nil, pictureexpires=nil)
513
513
  @CompanyId = companyid
514
514
  @ShopId = shopid
@@ -548,7 +548,7 @@ module TencentCloud
548
548
  # @type RequestId: String
549
549
 
550
550
  attr_accessor :CompanyId, :ShopId, :CameraId, :PosId, :TempId, :FaceId, :PersonInfo, :RequestId
551
-
551
+
552
552
  def initialize(companyid=nil, shopid=nil, cameraid=nil, posid=nil, tempid=nil, faceid=nil, personinfo=nil, requestid=nil)
553
553
  @CompanyId = companyid
554
554
  @ShopId = shopid
@@ -593,7 +593,7 @@ module TencentCloud
593
593
  # @type Offset: Integer
594
594
 
595
595
  attr_accessor :Time, :CompanyId, :ShopId, :StartDay, :EndDay, :Limit, :Offset
596
-
596
+
597
597
  def initialize(time=nil, companyid=nil, shopid=nil, startday=nil, endday=nil, limit=nil, offset=nil)
598
598
  @Time = time
599
599
  @CompanyId = companyid
@@ -623,7 +623,7 @@ module TencentCloud
623
623
  # @type RequestId: String
624
624
 
625
625
  attr_accessor :InstanceSet, :RequestId
626
-
626
+
627
627
  def initialize(instanceset=nil, requestid=nil)
628
628
  @InstanceSet = instanceset
629
629
  @RequestId = requestid
@@ -648,7 +648,7 @@ module TencentCloud
648
648
  # @type ShopId: Integer
649
649
 
650
650
  attr_accessor :Time, :CompanyId, :ShopId
651
-
651
+
652
652
  def initialize(time=nil, companyid=nil, shopid=nil)
653
653
  @Time = time
654
654
  @CompanyId = companyid
@@ -670,7 +670,7 @@ module TencentCloud
670
670
  # @type RequestId: String
671
671
 
672
672
  attr_accessor :InstanceSet, :RequestId
673
-
673
+
674
674
  def initialize(instanceset=nil, requestid=nil)
675
675
  @InstanceSet = instanceset
676
676
  @RequestId = requestid
@@ -697,7 +697,7 @@ module TencentCloud
697
697
  # @type EndTime: String
698
698
 
699
699
  attr_accessor :MallId, :PersonId, :StartTime, :EndTime
700
-
700
+
701
701
  def initialize(mallid=nil, personid=nil, starttime=nil, endtime=nil)
702
702
  @MallId = mallid
703
703
  @PersonId = personid
@@ -727,7 +727,7 @@ module TencentCloud
727
727
  # @type RequestId: String
728
728
 
729
729
  attr_accessor :MallId, :MallCode, :PersonId, :ArrivedMallSet, :RequestId
730
-
730
+
731
731
  def initialize(mallid=nil, mallcode=nil, personid=nil, arrivedmallset=nil, requestid=nil)
732
732
  @MallId = mallid
733
733
  @MallCode = mallcode
@@ -762,7 +762,7 @@ module TencentCloud
762
762
  # @type Picture: String
763
763
 
764
764
  attr_accessor :CompanyId, :ShopId, :Picture
765
-
765
+
766
766
  def initialize(companyid=nil, shopid=nil, picture=nil)
767
767
  @CompanyId = companyid
768
768
  @ShopId = shopid
@@ -796,7 +796,7 @@ module TencentCloud
796
796
  # @type RequestId: String
797
797
 
798
798
  attr_accessor :CompanyId, :ShopId, :PersonId, :PictureUrl, :PersonType, :FirstVisitTime, :VisitTimes, :RequestId
799
-
799
+
800
800
  def initialize(companyid=nil, shopid=nil, personid=nil, pictureurl=nil, persontype=nil, firstvisittime=nil, visittimes=nil, requestid=nil)
801
801
  @CompanyId = companyid
802
802
  @ShopId = shopid
@@ -838,7 +838,7 @@ module TencentCloud
838
838
  # @type PersonType: Integer
839
839
 
840
840
  attr_accessor :CompanyId, :ShopId, :StartPersonId, :Offset, :Limit, :PictureExpires, :PersonType
841
-
841
+
842
842
  def initialize(companyid=nil, shopid=nil, startpersonid=nil, offset=nil, limit=nil, pictureexpires=nil, persontype=nil)
843
843
  @CompanyId = companyid
844
844
  @ShopId = shopid
@@ -874,7 +874,7 @@ module TencentCloud
874
874
  # @type RequestId: String
875
875
 
876
876
  attr_accessor :CompanyId, :ShopId, :TotalCount, :PersonInfoSet, :RequestId
877
-
877
+
878
878
  def initialize(companyid=nil, shopid=nil, totalcount=nil, personinfoset=nil, requestid=nil)
879
879
  @CompanyId = companyid
880
880
  @ShopId = shopid
@@ -909,7 +909,7 @@ module TencentCloud
909
909
  # @type Limit: Integer
910
910
 
911
911
  attr_accessor :MallId, :Offset, :Limit
912
-
912
+
913
913
  def initialize(mallid=nil, offset=nil, limit=nil)
914
914
  @MallId = mallid
915
915
  @Offset = offset
@@ -933,7 +933,7 @@ module TencentCloud
933
933
  # @type RequestId: String
934
934
 
935
935
  attr_accessor :TotalCount, :PersonSet, :RequestId
936
-
936
+
937
937
  def initialize(totalcount=nil, personset=nil, requestid=nil)
938
938
  @TotalCount = totalcount
939
939
  @PersonSet = personset
@@ -964,7 +964,7 @@ module TencentCloud
964
964
  # @type TraceId: String
965
965
 
966
966
  attr_accessor :MallId, :PersonId, :TraceId
967
-
967
+
968
968
  def initialize(mallid=nil, personid=nil, traceid=nil)
969
969
  @MallId = mallid
970
970
  @PersonId = personid
@@ -992,7 +992,7 @@ module TencentCloud
992
992
  # @type RequestId: String
993
993
 
994
994
  attr_accessor :MallId, :PersonId, :TraceId, :CoordinateSet, :RequestId
995
-
995
+
996
996
  def initialize(mallid=nil, personid=nil, traceid=nil, coordinateset=nil, requestid=nil)
997
997
  @MallId = mallid
998
998
  @PersonId = personid
@@ -1029,7 +1029,7 @@ module TencentCloud
1029
1029
  # @type EndTime: String
1030
1030
 
1031
1031
  attr_accessor :MallId, :PersonId, :StartTime, :EndTime
1032
-
1032
+
1033
1033
  def initialize(mallid=nil, personid=nil, starttime=nil, endtime=nil)
1034
1034
  @MallId = mallid
1035
1035
  @PersonId = personid
@@ -1059,7 +1059,7 @@ module TencentCloud
1059
1059
  # @type RequestId: String
1060
1060
 
1061
1061
  attr_accessor :MallId, :MallCode, :PersonId, :TraceRouteSet, :RequestId
1062
-
1062
+
1063
1063
  def initialize(mallid=nil, mallcode=nil, personid=nil, tracerouteset=nil, requestid=nil)
1064
1064
  @MallId = mallid
1065
1065
  @MallCode = mallcode
@@ -1106,7 +1106,7 @@ module TencentCloud
1106
1106
  # @type EndDateTime: String
1107
1107
 
1108
1108
  attr_accessor :CompanyId, :ShopId, :Offset, :Limit, :StartDate, :EndDate, :PictureExpires, :StartDateTime, :EndDateTime
1109
-
1109
+
1110
1110
  def initialize(companyid=nil, shopid=nil, offset=nil, limit=nil, startdate=nil, enddate=nil, pictureexpires=nil, startdatetime=nil, enddatetime=nil)
1111
1111
  @CompanyId = companyid
1112
1112
  @ShopId = shopid
@@ -1146,7 +1146,7 @@ module TencentCloud
1146
1146
  # @type RequestId: String
1147
1147
 
1148
1148
  attr_accessor :CompanyId, :ShopId, :TotalCount, :PersonVisitInfoSet, :RequestId
1149
-
1149
+
1150
1150
  def initialize(companyid=nil, shopid=nil, totalcount=nil, personvisitinfoset=nil, requestid=nil)
1151
1151
  @CompanyId = companyid
1152
1152
  @ShopId = shopid
@@ -1187,7 +1187,7 @@ module TencentCloud
1187
1187
  # @type Limit: Integer
1188
1188
 
1189
1189
  attr_accessor :CompanyId, :ShopId, :StartDate, :EndDate, :Offset, :Limit
1190
-
1190
+
1191
1191
  def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil, offset=nil, limit=nil)
1192
1192
  @CompanyId = companyid
1193
1193
  @ShopId = shopid
@@ -1221,7 +1221,7 @@ module TencentCloud
1221
1221
  # @type RequestId: String
1222
1222
 
1223
1223
  attr_accessor :CompanyId, :ShopId, :TotalCount, :ShopHourTrafficInfoSet, :RequestId
1224
-
1224
+
1225
1225
  def initialize(companyid=nil, shopid=nil, totalcount=nil, shophourtrafficinfoset=nil, requestid=nil)
1226
1226
  @CompanyId = companyid
1227
1227
  @ShopId = shopid
@@ -1254,7 +1254,7 @@ module TencentCloud
1254
1254
  # @type Limit: Integer
1255
1255
 
1256
1256
  attr_accessor :Offset, :Limit
1257
-
1257
+
1258
1258
  def initialize(offset=nil, limit=nil)
1259
1259
  @Offset = offset
1260
1260
  @Limit = limit
@@ -1276,7 +1276,7 @@ module TencentCloud
1276
1276
  # @type RequestId: String
1277
1277
 
1278
1278
  attr_accessor :TotalCount, :ShopInfoSet, :RequestId
1279
-
1279
+
1280
1280
  def initialize(totalcount=nil, shopinfoset=nil, requestid=nil)
1281
1281
  @TotalCount = totalcount
1282
1282
  @ShopInfoSet = shopinfoset
@@ -1313,7 +1313,7 @@ module TencentCloud
1313
1313
  # @type Limit: Integer
1314
1314
 
1315
1315
  attr_accessor :CompanyId, :ShopId, :StartDate, :EndDate, :Offset, :Limit
1316
-
1316
+
1317
1317
  def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil, offset=nil, limit=nil)
1318
1318
  @CompanyId = companyid
1319
1319
  @ShopId = shopid
@@ -1347,7 +1347,7 @@ module TencentCloud
1347
1347
  # @type RequestId: String
1348
1348
 
1349
1349
  attr_accessor :CompanyId, :ShopId, :TotalCount, :ShopDayTrafficInfoSet, :RequestId
1350
-
1350
+
1351
1351
  def initialize(companyid=nil, shopid=nil, totalcount=nil, shopdaytrafficinfoset=nil, requestid=nil)
1352
1352
  @CompanyId = companyid
1353
1353
  @ShopId = shopid
@@ -1388,7 +1388,7 @@ module TencentCloud
1388
1388
  # @type Gender: Integer
1389
1389
 
1390
1390
  attr_accessor :CompanyId, :ShopId, :StartDate, :EndDate, :Limit, :Gender
1391
-
1391
+
1392
1392
  def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil, limit=nil, gender=nil)
1393
1393
  @CompanyId = companyid
1394
1394
  @ShopId = shopid
@@ -1428,7 +1428,7 @@ module TencentCloud
1428
1428
  # @type RequestId: String
1429
1429
 
1430
1430
  attr_accessor :CompanyId, :ShopId, :TotalPerson, :TotalTrajectory, :Person, :Trajectory, :Data, :RequestId
1431
-
1431
+
1432
1432
  def initialize(companyid=nil, shopid=nil, totalperson=nil, totaltrajectory=nil, person=nil, trajectory=nil, data=nil, requestid=nil)
1433
1433
  @CompanyId = companyid
1434
1434
  @ShopId = shopid
@@ -1473,7 +1473,7 @@ module TencentCloud
1473
1473
  # @type EndDate: String
1474
1474
 
1475
1475
  attr_accessor :CompanyId, :ShopId, :ZoneId, :StartDate, :EndDate
1476
-
1476
+
1477
1477
  def initialize(companyid=nil, shopid=nil, zoneid=nil, startdate=nil, enddate=nil)
1478
1478
  @CompanyId = companyid
1479
1479
  @ShopId = shopid
@@ -1507,7 +1507,7 @@ module TencentCloud
1507
1507
  # @type RequestId: String
1508
1508
 
1509
1509
  attr_accessor :CompanyId, :ShopId, :ZoneId, :ZoneName, :Data, :RequestId
1510
-
1510
+
1511
1511
  def initialize(companyid=nil, shopid=nil, zoneid=nil, zonename=nil, data=nil, requestid=nil)
1512
1512
  @CompanyId = companyid
1513
1513
  @ShopId = shopid
@@ -1539,7 +1539,7 @@ module TencentCloud
1539
1539
  # @type EndDate: String
1540
1540
 
1541
1541
  attr_accessor :CompanyId, :ShopId, :StartDate, :EndDate
1542
-
1542
+
1543
1543
  def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil)
1544
1544
  @CompanyId = companyid
1545
1545
  @ShopId = shopid
@@ -1567,7 +1567,7 @@ module TencentCloud
1567
1567
  # @type RequestId: String
1568
1568
 
1569
1569
  attr_accessor :CompanyId, :ShopId, :Data, :RequestId
1570
-
1570
+
1571
1571
  def initialize(companyid=nil, shopid=nil, data=nil, requestid=nil)
1572
1572
  @CompanyId = companyid
1573
1573
  @ShopId = shopid
@@ -1604,7 +1604,7 @@ module TencentCloud
1604
1604
  # @type EndDate: String
1605
1605
 
1606
1606
  attr_accessor :CompanyId, :ShopId, :ZoneId, :StartDate, :EndDate
1607
-
1607
+
1608
1608
  def initialize(companyid=nil, shopid=nil, zoneid=nil, startdate=nil, enddate=nil)
1609
1609
  @CompanyId = companyid
1610
1610
  @ShopId = shopid
@@ -1638,7 +1638,7 @@ module TencentCloud
1638
1638
  # @type RequestId: String
1639
1639
 
1640
1640
  attr_accessor :CompanyId, :ShopId, :ZoneId, :ZoneName, :Data, :RequestId
1641
-
1641
+
1642
1642
  def initialize(companyid=nil, shopid=nil, zoneid=nil, zonename=nil, data=nil, requestid=nil)
1643
1643
  @CompanyId = companyid
1644
1644
  @ShopId = shopid
@@ -1679,7 +1679,7 @@ module TencentCloud
1679
1679
  # @type EndDate: String
1680
1680
 
1681
1681
  attr_accessor :CompanyId, :ShopId, :ZoneId, :StartDate, :EndDate
1682
-
1682
+
1683
1683
  def initialize(companyid=nil, shopid=nil, zoneid=nil, startdate=nil, enddate=nil)
1684
1684
  @CompanyId = companyid
1685
1685
  @ShopId = shopid
@@ -1713,7 +1713,7 @@ module TencentCloud
1713
1713
  # @type RequestId: String
1714
1714
 
1715
1715
  attr_accessor :CompanyId, :ShopId, :ZoneId, :ZoneName, :Data, :RequestId
1716
-
1716
+
1717
1717
  def initialize(companyid=nil, shopid=nil, zoneid=nil, zonename=nil, data=nil, requestid=nil)
1718
1718
  @CompanyId = companyid
1719
1719
  @ShopId = shopid
@@ -1754,7 +1754,7 @@ module TencentCloud
1754
1754
  # @type EndDate: String
1755
1755
 
1756
1756
  attr_accessor :CompanyId, :ShopId, :ZoneId, :StartDate, :EndDate
1757
-
1757
+
1758
1758
  def initialize(companyid=nil, shopid=nil, zoneid=nil, startdate=nil, enddate=nil)
1759
1759
  @CompanyId = companyid
1760
1760
  @ShopId = shopid
@@ -1790,7 +1790,7 @@ module TencentCloud
1790
1790
  # @type RequestId: String
1791
1791
 
1792
1792
  attr_accessor :CompanyId, :ShopId, :ZoneId, :ZoneName, :MalePercent, :FemalePercent, :RequestId
1793
-
1793
+
1794
1794
  def initialize(companyid=nil, shopid=nil, zoneid=nil, zonename=nil, malepercent=nil, femalepercent=nil, requestid=nil)
1795
1795
  @CompanyId = companyid
1796
1796
  @ShopId = shopid
@@ -1826,7 +1826,7 @@ module TencentCloud
1826
1826
  # @type EndDate: String
1827
1827
 
1828
1828
  attr_accessor :CompanyId, :ShopId, :ZoneId, :StartDate, :EndDate
1829
-
1829
+
1830
1830
  def initialize(companyid=nil, shopid=nil, zoneid=nil, startdate=nil, enddate=nil)
1831
1831
  @CompanyId = companyid
1832
1832
  @ShopId = shopid
@@ -1860,7 +1860,7 @@ module TencentCloud
1860
1860
  # @type RequestId: String
1861
1861
 
1862
1862
  attr_accessor :CompanyId, :ShopId, :ZoneId, :ZoneName, :Data, :RequestId
1863
-
1863
+
1864
1864
  def initialize(companyid=nil, shopid=nil, zoneid=nil, zonename=nil, data=nil, requestid=nil)
1865
1865
  @CompanyId = companyid
1866
1866
  @ShopId = shopid
@@ -1903,7 +1903,7 @@ module TencentCloud
1903
1903
  # @type Limit: Integer
1904
1904
 
1905
1905
  attr_accessor :CompanyId, :ShopId, :StartDate, :EndDate, :Offset, :Limit
1906
-
1906
+
1907
1907
  def initialize(companyid=nil, shopid=nil, startdate=nil, enddate=nil, offset=nil, limit=nil)
1908
1908
  @CompanyId = companyid
1909
1909
  @ShopId = shopid
@@ -1937,7 +1937,7 @@ module TencentCloud
1937
1937
  # @type RequestId: String
1938
1938
 
1939
1939
  attr_accessor :CompanyId, :ShopId, :TotalCount, :ZoneTrafficInfoSet, :RequestId
1940
-
1940
+
1941
1941
  def initialize(companyid=nil, shopid=nil, totalcount=nil, zonetrafficinfoset=nil, requestid=nil)
1942
1942
  @CompanyId = companyid
1943
1943
  @ShopId = shopid
@@ -1972,7 +1972,7 @@ module TencentCloud
1972
1972
  # @type TrafficCount: Integer
1973
1973
 
1974
1974
  attr_accessor :Gender, :AgeGap, :TrafficCount
1975
-
1975
+
1976
1976
  def initialize(gender=nil, agegap=nil, trafficcount=nil)
1977
1977
  @Gender = gender
1978
1978
  @AgeGap = agegap
@@ -1994,7 +1994,7 @@ module TencentCloud
1994
1994
  # @type HourTrafficTotalCount: Integer
1995
1995
 
1996
1996
  attr_accessor :Hour, :HourTrafficTotalCount
1997
-
1997
+
1998
1998
  def initialize(hour=nil, hourtraffictotalcount=nil)
1999
1999
  @Hour = hour
2000
2000
  @HourTrafficTotalCount = hourtraffictotalcount
@@ -2022,7 +2022,7 @@ module TencentCloud
2022
2022
  # @type ShopId: Integer
2023
2023
 
2024
2024
  attr_accessor :CompanyId, :PersonId, :Picture, :PictureName, :PersonType, :ShopId
2025
-
2025
+
2026
2026
  def initialize(companyid=nil, personid=nil, picture=nil, picturename=nil, persontype=nil, shopid=nil)
2027
2027
  @CompanyId = companyid
2028
2028
  @PersonId = personid
@@ -2060,7 +2060,7 @@ module TencentCloud
2060
2060
  # @type RequestId: String
2061
2061
 
2062
2062
  attr_accessor :CompanyId, :ShopId, :PersonId, :PersonIdBind, :PersonType, :SimilarPersonIds, :RequestId
2063
-
2063
+
2064
2064
  def initialize(companyid=nil, shopid=nil, personid=nil, personidbind=nil, persontype=nil, similarpersonids=nil, requestid=nil)
2065
2065
  @CompanyId = companyid
2066
2066
  @ShopId = shopid
@@ -2092,7 +2092,7 @@ module TencentCloud
2092
2092
  # @type Tags: Array
2093
2093
 
2094
2094
  attr_accessor :CompanyId, :ShopId, :Tags
2095
-
2095
+
2096
2096
  def initialize(companyid=nil, shopid=nil, tags=nil)
2097
2097
  @CompanyId = companyid
2098
2098
  @ShopId = shopid
@@ -2119,7 +2119,7 @@ module TencentCloud
2119
2119
  # @type RequestId: String
2120
2120
 
2121
2121
  attr_accessor :RequestId
2122
-
2122
+
2123
2123
  def initialize(requestid=nil)
2124
2124
  @RequestId = requestid
2125
2125
  end
@@ -2146,7 +2146,7 @@ module TencentCloud
2146
2146
  # @type PersonSubType: Integer
2147
2147
 
2148
2148
  attr_accessor :CompanyId, :ShopId, :PersonId, :PersonType, :PersonSubType
2149
-
2149
+
2150
2150
  def initialize(companyid=nil, shopid=nil, personid=nil, persontype=nil, personsubtype=nil)
2151
2151
  @CompanyId = companyid
2152
2152
  @ShopId = shopid
@@ -2170,7 +2170,7 @@ module TencentCloud
2170
2170
  # @type RequestId: String
2171
2171
 
2172
2172
  attr_accessor :RequestId
2173
-
2173
+
2174
2174
  def initialize(requestid=nil)
2175
2175
  @RequestId = requestid
2176
2176
  end
@@ -2212,7 +2212,7 @@ module TencentCloud
2212
2212
  # @type Mac: String
2213
2213
 
2214
2214
  attr_accessor :CompanyId, :ShopId, :Province, :City, :ShopName, :Upload, :Download, :MinRtt, :AvgRtt, :MaxRtt, :MdevRtt, :Loss, :UpdateTime, :Mac
2215
-
2215
+
2216
2216
  def initialize(companyid=nil, shopid=nil, province=nil, city=nil, shopname=nil, upload=nil, download=nil, minrtt=nil, avgrtt=nil, maxrtt=nil, mdevrtt=nil, loss=nil, updatetime=nil, mac=nil)
2217
2217
  @CompanyId = companyid
2218
2218
  @ShopId = shopid
@@ -2266,7 +2266,7 @@ module TencentCloud
2266
2266
  # @type Infos: Array
2267
2267
 
2268
2268
  attr_accessor :Count, :CompanyId, :ShopId, :Province, :City, :ShopName, :Infos
2269
-
2269
+
2270
2270
  def initialize(count=nil, companyid=nil, shopid=nil, province=nil, city=nil, shopname=nil, infos=nil)
2271
2271
  @Count = count
2272
2272
  @CompanyId = companyid
@@ -2317,7 +2317,7 @@ module TencentCloud
2317
2317
  # @type Mac: String
2318
2318
 
2319
2319
  attr_accessor :Upload, :Download, :MinRtt, :AvgRtt, :MaxRtt, :MdevRtt, :Loss, :UpdateTime, :Mac
2320
-
2320
+
2321
2321
  def initialize(upload=nil, download=nil, minrtt=nil, avgrtt=nil, maxrtt=nil, mdevrtt=nil, loss=nil, updatetime=nil, mac=nil)
2322
2322
  @Upload = upload
2323
2323
  @Download = download
@@ -2351,7 +2351,7 @@ module TencentCloud
2351
2351
  # @type Infos: Array
2352
2352
 
2353
2353
  attr_accessor :Count, :Infos
2354
-
2354
+
2355
2355
  def initialize(count=nil, infos=nil)
2356
2356
  @Count = count
2357
2357
  @Infos = infos
@@ -2390,7 +2390,7 @@ module TencentCloud
2390
2390
  # @type Event: String
2391
2391
 
2392
2392
  attr_accessor :CADX, :CADY, :CapTime, :CapPic, :MallAreaType, :PosId, :ShopId, :Event
2393
-
2393
+
2394
2394
  def initialize(cadx=nil, cady=nil, captime=nil, cappic=nil, mallareatype=nil, posid=nil, shopid=nil, event=nil)
2395
2395
  @CADX = cadx
2396
2396
  @CADY = cady
@@ -2439,7 +2439,7 @@ module TencentCloud
2439
2439
  # @type VisitDays: Integer
2440
2440
 
2441
2441
  attr_accessor :PersonId, :PersonPicture, :Gender, :Age, :PersonType, :PersonPictureUrl, :PersonSubType, :VisitTimes, :VisitDays
2442
-
2442
+
2443
2443
  def initialize(personid=nil, personpicture=nil, gender=nil, age=nil, persontype=nil, personpictureurl=nil, personsubtype=nil, visittimes=nil, visitdays=nil)
2444
2444
  @PersonId = personid
2445
2445
  @PersonPicture = personpicture
@@ -2483,7 +2483,7 @@ module TencentCloud
2483
2483
  # @type Similarity: Float
2484
2484
 
2485
2485
  attr_accessor :PersonId, :Gender, :Age, :FirstArrivedTime, :ArrivedCount, :PicUrl, :Similarity
2486
-
2486
+
2487
2487
  def initialize(personid=nil, gender=nil, age=nil, firstarrivedtime=nil, arrivedcount=nil, picurl=nil, similarity=nil)
2488
2488
  @PersonId = personid
2489
2489
  @Gender = gender
@@ -2515,7 +2515,7 @@ module TencentCloud
2515
2515
  # @type PersonId: Integer
2516
2516
 
2517
2517
  attr_accessor :OldType, :NewType, :PersonId
2518
-
2518
+
2519
2519
  def initialize(oldtype=nil, newtype=nil, personid=nil)
2520
2520
  @OldType = oldtype
2521
2521
  @NewType = newtype
@@ -2549,7 +2549,7 @@ module TencentCloud
2549
2549
  # @type ShoppingBagCount: Integer
2550
2550
 
2551
2551
  attr_accessor :MallAreaId, :ShopId, :MallAreaType, :TraceEventType, :TraceEventTime, :CapPic, :ShoppingBagType, :ShoppingBagCount
2552
-
2552
+
2553
2553
  def initialize(mallareaid=nil, shopid=nil, mallareatype=nil, traceeventtype=nil, traceeventtime=nil, cappic=nil, shoppingbagtype=nil, shoppingbagcount=nil)
2554
2554
  @MallAreaId = mallareaid
2555
2555
  @ShopId = shopid
@@ -2581,7 +2581,7 @@ module TencentCloud
2581
2581
  # @type TracePointSet: Array
2582
2582
 
2583
2583
  attr_accessor :TraceId, :TracePointSet
2584
-
2584
+
2585
2585
  def initialize(traceid=nil, tracepointset=nil)
2586
2586
  @TraceId = traceid
2587
2587
  @TracePointSet = tracepointset
@@ -2622,7 +2622,7 @@ module TencentCloud
2622
2622
  # @type SceneInfo: :class:`Tencentcloud::Youmall.v20180228.models.SceneInfo`
2623
2623
 
2624
2624
  attr_accessor :PersonId, :VisitId, :InTime, :CapturedPicture, :MaskType, :GlassType, :HairType, :CapturedPictureUrl, :SceneInfo
2625
-
2625
+
2626
2626
  def initialize(personid=nil, visitid=nil, intime=nil, capturedpicture=nil, masktype=nil, glasstype=nil, hairtype=nil, capturedpictureurl=nil, sceneinfo=nil)
2627
2627
  @PersonId = personid
2628
2628
  @VisitId = visitid
@@ -2663,7 +2663,7 @@ module TencentCloud
2663
2663
  # @type NeedFacePic: Integer
2664
2664
 
2665
2665
  attr_accessor :CompanyId, :BackUrl, :Time, :NeedFacePic
2666
-
2666
+
2667
2667
  def initialize(companyid=nil, backurl=nil, time=nil, needfacepic=nil)
2668
2668
  @CompanyId = companyid
2669
2669
  @BackUrl = backurl
@@ -2685,7 +2685,7 @@ module TencentCloud
2685
2685
  # @type RequestId: String
2686
2686
 
2687
2687
  attr_accessor :RequestId
2688
-
2688
+
2689
2689
  def initialize(requestid=nil)
2690
2690
  @RequestId = requestid
2691
2691
  end
@@ -2709,7 +2709,7 @@ module TencentCloud
2709
2709
  # @type HeadHeight: Integer
2710
2710
 
2711
2711
  attr_accessor :ScenePictureURL, :HeadX, :HeadY, :HeadWidth, :HeadHeight
2712
-
2712
+
2713
2713
  def initialize(scenepictureurl=nil, headx=nil, heady=nil, headwidth=nil, headheight=nil)
2714
2714
  @ScenePictureURL = scenepictureurl
2715
2715
  @HeadX = headx
@@ -2737,7 +2737,7 @@ module TencentCloud
2737
2737
  # @type GenderAgeTrafficDetailSet: Array
2738
2738
 
2739
2739
  attr_accessor :Date, :DayTrafficTotalCount, :GenderAgeTrafficDetailSet
2740
-
2740
+
2741
2741
  def initialize(date=nil, daytraffictotalcount=nil, genderagetrafficdetailset=nil)
2742
2742
  @Date = date
2743
2743
  @DayTrafficTotalCount = daytraffictotalcount
@@ -2766,7 +2766,7 @@ module TencentCloud
2766
2766
  # @type HourTrafficInfoDetailSet: Array
2767
2767
 
2768
2768
  attr_accessor :Date, :HourTrafficInfoDetailSet
2769
-
2769
+
2770
2770
  def initialize(date=nil, hourtrafficinfodetailset=nil)
2771
2771
  @Date = date
2772
2772
  @HourTrafficInfoDetailSet = hourtrafficinfodetailset
@@ -2803,7 +2803,7 @@ module TencentCloud
2803
2803
  # @type CompanyName: String
2804
2804
 
2805
2805
  attr_accessor :CompanyId, :ShopId, :ShopName, :ShopCode, :Province, :City, :CompanyName
2806
-
2806
+
2807
2807
  def initialize(companyid=nil, shopid=nil, shopname=nil, shopcode=nil, province=nil, city=nil, companyname=nil)
2808
2808
  @CompanyId = companyid
2809
2809
  @ShopId = shopid
@@ -2835,7 +2835,7 @@ module TencentCloud
2835
2835
  # @type AvgStayTime: Integer
2836
2836
 
2837
2837
  attr_accessor :Zones, :Count, :AvgStayTime
2838
-
2838
+
2839
2839
  def initialize(zones=nil, count=nil, avgstaytime=nil)
2840
2840
  @Zones = zones
2841
2841
  @Count = count
@@ -2857,7 +2857,7 @@ module TencentCloud
2857
2857
  # @type FemaleAvrStayTime: Float
2858
2858
 
2859
2859
  attr_accessor :MaleAvrStayTime, :FemaleAvrStayTime
2860
-
2860
+
2861
2861
  def initialize(maleavrstaytime=nil, femaleavrstaytime=nil)
2862
2862
  @MaleAvrStayTime = maleavrstaytime
2863
2863
  @FemaleAvrStayTime = femaleavrstaytime
@@ -2877,7 +2877,7 @@ module TencentCloud
2877
2877
  # @type FlowCount: Integer
2878
2878
 
2879
2879
  attr_accessor :Day, :FlowCount
2880
-
2880
+
2881
2881
  def initialize(day=nil, flowcount=nil)
2882
2882
  @Day = day
2883
2883
  @FlowCount = flowcount
@@ -2901,7 +2901,7 @@ module TencentCloud
2901
2901
  # @type AvrStayTime: Integer
2902
2902
 
2903
2903
  attr_accessor :ZoneId, :ZoneName, :FlowCount, :AvrStayTime
2904
-
2904
+
2905
2905
  def initialize(zoneid=nil, zonename=nil, flowcount=nil, avrstaytime=nil)
2906
2906
  @ZoneId = zoneid
2907
2907
  @ZoneName = zonename
@@ -2925,7 +2925,7 @@ module TencentCloud
2925
2925
  # @type FlowCount: Integer
2926
2926
 
2927
2927
  attr_accessor :Hour, :FlowCount
2928
-
2928
+
2929
2929
  def initialize(hour=nil, flowcount=nil)
2930
2930
  @Hour = hour
2931
2931
  @FlowCount = flowcount
@@ -2945,7 +2945,7 @@ module TencentCloud
2945
2945
  # @type ZoneTrafficInfoDetailSet: Array
2946
2946
 
2947
2947
  attr_accessor :Date, :ZoneTrafficInfoDetailSet
2948
-
2948
+
2949
2949
  def initialize(date=nil, zonetrafficinfodetailset=nil)
2950
2950
  @Date = date
2951
2951
  @ZoneTrafficInfoDetailSet = zonetrafficinfodetailset
@@ -2976,7 +2976,7 @@ module TencentCloud
2976
2976
  # @type AvgStayTime: Integer
2977
2977
 
2978
2978
  attr_accessor :ZoneId, :ZoneName, :TrafficTotalCount, :AvgStayTime
2979
-
2979
+
2980
2980
  def initialize(zoneid=nil, zonename=nil, traffictotalcount=nil, avgstaytime=nil)
2981
2981
  @ZoneId = zoneid
2982
2982
  @ZoneName = zonename
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-youmall
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