tencentcloud-sdk-rum 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/v20210622/models.rb +142 -142
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cebe3b01d664333a48afce4e44320a7e5658f179
4
- data.tar.gz: 83758df081ad8c4a8ec1859e6f2656022730ee17
3
+ metadata.gz: 122a61bff3ed233012de41a4684bbb231fe315d0
4
+ data.tar.gz: cdc68c49d1501673638680c797d6a86dfba98274
5
5
  SHA512:
6
- metadata.gz: 0f8390634897e28330ac6f6cabbcb7a41268e947fe9fed258af994dd3da5fdac013eaf5b36ea6105a3b73b2bbb2a209b96b15518d84d29615e961579ce699385
7
- data.tar.gz: 75dac5739d8c41d38faf9580f19547da83fe9b199ae1019983033ac8196b3c919a95947ed42d27a844bea0581445931f8b99a318b9074b480d1268fa00513d1e
6
+ metadata.gz: db44be91b708baea73f1cd84baafe806c9abda45468a0a02e79a5ac8fbcff19ef539a620cf1183dca905dcfed7913f0a5722e99e9ac9a59ccf4ec73b5df6bcbb
7
+ data.tar.gz: 39a2c7c8b89463b073dba57c9991ff4a8b4d703e9d6728ff9b50f71bfb5233bb8fa2a63d92b557b8b42ac37804f967de4cd6778df33d97322cf27932efdb4182
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -35,7 +35,7 @@ module TencentCloud
35
35
  # @type Format: String
36
36
 
37
37
  attr_accessor :ID, :StartTime, :EndTime, :Query, :Count, :Order, :Format
38
-
38
+
39
39
  def initialize(id=nil, starttime=nil, endtime=nil, query=nil, count=nil, order=nil, format=nil)
40
40
  @ID = id
41
41
  @StartTime = starttime
@@ -65,7 +65,7 @@ module TencentCloud
65
65
  # @type RequestId: String
66
66
 
67
67
  attr_accessor :ExportID, :RequestId
68
-
68
+
69
69
  def initialize(exportid=nil, requestid=nil)
70
70
  @ExportID = exportid
71
71
  @RequestId = requestid
@@ -85,7 +85,7 @@ module TencentCloud
85
85
  # @type UniqueID: String
86
86
 
87
87
  attr_accessor :ProjectKey, :UniqueID
88
-
88
+
89
89
  def initialize(projectkey=nil, uniqueid=nil)
90
90
  @ProjectKey = projectkey
91
91
  @UniqueID = uniqueid
@@ -105,7 +105,7 @@ module TencentCloud
105
105
  # @type RequestId: String
106
106
 
107
107
  attr_accessor :Msg, :RequestId
108
-
108
+
109
109
  def initialize(msg=nil, requestid=nil)
110
110
  @Msg = msg
111
111
  @RequestId = requestid
@@ -137,7 +137,7 @@ module TencentCloud
137
137
  # @type Desc: String
138
138
 
139
139
  attr_accessor :Name, :InstanceID, :Rate, :EnableURLGroup, :Type, :Repo, :URL, :Desc
140
-
140
+
141
141
  def initialize(name=nil, instanceid=nil, rate=nil, enableurlgroup=nil, type=nil, repo=nil, url=nil, desc=nil)
142
142
  @Name = name
143
143
  @InstanceID = instanceid
@@ -171,7 +171,7 @@ module TencentCloud
171
171
  # @type RequestId: String
172
172
 
173
173
  attr_accessor :ID, :Key, :RequestId
174
-
174
+
175
175
  def initialize(id=nil, key=nil, requestid=nil)
176
176
  @ID = id
177
177
  @Key = key
@@ -193,7 +193,7 @@ module TencentCloud
193
193
  # @type Files: Array
194
194
 
195
195
  attr_accessor :ProjectID, :Files
196
-
196
+
197
197
  def initialize(projectid=nil, files=nil)
198
198
  @ProjectID = projectid
199
199
  @Files = files
@@ -220,7 +220,7 @@ module TencentCloud
220
220
  # @type RequestId: String
221
221
 
222
222
  attr_accessor :Msg, :RequestId
223
-
223
+
224
224
  def initialize(msg=nil, requestid=nil)
225
225
  @Msg = msg
226
226
  @RequestId = requestid
@@ -240,7 +240,7 @@ module TencentCloud
240
240
  # @type ID: Integer
241
241
 
242
242
  attr_accessor :InstanceID, :ID
243
-
243
+
244
244
  def initialize(instanceid=nil, id=nil)
245
245
  @InstanceID = instanceid
246
246
  @ID = id
@@ -260,7 +260,7 @@ module TencentCloud
260
260
  # @type RequestId: String
261
261
 
262
262
  attr_accessor :Msg, :RequestId
263
-
263
+
264
264
  def initialize(msg=nil, requestid=nil)
265
265
  @Msg = msg
266
266
  @RequestId = requestid
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type InstanceType: Integer
301
301
 
302
302
  attr_accessor :AreaId, :ChargeType, :DataRetentionDays, :InstanceName, :Tags, :InstanceDesc, :CountNum, :PeriodRetain, :BuyingChannel, :ResourcePackageType, :ResourcePackageNum, :InstanceType
303
-
303
+
304
304
  def initialize(areaid=nil, chargetype=nil, dataretentiondays=nil, instancename=nil, tags=nil, instancedesc=nil, countnum=nil, periodretain=nil, buyingchannel=nil, resourcepackagetype=nil, resourcepackagenum=nil, instancetype=nil)
305
305
  @AreaId = areaid
306
306
  @ChargeType = chargetype
@@ -350,7 +350,7 @@ module TencentCloud
350
350
  # @type RequestId: String
351
351
 
352
352
  attr_accessor :InstanceId, :DealName, :RequestId
353
-
353
+
354
354
  def initialize(instanceid=nil, dealname=nil, requestid=nil)
355
355
  @InstanceId = instanceid
356
356
  @DealName = dealname
@@ -376,7 +376,7 @@ module TencentCloud
376
376
  # @type Aid: String
377
377
 
378
378
  attr_accessor :InstanceID, :Remark, :WhitelistUin, :Aid
379
-
379
+
380
380
  def initialize(instanceid=nil, remark=nil, whitelistuin=nil, aid=nil)
381
381
  @InstanceID = instanceid
382
382
  @Remark = remark
@@ -402,7 +402,7 @@ module TencentCloud
402
402
  # @type RequestId: String
403
403
 
404
404
  attr_accessor :Msg, :ID, :RequestId
405
-
405
+
406
406
  def initialize(msg=nil, id=nil, requestid=nil)
407
407
  @Msg = msg
408
408
  @ID = id
@@ -422,7 +422,7 @@ module TencentCloud
422
422
  # @type InstanceId: String
423
423
 
424
424
  attr_accessor :InstanceId
425
-
425
+
426
426
  def initialize(instanceid=nil)
427
427
  @InstanceId = instanceid
428
428
  end
@@ -438,7 +438,7 @@ module TencentCloud
438
438
  # @type RequestId: String
439
439
 
440
440
  attr_accessor :RequestId
441
-
441
+
442
442
  def initialize(requestid=nil)
443
443
  @RequestId = requestid
444
444
  end
@@ -456,7 +456,7 @@ module TencentCloud
456
456
  # @type ExportID: String
457
457
 
458
458
  attr_accessor :ID, :ExportID
459
-
459
+
460
460
  def initialize(id=nil, exportid=nil)
461
461
  @ID = id
462
462
  @ExportID = exportid
@@ -477,7 +477,7 @@ module TencentCloud
477
477
  # @type RequestId: String
478
478
 
479
479
  attr_accessor :Msg, :RequestId
480
-
480
+
481
481
  def initialize(msg=nil, requestid=nil)
482
482
  @Msg = msg
483
483
  @RequestId = requestid
@@ -497,7 +497,7 @@ module TencentCloud
497
497
  # @type UniqueID: String
498
498
 
499
499
  attr_accessor :ProjectKey, :UniqueID
500
-
500
+
501
501
  def initialize(projectkey=nil, uniqueid=nil)
502
502
  @ProjectKey = projectkey
503
503
  @UniqueID = uniqueid
@@ -517,7 +517,7 @@ module TencentCloud
517
517
  # @type RequestId: String
518
518
 
519
519
  attr_accessor :Msg, :RequestId
520
-
520
+
521
521
  def initialize(msg=nil, requestid=nil)
522
522
  @Msg = msg
523
523
  @RequestId = requestid
@@ -537,7 +537,7 @@ module TencentCloud
537
537
  # @type FileID: String
538
538
 
539
539
  attr_accessor :ProjectKey, :FileID
540
-
540
+
541
541
  def initialize(projectkey=nil, fileid=nil)
542
542
  @ProjectKey = projectkey
543
543
  @FileID = fileid
@@ -557,7 +557,7 @@ module TencentCloud
557
557
  # @type RequestId: String
558
558
 
559
559
  attr_accessor :Msg, :RequestId
560
-
560
+
561
561
  def initialize(msg=nil, requestid=nil)
562
562
  @Msg = msg
563
563
  @RequestId = requestid
@@ -575,7 +575,7 @@ module TencentCloud
575
575
  # @type ID: Integer
576
576
 
577
577
  attr_accessor :ID
578
-
578
+
579
579
  def initialize(id=nil)
580
580
  @ID = id
581
581
  end
@@ -593,7 +593,7 @@ module TencentCloud
593
593
  # @type RequestId: String
594
594
 
595
595
  attr_accessor :Msg, :RequestId
596
-
596
+
597
597
  def initialize(msg=nil, requestid=nil)
598
598
  @Msg = msg
599
599
  @RequestId = requestid
@@ -611,7 +611,7 @@ module TencentCloud
611
611
  # @type ID: Integer
612
612
 
613
613
  attr_accessor :ID
614
-
614
+
615
615
  def initialize(id=nil)
616
616
  @ID = id
617
617
  end
@@ -629,7 +629,7 @@ module TencentCloud
629
629
  # @type RequestId: String
630
630
 
631
631
  attr_accessor :Msg, :RequestId
632
-
632
+
633
633
  def initialize(msg=nil, requestid=nil)
634
634
  @Msg = msg
635
635
  @RequestId = requestid
@@ -649,7 +649,7 @@ module TencentCloud
649
649
  # @type ID: Integer
650
650
 
651
651
  attr_accessor :InstanceID, :ID
652
-
652
+
653
653
  def initialize(instanceid=nil, id=nil)
654
654
  @InstanceID = instanceid
655
655
  @ID = id
@@ -670,7 +670,7 @@ module TencentCloud
670
670
  # @type RequestId: String
671
671
 
672
672
  attr_accessor :Msg, :RequestId
673
-
673
+
674
674
  def initialize(msg=nil, requestid=nil)
675
675
  @Msg = msg
676
676
  @RequestId = requestid
@@ -690,7 +690,7 @@ module TencentCloud
690
690
  # @type ID: String
691
691
 
692
692
  attr_accessor :InstanceID, :ID
693
-
693
+
694
694
  def initialize(instanceid=nil, id=nil)
695
695
  @InstanceID = instanceid
696
696
  @ID = id
@@ -710,7 +710,7 @@ module TencentCloud
710
710
  # @type RequestId: String
711
711
 
712
712
  attr_accessor :Msg, :RequestId
713
-
713
+
714
714
  def initialize(msg=nil, requestid=nil)
715
715
  @Msg = msg
716
716
  @RequestId = requestid
@@ -746,7 +746,7 @@ module TencentCloud
746
746
  # @type BusinessContext: String
747
747
 
748
748
  attr_accessor :ProjectID, :From, :Fields, :Filter, :FilterSimple, :GroupBy, :OrderBy, :Limit, :Offset, :BusinessContext
749
-
749
+
750
750
  def initialize(projectid=nil, from=nil, fields=nil, filter=nil, filtersimple=nil, groupby=nil, orderby=nil, limit=nil, offset=nil, businesscontext=nil)
751
751
  @ProjectID = projectid
752
752
  @From = from
@@ -782,7 +782,7 @@ module TencentCloud
782
782
  # @type RequestId: String
783
783
 
784
784
  attr_accessor :Data, :RequestId
785
-
785
+
786
786
  def initialize(data=nil, requestid=nil)
787
787
  @Data = data
788
788
  @RequestId = requestid
@@ -818,7 +818,7 @@ module TencentCloud
818
818
  # @type GroupByModifier: String
819
819
 
820
820
  attr_accessor :ProjectID, :From, :Fields, :Filter, :FilterSimple, :GroupBy, :OrderBy, :Limit, :Offset, :GroupByModifier
821
-
821
+
822
822
  def initialize(projectid=nil, from=nil, fields=nil, filter=nil, filtersimple=nil, groupby=nil, orderby=nil, limit=nil, offset=nil, groupbymodifier=nil)
823
823
  @ProjectID = projectid
824
824
  @From = from
@@ -854,7 +854,7 @@ module TencentCloud
854
854
  # @type RequestId: String
855
855
 
856
856
  attr_accessor :Data, :RequestId
857
-
857
+
858
858
  def initialize(data=nil, requestid=nil)
859
859
  @Data = data
860
860
  @RequestId = requestid
@@ -888,7 +888,7 @@ module TencentCloud
888
888
  # @type Offset: Integer
889
889
 
890
890
  attr_accessor :ProjectID, :From, :Fields, :Filter, :FilterSimple, :GroupBy, :OrderBy, :Limit, :Offset
891
-
891
+
892
892
  def initialize(projectid=nil, from=nil, fields=nil, filter=nil, filtersimple=nil, groupby=nil, orderby=nil, limit=nil, offset=nil)
893
893
  @ProjectID = projectid
894
894
  @From = from
@@ -922,7 +922,7 @@ module TencentCloud
922
922
  # @type RequestId: String
923
923
 
924
924
  attr_accessor :Data, :RequestId
925
-
925
+
926
926
  def initialize(data=nil, requestid=nil)
927
927
  @Data = data
928
928
  @RequestId = requestid
@@ -956,7 +956,7 @@ module TencentCloud
956
956
  # @type Offset: Integer
957
957
 
958
958
  attr_accessor :ProjectID, :From, :Fields, :Filter, :FilterSimple, :GroupBy, :OrderBy, :Limit, :Offset
959
-
959
+
960
960
  def initialize(projectid=nil, from=nil, fields=nil, filter=nil, filtersimple=nil, groupby=nil, orderby=nil, limit=nil, offset=nil)
961
961
  @ProjectID = projectid
962
962
  @From = from
@@ -990,7 +990,7 @@ module TencentCloud
990
990
  # @type RequestId: String
991
991
 
992
992
  attr_accessor :Data, :RequestId
993
-
993
+
994
994
  def initialize(data=nil, requestid=nil)
995
995
  @Data = data
996
996
  @RequestId = requestid
@@ -1052,7 +1052,7 @@ module TencentCloud
1052
1052
  # @type Env: String
1053
1053
 
1054
1054
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
1055
-
1055
+
1056
1056
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
1057
1057
  @StartTime = starttime
1058
1058
  @Type = type
@@ -1114,7 +1114,7 @@ module TencentCloud
1114
1114
  # @type RequestId: String
1115
1115
 
1116
1116
  attr_accessor :Result, :RequestId
1117
-
1117
+
1118
1118
  def initialize(result=nil, requestid=nil)
1119
1119
  @Result = result
1120
1120
  @RequestId = requestid
@@ -1174,7 +1174,7 @@ module TencentCloud
1174
1174
  # @type Env: String
1175
1175
 
1176
1176
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Name, :Env
1177
-
1177
+
1178
1178
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, name=nil, env=nil)
1179
1179
  @StartTime = starttime
1180
1180
  @Type = type
@@ -1234,7 +1234,7 @@ module TencentCloud
1234
1234
  # @type RequestId: String
1235
1235
 
1236
1236
  attr_accessor :Result, :RequestId
1237
-
1237
+
1238
1238
  def initialize(result=nil, requestid=nil)
1239
1239
  @Result = result
1240
1240
  @RequestId = requestid
@@ -1300,7 +1300,7 @@ module TencentCloud
1300
1300
  # @type Ret: String
1301
1301
 
1302
1302
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env, :Status, :Ret
1303
-
1303
+
1304
1304
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil, status=nil, ret=nil)
1305
1305
  @StartTime = starttime
1306
1306
  @Type = type
@@ -1366,7 +1366,7 @@ module TencentCloud
1366
1366
  # @type RequestId: String
1367
1367
 
1368
1368
  attr_accessor :Result, :RequestId
1369
-
1369
+
1370
1370
  def initialize(result=nil, requestid=nil)
1371
1371
  @Result = result
1372
1372
  @RequestId = requestid
@@ -1428,7 +1428,7 @@ module TencentCloud
1428
1428
  # @type Env: String
1429
1429
 
1430
1430
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
1431
-
1431
+
1432
1432
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
1433
1433
  @StartTime = starttime
1434
1434
  @Type = type
@@ -1490,7 +1490,7 @@ module TencentCloud
1490
1490
  # @type RequestId: String
1491
1491
 
1492
1492
  attr_accessor :Result, :RequestId
1493
-
1493
+
1494
1494
  def initialize(result=nil, requestid=nil)
1495
1495
  @Result = result
1496
1496
  @RequestId = requestid
@@ -1558,7 +1558,7 @@ module TencentCloud
1558
1558
  # @type NetStatus: String
1559
1559
 
1560
1560
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env, :Status, :Ret, :NetStatus
1561
-
1561
+
1562
1562
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil, status=nil, ret=nil, netstatus=nil)
1563
1563
  @StartTime = starttime
1564
1564
  @Type = type
@@ -1626,7 +1626,7 @@ module TencentCloud
1626
1626
  # @type RequestId: String
1627
1627
 
1628
1628
  attr_accessor :Result, :RequestId
1629
-
1629
+
1630
1630
  def initialize(result=nil, requestid=nil)
1631
1631
  @Result = result
1632
1632
  @RequestId = requestid
@@ -1648,7 +1648,7 @@ module TencentCloud
1648
1648
  # @type EndTime: Integer
1649
1649
 
1650
1650
  attr_accessor :ID, :StartTime, :EndTime
1651
-
1651
+
1652
1652
  def initialize(id=nil, starttime=nil, endtime=nil)
1653
1653
  @ID = id
1654
1654
  @StartTime = starttime
@@ -1670,7 +1670,7 @@ module TencentCloud
1670
1670
  # @type RequestId: String
1671
1671
 
1672
1672
  attr_accessor :Result, :RequestId
1673
-
1673
+
1674
1674
  def initialize(result=nil, requestid=nil)
1675
1675
  @Result = result
1676
1676
  @RequestId = requestid
@@ -1728,7 +1728,7 @@ module TencentCloud
1728
1728
  # @type Env: String
1729
1729
 
1730
1730
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env
1731
-
1731
+
1732
1732
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, env=nil)
1733
1733
  @StartTime = starttime
1734
1734
  @Type = type
@@ -1786,7 +1786,7 @@ module TencentCloud
1786
1786
  # @type RequestId: String
1787
1787
 
1788
1788
  attr_accessor :Result, :RequestId
1789
-
1789
+
1790
1790
  def initialize(result=nil, requestid=nil)
1791
1791
  @Result = result
1792
1792
  @RequestId = requestid
@@ -1848,7 +1848,7 @@ module TencentCloud
1848
1848
  # @type NetStatus: String
1849
1849
 
1850
1850
  attr_accessor :ID, :StartTime, :EndTime, :Type, :Level, :Isp, :Area, :NetType, :Platform, :Device, :VersionNum, :ExtFirst, :ExtSecond, :ExtThird, :IsAbroad, :Browser, :Os, :Engine, :Brand, :From, :CostType, :Env, :NetStatus
1851
-
1851
+
1852
1852
  def initialize(id=nil, starttime=nil, endtime=nil, type=nil, level=nil, isp=nil, area=nil, nettype=nil, platform=nil, device=nil, versionnum=nil, extfirst=nil, extsecond=nil, extthird=nil, isabroad=nil, browser=nil, os=nil, engine=nil, brand=nil, from=nil, costtype=nil, env=nil, netstatus=nil)
1853
1853
  @ID = id
1854
1854
  @StartTime = starttime
@@ -1910,7 +1910,7 @@ module TencentCloud
1910
1910
  # @type RequestId: String
1911
1911
 
1912
1912
  attr_accessor :Result, :RequestId
1913
-
1913
+
1914
1914
  def initialize(result=nil, requestid=nil)
1915
1915
  @Result = result
1916
1916
  @RequestId = requestid
@@ -1970,7 +1970,7 @@ module TencentCloud
1970
1970
  # @type Env: String
1971
1971
 
1972
1972
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env
1973
-
1973
+
1974
1974
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil)
1975
1975
  @StartTime = starttime
1976
1976
  @Type = type
@@ -2030,7 +2030,7 @@ module TencentCloud
2030
2030
  # @type RequestId: String
2031
2031
 
2032
2032
  attr_accessor :Result, :RequestId
2033
-
2033
+
2034
2034
  def initialize(result=nil, requestid=nil)
2035
2035
  @Result = result
2036
2036
  @RequestId = requestid
@@ -2088,7 +2088,7 @@ module TencentCloud
2088
2088
  # @type Env: String
2089
2089
 
2090
2090
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env
2091
-
2091
+
2092
2092
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, env=nil)
2093
2093
  @StartTime = starttime
2094
2094
  @Type = type
@@ -2146,7 +2146,7 @@ module TencentCloud
2146
2146
  # @type RequestId: String
2147
2147
 
2148
2148
  attr_accessor :Result, :RequestId
2149
-
2149
+
2150
2150
  def initialize(result=nil, requestid=nil)
2151
2151
  @Result = result
2152
2152
  @RequestId = requestid
@@ -2204,7 +2204,7 @@ module TencentCloud
2204
2204
  # @type Env: String
2205
2205
 
2206
2206
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :Env
2207
-
2207
+
2208
2208
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, env=nil)
2209
2209
  @StartTime = starttime
2210
2210
  @Type = type
@@ -2262,7 +2262,7 @@ module TencentCloud
2262
2262
  # @type RequestId: String
2263
2263
 
2264
2264
  attr_accessor :Result, :RequestId
2265
-
2265
+
2266
2266
  def initialize(result=nil, requestid=nil)
2267
2267
  @Result = result
2268
2268
  @RequestId = requestid
@@ -2288,7 +2288,7 @@ module TencentCloud
2288
2288
  # @type InstanceID: String
2289
2289
 
2290
2290
  attr_accessor :StartTime, :EndTime, :ID, :ReportType, :InstanceID
2291
-
2291
+
2292
2292
  def initialize(starttime=nil, endtime=nil, id=nil, reporttype=nil, instanceid=nil)
2293
2293
  @StartTime = starttime
2294
2294
  @EndTime = endtime
@@ -2314,7 +2314,7 @@ module TencentCloud
2314
2314
  # @type RequestId: String
2315
2315
 
2316
2316
  attr_accessor :Result, :RequestId
2317
-
2317
+
2318
2318
  def initialize(result=nil, requestid=nil)
2319
2319
  @Result = result
2320
2320
  @RequestId = requestid
@@ -2334,7 +2334,7 @@ module TencentCloud
2334
2334
  # @type ID: Integer
2335
2335
 
2336
2336
  attr_accessor :Query, :ID
2337
-
2337
+
2338
2338
  def initialize(query=nil, id=nil)
2339
2339
  @Query = query
2340
2340
  @ID = id
@@ -2354,7 +2354,7 @@ module TencentCloud
2354
2354
  # @type RequestId: String
2355
2355
 
2356
2356
  attr_accessor :Result, :RequestId
2357
-
2357
+
2358
2358
  def initialize(result=nil, requestid=nil)
2359
2359
  @Result = result
2360
2360
  @RequestId = requestid
@@ -2416,7 +2416,7 @@ module TencentCloud
2416
2416
  # @type PackageType: String
2417
2417
 
2418
2418
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env, :PackageType
2419
-
2419
+
2420
2420
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil, packagetype=nil)
2421
2421
  @StartTime = starttime
2422
2422
  @Type = type
@@ -2478,7 +2478,7 @@ module TencentCloud
2478
2478
  # @type RequestId: String
2479
2479
 
2480
2480
  attr_accessor :Result, :RequestId
2481
-
2481
+
2482
2482
  def initialize(result=nil, requestid=nil)
2483
2483
  @Result = result
2484
2484
  @RequestId = requestid
@@ -2540,7 +2540,7 @@ module TencentCloud
2540
2540
  # @type Env: String
2541
2541
 
2542
2542
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
2543
-
2543
+
2544
2544
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
2545
2545
  @StartTime = starttime
2546
2546
  @Type = type
@@ -2602,7 +2602,7 @@ module TencentCloud
2602
2602
  # @type RequestId: String
2603
2603
 
2604
2604
  attr_accessor :Result, :RequestId
2605
-
2605
+
2606
2606
  def initialize(result=nil, requestid=nil)
2607
2607
  @Result = result
2608
2608
  @RequestId = requestid
@@ -2664,7 +2664,7 @@ module TencentCloud
2664
2664
  # @type Env: String
2665
2665
 
2666
2666
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
2667
-
2667
+
2668
2668
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
2669
2669
  @StartTime = starttime
2670
2670
  @Type = type
@@ -2726,7 +2726,7 @@ module TencentCloud
2726
2726
  # @type RequestId: String
2727
2727
 
2728
2728
  attr_accessor :Result, :RequestId
2729
-
2729
+
2730
2730
  def initialize(result=nil, requestid=nil)
2731
2731
  @Result = result
2732
2732
  @RequestId = requestid
@@ -2788,7 +2788,7 @@ module TencentCloud
2788
2788
  # @type Env: String
2789
2789
 
2790
2790
  attr_accessor :StartTime, :Type, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Url, :Env
2791
-
2791
+
2792
2792
  def initialize(starttime=nil, type=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, url=nil, env=nil)
2793
2793
  @StartTime = starttime
2794
2794
  @Type = type
@@ -2850,7 +2850,7 @@ module TencentCloud
2850
2850
  # @type RequestId: String
2851
2851
 
2852
2852
  attr_accessor :Result, :RequestId
2853
-
2853
+
2854
2854
  def initialize(result=nil, requestid=nil)
2855
2855
  @Result = result
2856
2856
  @RequestId = requestid
@@ -2910,7 +2910,7 @@ module TencentCloud
2910
2910
  # @type Env: String
2911
2911
 
2912
2912
  attr_accessor :StartTime, :EndTime, :ID, :ExtSecond, :Engine, :Isp, :From, :Level, :Type, :Brand, :Area, :VersionNum, :Platform, :ExtThird, :ExtFirst, :NetType, :Device, :IsAbroad, :Os, :Browser, :CostType, :Env
2913
-
2913
+
2914
2914
  def initialize(starttime=nil, endtime=nil, id=nil, extsecond=nil, engine=nil, isp=nil, from=nil, level=nil, type=nil, brand=nil, area=nil, versionnum=nil, platform=nil, extthird=nil, extfirst=nil, nettype=nil, device=nil, isabroad=nil, os=nil, browser=nil, costtype=nil, env=nil)
2915
2915
  @StartTime = starttime
2916
2916
  @EndTime = endtime
@@ -2970,7 +2970,7 @@ module TencentCloud
2970
2970
  # @type RequestId: String
2971
2971
 
2972
2972
  attr_accessor :Result, :RequestId
2973
-
2973
+
2974
2974
  def initialize(result=nil, requestid=nil)
2975
2975
  @Result = result
2976
2976
  @RequestId = requestid
@@ -2990,7 +2990,7 @@ module TencentCloud
2990
2990
  # @type ID: Integer
2991
2991
 
2992
2992
  attr_accessor :Date, :ID
2993
-
2993
+
2994
2994
  def initialize(date=nil, id=nil)
2995
2995
  @Date = date
2996
2996
  @ID = id
@@ -3014,7 +3014,7 @@ module TencentCloud
3014
3014
  # @type RequestId: String
3015
3015
 
3016
3016
  attr_accessor :Content, :ID, :CreateTime, :RequestId
3017
-
3017
+
3018
3018
  def initialize(content=nil, id=nil, createtime=nil, requestid=nil)
3019
3019
  @Content = content
3020
3020
  @ID = id
@@ -3036,7 +3036,7 @@ module TencentCloud
3036
3036
  # @type ID: Integer
3037
3037
 
3038
3038
  attr_accessor :ID
3039
-
3039
+
3040
3040
  def initialize(id=nil)
3041
3041
  @ID = id
3042
3042
  end
@@ -3054,7 +3054,7 @@ module TencentCloud
3054
3054
  # @type RequestId: String
3055
3055
 
3056
3056
  attr_accessor :LogExportSet, :RequestId
3057
-
3057
+
3058
3058
  def initialize(logexportset=nil, requestid=nil)
3059
3059
  @LogExportSet = logexportset
3060
3060
  @RequestId = requestid
@@ -3093,7 +3093,7 @@ module TencentCloud
3093
3093
  # @type EndTime: String
3094
3094
 
3095
3095
  attr_accessor :Sort, :ActionType, :ID, :StartTime, :Limit, :Context, :Query, :EndTime
3096
-
3096
+
3097
3097
  def initialize(sort=nil, actiontype=nil, id=nil, starttime=nil, limit=nil, context=nil, query=nil, endtime=nil)
3098
3098
  @Sort = sort
3099
3099
  @ActionType = actiontype
@@ -3125,7 +3125,7 @@ module TencentCloud
3125
3125
  # @type RequestId: String
3126
3126
 
3127
3127
  attr_accessor :Result, :RequestId
3128
-
3128
+
3129
3129
  def initialize(result=nil, requestid=nil)
3130
3130
  @Result = result
3131
3131
  @RequestId = requestid
@@ -3143,7 +3143,7 @@ module TencentCloud
3143
3143
  # @type ProjectKey: String
3144
3144
 
3145
3145
  attr_accessor :ProjectKey
3146
-
3146
+
3147
3147
  def initialize(projectkey=nil)
3148
3148
  @ProjectKey = projectkey
3149
3149
  end
@@ -3163,7 +3163,7 @@ module TencentCloud
3163
3163
  # @type RequestId: String
3164
3164
 
3165
3165
  attr_accessor :Msg, :UniqueIDSet, :RequestId
3166
-
3166
+
3167
3167
  def initialize(msg=nil, uniqueidset=nil, requestid=nil)
3168
3168
  @Msg = msg
3169
3169
  @UniqueIDSet = uniqueidset
@@ -3183,7 +3183,7 @@ module TencentCloud
3183
3183
  # @type ProjectKey: String
3184
3184
 
3185
3185
  attr_accessor :ProjectKey
3186
-
3186
+
3187
3187
  def initialize(projectkey=nil)
3188
3188
  @ProjectKey = projectkey
3189
3189
  end
@@ -3203,7 +3203,7 @@ module TencentCloud
3203
3203
  # @type RequestId: String
3204
3204
 
3205
3205
  attr_accessor :Msg, :RecordSet, :RequestId
3206
-
3206
+
3207
3207
  def initialize(msg=nil, recordset=nil, requestid=nil)
3208
3208
  @Msg = msg
3209
3209
  @RecordSet = recordset
@@ -3225,7 +3225,7 @@ module TencentCloud
3225
3225
  # @type FileIDs: Array
3226
3226
 
3227
3227
  attr_accessor :ProjectKey, :FileIDs
3228
-
3228
+
3229
3229
  def initialize(projectkey=nil, fileids=nil)
3230
3230
  @ProjectKey = projectkey
3231
3231
  @FileIDs = fileids
@@ -3247,7 +3247,7 @@ module TencentCloud
3247
3247
  # @type RequestId: String
3248
3248
 
3249
3249
  attr_accessor :Msg, :LogSet, :RequestId
3250
-
3250
+
3251
3251
  def initialize(msg=nil, logset=nil, requestid=nil)
3252
3252
  @Msg = msg
3253
3253
  @LogSet = logset
@@ -3267,7 +3267,7 @@ module TencentCloud
3267
3267
  # @type ProjectID: Integer
3268
3268
 
3269
3269
  attr_accessor :ProjectID
3270
-
3270
+
3271
3271
  def initialize(projectid=nil)
3272
3272
  @ProjectID = projectid
3273
3273
  end
@@ -3285,7 +3285,7 @@ module TencentCloud
3285
3285
  # @type RequestId: String
3286
3286
 
3287
3287
  attr_accessor :ProjectLimitSet, :RequestId
3288
-
3288
+
3289
3289
  def initialize(projectlimitset=nil, requestid=nil)
3290
3290
  @ProjectLimitSet = projectlimitset
3291
3291
  @RequestId = requestid
@@ -3316,7 +3316,7 @@ module TencentCloud
3316
3316
  # @type IsDemo: Integer
3317
3317
 
3318
3318
  attr_accessor :Limit, :Offset, :Filters, :IsDemo
3319
-
3319
+
3320
3320
  def initialize(limit=nil, offset=nil, filters=nil, isdemo=nil)
3321
3321
  @Limit = limit
3322
3322
  @Offset = offset
@@ -3349,7 +3349,7 @@ module TencentCloud
3349
3349
  # @type RequestId: String
3350
3350
 
3351
3351
  attr_accessor :TotalCount, :ProjectSet, :RequestId
3352
-
3352
+
3353
3353
  def initialize(totalcount=nil, projectset=nil, requestid=nil)
3354
3354
  @TotalCount = totalcount
3355
3355
  @ProjectSet = projectset
@@ -3382,7 +3382,7 @@ module TencentCloud
3382
3382
  # @type Dimension: String
3383
3383
 
3384
3384
  attr_accessor :ProjectId, :EndTime, :StartTime, :Dimension
3385
-
3385
+
3386
3386
  def initialize(projectid=nil, endtime=nil, starttime=nil, dimension=nil)
3387
3387
  @ProjectId = projectid
3388
3388
  @EndTime = endtime
@@ -3407,7 +3407,7 @@ module TencentCloud
3407
3407
  # @type RequestId: String
3408
3408
 
3409
3409
  attr_accessor :ProjectPvSet, :RequestId
3410
-
3410
+
3411
3411
  def initialize(projectpvset=nil, requestid=nil)
3412
3412
  @ProjectPvSet = projectpvset
3413
3413
  @RequestId = requestid
@@ -3434,7 +3434,7 @@ module TencentCloud
3434
3434
  # @type FileType: Integer
3435
3435
 
3436
3436
  attr_accessor :Timeout, :FileType
3437
-
3437
+
3438
3438
  def initialize(timeout=nil, filetype=nil)
3439
3439
  @Timeout = timeout
3440
3440
  @FileType = filetype
@@ -3462,7 +3462,7 @@ module TencentCloud
3462
3462
  # @type RequestId: String
3463
3463
 
3464
3464
  attr_accessor :SecretKey, :SecretID, :SessionToken, :StartTime, :ExpiredTime, :RequestId
3465
-
3465
+
3466
3466
  def initialize(secretkey=nil, secretid=nil, sessiontoken=nil, starttime=nil, expiredtime=nil, requestid=nil)
3467
3467
  @SecretKey = secretkey
3468
3468
  @SecretID = secretid
@@ -3490,7 +3490,7 @@ module TencentCloud
3490
3490
  # @type FileVersion: String
3491
3491
 
3492
3492
  attr_accessor :ProjectID, :FileVersion
3493
-
3493
+
3494
3494
  def initialize(projectid=nil, fileversion=nil)
3495
3495
  @ProjectID = projectid
3496
3496
  @FileVersion = fileversion
@@ -3510,7 +3510,7 @@ module TencentCloud
3510
3510
  # @type RequestId: String
3511
3511
 
3512
3512
  attr_accessor :Files, :RequestId
3513
-
3513
+
3514
3514
  def initialize(files=nil, requestid=nil)
3515
3515
  @Files = files
3516
3516
  @RequestId = requestid
@@ -3549,7 +3549,7 @@ module TencentCloud
3549
3549
  # @type GroupField: String
3550
3550
 
3551
3551
  attr_accessor :OrderBy, :StartTime, :Limit, :Page, :Query, :EndTime, :ID, :GroupField
3552
-
3552
+
3553
3553
  def initialize(orderby=nil, starttime=nil, limit=nil, page=nil, query=nil, endtime=nil, id=nil, groupfield=nil)
3554
3554
  @OrderBy = orderby
3555
3555
  @StartTime = starttime
@@ -3581,7 +3581,7 @@ module TencentCloud
3581
3581
  # @type RequestId: String
3582
3582
 
3583
3583
  attr_accessor :Result, :RequestId
3584
-
3584
+
3585
3585
  def initialize(result=nil, requestid=nil)
3586
3586
  @Result = result
3587
3587
  @RequestId = requestid
@@ -3609,7 +3609,7 @@ module TencentCloud
3609
3609
  # @type Fields: Array
3610
3610
 
3611
3611
  attr_accessor :Name, :StartTime, :Query, :EndTime, :ID, :Fields
3612
-
3612
+
3613
3613
  def initialize(name=nil, starttime=nil, query=nil, endtime=nil, id=nil, fields=nil)
3614
3614
  @Name = name
3615
3615
  @StartTime = starttime
@@ -3637,7 +3637,7 @@ module TencentCloud
3637
3637
  # @type RequestId: String
3638
3638
 
3639
3639
  attr_accessor :Result, :RequestId
3640
-
3640
+
3641
3641
  def initialize(result=nil, requestid=nil)
3642
3642
  @Result = result
3643
3643
  @RequestId = requestid
@@ -3659,7 +3659,7 @@ module TencentCloud
3659
3659
  # @type ID: Integer
3660
3660
 
3661
3661
  attr_accessor :PageSize, :PageNum, :ID
3662
-
3662
+
3663
3663
  def initialize(pagesize=nil, pagenum=nil, id=nil)
3664
3664
  @PageSize = pagesize
3665
3665
  @PageNum = pagenum
@@ -3681,7 +3681,7 @@ module TencentCloud
3681
3681
  # @type RequestId: String
3682
3682
 
3683
3683
  attr_accessor :Result, :RequestId
3684
-
3684
+
3685
3685
  def initialize(result=nil, requestid=nil)
3686
3686
  @Result = result
3687
3687
  @RequestId = requestid
@@ -3711,7 +3711,7 @@ module TencentCloud
3711
3711
  # @type ID: Integer
3712
3712
 
3713
3713
  attr_accessor :OrderBy, :StartTime, :Limit, :Page, :Query, :EndTime, :ID
3714
-
3714
+
3715
3715
  def initialize(orderby=nil, starttime=nil, limit=nil, page=nil, query=nil, endtime=nil, id=nil)
3716
3716
  @OrderBy = orderby
3717
3717
  @StartTime = starttime
@@ -3741,7 +3741,7 @@ module TencentCloud
3741
3741
  # @type RequestId: String
3742
3742
 
3743
3743
  attr_accessor :Result, :RequestId
3744
-
3744
+
3745
3745
  def initialize(result=nil, requestid=nil)
3746
3746
  @Result = result
3747
3747
  @RequestId = requestid
@@ -3767,7 +3767,7 @@ module TencentCloud
3767
3767
  # @type ID: Integer
3768
3768
 
3769
3769
  attr_accessor :StartTime, :Limit, :Query, :EndTime, :ID
3770
-
3770
+
3771
3771
  def initialize(starttime=nil, limit=nil, query=nil, endtime=nil, id=nil)
3772
3772
  @StartTime = starttime
3773
3773
  @Limit = limit
@@ -3793,7 +3793,7 @@ module TencentCloud
3793
3793
  # @type RequestId: String
3794
3794
 
3795
3795
  attr_accessor :Result, :RequestId
3796
-
3796
+
3797
3797
  def initialize(result=nil, requestid=nil)
3798
3798
  @Result = result
3799
3799
  @RequestId = requestid
@@ -3817,7 +3817,7 @@ module TencentCloud
3817
3817
  # @type IsDemo: Integer
3818
3818
 
3819
3819
  attr_accessor :EndTime, :StartTime, :ID, :IsDemo
3820
-
3820
+
3821
3821
  def initialize(endtime=nil, starttime=nil, id=nil, isdemo=nil)
3822
3822
  @EndTime = endtime
3823
3823
  @StartTime = starttime
@@ -3841,7 +3841,7 @@ module TencentCloud
3841
3841
  # @type RequestId: String
3842
3842
 
3843
3843
  attr_accessor :ScoreSet, :RequestId
3844
-
3844
+
3845
3845
  def initialize(scoreset=nil, requestid=nil)
3846
3846
  @ScoreSet = scoreset
3847
3847
  @RequestId = requestid
@@ -3874,7 +3874,7 @@ module TencentCloud
3874
3874
  # @type Offset: Integer
3875
3875
 
3876
3876
  attr_accessor :AreaIds, :AreaKeys, :Limit, :AreaStatuses, :Offset
3877
-
3877
+
3878
3878
  def initialize(areaids=nil, areakeys=nil, limit=nil, areastatuses=nil, offset=nil)
3879
3879
  @AreaIds = areaids
3880
3880
  @AreaKeys = areakeys
@@ -3902,7 +3902,7 @@ module TencentCloud
3902
3902
  # @type RequestId: String
3903
3903
 
3904
3904
  attr_accessor :TotalCount, :AreaSet, :RequestId
3905
-
3905
+
3906
3906
  def initialize(totalcount=nil, areaset=nil, requestid=nil)
3907
3907
  @TotalCount = totalcount
3908
3908
  @AreaSet = areaset
@@ -3945,7 +3945,7 @@ module TencentCloud
3945
3945
  # @type IsDemo: Integer
3946
3946
 
3947
3947
  attr_accessor :ChargeStatuses, :ChargeTypes, :Limit, :Offset, :AreaIds, :InstanceStatuses, :InstanceIds, :Filters, :IsDemo
3948
-
3948
+
3949
3949
  def initialize(chargestatuses=nil, chargetypes=nil, limit=nil, offset=nil, areaids=nil, instancestatuses=nil, instanceids=nil, filters=nil, isdemo=nil)
3950
3950
  @ChargeStatuses = chargestatuses
3951
3951
  @ChargeTypes = chargetypes
@@ -3988,7 +3988,7 @@ module TencentCloud
3988
3988
  # @type RequestId: String
3989
3989
 
3990
3990
  attr_accessor :InstanceSet, :TotalCount, :RequestId
3991
-
3991
+
3992
3992
  def initialize(instanceset=nil, totalcount=nil, requestid=nil)
3993
3993
  @InstanceSet = instanceset
3994
3994
  @TotalCount = totalcount
@@ -4021,7 +4021,7 @@ module TencentCloud
4021
4021
  # @type Dimension: String
4022
4022
 
4023
4023
  attr_accessor :ProjectId, :EndTime, :StartTime, :Dimension
4024
-
4024
+
4025
4025
  def initialize(projectid=nil, endtime=nil, starttime=nil, dimension=nil)
4026
4026
  @ProjectId = projectid
4027
4027
  @EndTime = endtime
@@ -4045,7 +4045,7 @@ module TencentCloud
4045
4045
  # @type RequestId: String
4046
4046
 
4047
4047
  attr_accessor :ProjectUvSet, :RequestId
4048
-
4048
+
4049
4049
  def initialize(projectuvset=nil, requestid=nil)
4050
4050
  @ProjectUvSet = projectuvset
4051
4051
  @RequestId = requestid
@@ -4070,7 +4070,7 @@ module TencentCloud
4070
4070
  # @type InstanceID: String
4071
4071
 
4072
4072
  attr_accessor :InstanceID
4073
-
4073
+
4074
4074
  def initialize(instanceid=nil)
4075
4075
  @InstanceID = instanceid
4076
4076
  end
@@ -4088,7 +4088,7 @@ module TencentCloud
4088
4088
  # @type RequestId: String
4089
4089
 
4090
4090
  attr_accessor :WhitelistSet, :RequestId
4091
-
4091
+
4092
4092
  def initialize(whitelistset=nil, requestid=nil)
4093
4093
  @WhitelistSet = whitelistset
4094
4094
  @RequestId = requestid
@@ -4118,7 +4118,7 @@ module TencentCloud
4118
4118
  # @type Name: String
4119
4119
 
4120
4120
  attr_accessor :Values, :Name
4121
-
4121
+
4122
4122
  def initialize(values=nil, name=nil)
4123
4123
  @Values = values
4124
4124
  @Name = name
@@ -4158,7 +4158,7 @@ module TencentCloud
4158
4158
  # @type Status: String
4159
4159
 
4160
4160
  attr_accessor :CosPath, :Count, :CreateTime, :ExportID, :FileName, :FileSize, :Format, :Order, :Query, :StartTime, :EndTime, :Status
4161
-
4161
+
4162
4162
  def initialize(cospath=nil, count=nil, createtime=nil, exportid=nil, filename=nil, filesize=nil, format=nil, order=nil, query=nil, starttime=nil, endtime=nil, status=nil)
4163
4163
  @CosPath = cospath
4164
4164
  @Count = count
@@ -4200,7 +4200,7 @@ module TencentCloud
4200
4200
  # @type InstanceDesc: String
4201
4201
 
4202
4202
  attr_accessor :InstanceId, :InstanceName, :InstanceDesc
4203
-
4203
+
4204
4204
  def initialize(instanceid=nil, instancename=nil, instancedesc=nil)
4205
4205
  @InstanceId = instanceid
4206
4206
  @InstanceName = instancename
@@ -4220,7 +4220,7 @@ module TencentCloud
4220
4220
  # @type RequestId: String
4221
4221
 
4222
4222
  attr_accessor :RequestId
4223
-
4223
+
4224
4224
  def initialize(requestid=nil)
4225
4225
  @RequestId = requestid
4226
4226
  end
@@ -4244,7 +4244,7 @@ module TencentCloud
4244
4244
  # @type ID: Integer
4245
4245
 
4246
4246
  attr_accessor :ProjectID, :ProjectInterface, :ReportRate, :ReportType, :ID
4247
-
4247
+
4248
4248
  def initialize(projectid=nil, projectinterface=nil, reportrate=nil, reporttype=nil, id=nil)
4249
4249
  @ProjectID = projectid
4250
4250
  @ProjectInterface = projectinterface
@@ -4271,7 +4271,7 @@ module TencentCloud
4271
4271
  # @type RequestId: String
4272
4272
 
4273
4273
  attr_accessor :Msg, :RequestId
4274
-
4274
+
4275
4275
  def initialize(msg=nil, requestid=nil)
4276
4276
  @Msg = msg
4277
4277
  @RequestId = requestid
@@ -4305,7 +4305,7 @@ module TencentCloud
4305
4305
  # @type Desc: String
4306
4306
 
4307
4307
  attr_accessor :ID, :Name, :URL, :Repo, :InstanceID, :Rate, :EnableURLGroup, :Type, :Desc
4308
-
4308
+
4309
4309
  def initialize(id=nil, name=nil, url=nil, repo=nil, instanceid=nil, rate=nil, enableurlgroup=nil, type=nil, desc=nil)
4310
4310
  @ID = id
4311
4311
  @Name = name
@@ -4341,7 +4341,7 @@ module TencentCloud
4341
4341
  # @type RequestId: String
4342
4342
 
4343
4343
  attr_accessor :Msg, :ID, :RequestId
4344
-
4344
+
4345
4345
  def initialize(msg=nil, id=nil, requestid=nil)
4346
4346
  @Msg = msg
4347
4347
  @ID = id
@@ -4369,7 +4369,7 @@ module TencentCloud
4369
4369
  # @type ProjectID: Integer
4370
4370
 
4371
4371
  attr_accessor :ProjectInterface, :ReportRate, :ReportType, :ID, :ProjectID
4372
-
4372
+
4373
4373
  def initialize(projectinterface=nil, reportrate=nil, reporttype=nil, id=nil, projectid=nil)
4374
4374
  @ProjectInterface = projectinterface
4375
4375
  @ReportRate = reportrate
@@ -4402,7 +4402,7 @@ module TencentCloud
4402
4402
  # @type ID: Integer
4403
4403
 
4404
4404
  attr_accessor :Version, :FileKey, :FileName, :FileHash, :ID
4405
-
4405
+
4406
4406
  def initialize(version=nil, filekey=nil, filename=nil, filehash=nil, id=nil)
4407
4407
  @Version = version
4408
4408
  @FileKey = filekey
@@ -4426,7 +4426,7 @@ module TencentCloud
4426
4426
  # @type InstanceId: String
4427
4427
 
4428
4428
  attr_accessor :InstanceId
4429
-
4429
+
4430
4430
  def initialize(instanceid=nil)
4431
4431
  @InstanceId = instanceid
4432
4432
  end
@@ -4442,7 +4442,7 @@ module TencentCloud
4442
4442
  # @type RequestId: String
4443
4443
 
4444
4444
  attr_accessor :RequestId
4445
-
4445
+
4446
4446
  def initialize(requestid=nil)
4447
4447
  @RequestId = requestid
4448
4448
  end
@@ -4458,7 +4458,7 @@ module TencentCloud
4458
4458
  # @type ProjectId: Integer
4459
4459
 
4460
4460
  attr_accessor :ProjectId
4461
-
4461
+
4462
4462
  def initialize(projectid=nil)
4463
4463
  @ProjectId = projectid
4464
4464
  end
@@ -4474,7 +4474,7 @@ module TencentCloud
4474
4474
  # @type RequestId: String
4475
4475
 
4476
4476
  attr_accessor :RequestId
4477
-
4477
+
4478
4478
  def initialize(requestid=nil)
4479
4479
  @RequestId = requestid
4480
4480
  end
@@ -4502,7 +4502,7 @@ module TencentCloud
4502
4502
  # @type AreaAbbr: String
4503
4503
 
4504
4504
  attr_accessor :AreaId, :AreaStatus, :AreaName, :AreaKey, :AreaRegionID, :AreaRegionCode, :AreaAbbr
4505
-
4505
+
4506
4506
  def initialize(areaid=nil, areastatus=nil, areaname=nil, areakey=nil, arearegionid=nil, arearegioncode=nil, areaabbr=nil)
4507
4507
  @AreaId = areaid
4508
4508
  @AreaStatus = areastatus
@@ -4555,7 +4555,7 @@ module TencentCloud
4555
4555
  # @type InstanceType: Integer
4556
4556
 
4557
4557
  attr_accessor :InstanceStatus, :AreaId, :Tags, :InstanceId, :ClusterId, :InstanceDesc, :ChargeStatus, :ChargeType, :UpdatedAt, :DataRetentionDays, :InstanceName, :CreatedAt, :InstanceType
4558
-
4558
+
4559
4559
  def initialize(instancestatus=nil, areaid=nil, tags=nil, instanceid=nil, clusterid=nil, instancedesc=nil, chargestatus=nil, chargetype=nil, updatedat=nil, dataretentiondays=nil, instancename=nil, createdat=nil, instancetype=nil)
4560
4560
  @InstanceStatus = instancestatus
4561
4561
  @AreaId = areaid
@@ -4640,7 +4640,7 @@ module TencentCloud
4640
4640
  # @type AccessPoint: String
4641
4641
 
4642
4642
  attr_accessor :Name, :Creator, :InstanceID, :Type, :CreateTime, :Repo, :URL, :Rate, :Key, :EnableURLGroup, :InstanceName, :ID, :InstanceKey, :Desc, :IsStar, :ProjectStatus, :AccessPoint
4643
-
4643
+
4644
4644
  def initialize(name=nil, creator=nil, instanceid=nil, type=nil, createtime=nil, repo=nil, url=nil, rate=nil, key=nil, enableurlgroup=nil, instancename=nil, id=nil, instancekey=nil, desc=nil, isstar=nil, projectstatus=nil, accesspoint=nil)
4645
4645
  @Name = name
4646
4646
  @Creator = creator
@@ -4693,7 +4693,7 @@ module TencentCloud
4693
4693
  # @type CreateTime: String
4694
4694
 
4695
4695
  attr_accessor :ProjectId, :Pv, :CreateTime
4696
-
4696
+
4697
4697
  def initialize(projectid=nil, pv=nil, createtime=nil)
4698
4698
  @ProjectId = projectid
4699
4699
  @Pv = pv
@@ -4717,7 +4717,7 @@ module TencentCloud
4717
4717
  # @type CreateTime: String
4718
4718
 
4719
4719
  attr_accessor :ProjectId, :Uv, :CreateTime
4720
-
4720
+
4721
4721
  def initialize(projectid=nil, uv=nil, createtime=nil)
4722
4722
  @ProjectId = projectid
4723
4723
  @Uv = uv
@@ -4764,7 +4764,7 @@ module TencentCloud
4764
4764
  # @type CreateTime: String
4765
4765
 
4766
4766
  attr_accessor :StaticDuration, :PagePv, :ApiFail, :ApiNum, :StaticFail, :ProjectID, :PageUv, :ApiDuration, :Score, :PageError, :StaticNum, :RecordNum, :PageDuration, :CreateTime
4767
-
4767
+
4768
4768
  def initialize(staticduration=nil, pagepv=nil, apifail=nil, apinum=nil, staticfail=nil, projectid=nil, pageuv=nil, apiduration=nil, score=nil, pageerror=nil, staticnum=nil, recordnum=nil, pageduration=nil, createtime=nil)
4769
4769
  @StaticDuration = staticduration
4770
4770
  @PagePv = pagepv
@@ -4806,7 +4806,7 @@ module TencentCloud
4806
4806
  # @type InstanceId: String
4807
4807
 
4808
4808
  attr_accessor :InstanceId
4809
-
4809
+
4810
4810
  def initialize(instanceid=nil)
4811
4811
  @InstanceId = instanceid
4812
4812
  end
@@ -4822,7 +4822,7 @@ module TencentCloud
4822
4822
  # @type RequestId: String
4823
4823
 
4824
4824
  attr_accessor :RequestId
4825
-
4825
+
4826
4826
  def initialize(requestid=nil)
4827
4827
  @RequestId = requestid
4828
4828
  end
@@ -4838,7 +4838,7 @@ module TencentCloud
4838
4838
  # @type ProjectId: Integer
4839
4839
 
4840
4840
  attr_accessor :ProjectId
4841
-
4841
+
4842
4842
  def initialize(projectid=nil)
4843
4843
  @ProjectId = projectid
4844
4844
  end
@@ -4854,7 +4854,7 @@ module TencentCloud
4854
4854
  # @type RequestId: String
4855
4855
 
4856
4856
  attr_accessor :RequestId
4857
-
4857
+
4858
4858
  def initialize(requestid=nil)
4859
4859
  @RequestId = requestid
4860
4860
  end
@@ -4872,7 +4872,7 @@ module TencentCloud
4872
4872
  # @type Value: String
4873
4873
 
4874
4874
  attr_accessor :Key, :Value
4875
-
4875
+
4876
4876
  def initialize(key=nil, value=nil)
4877
4877
  @Key = key
4878
4878
  @Value = value
@@ -4904,7 +4904,7 @@ module TencentCloud
4904
4904
  # @type CreateTime: String
4905
4905
 
4906
4906
  attr_accessor :Remark, :InstanceID, :Ttl, :ID, :WhitelistUin, :CreateUser, :Aid, :CreateTime
4907
-
4907
+
4908
4908
  def initialize(remark=nil, instanceid=nil, ttl=nil, id=nil, whitelistuin=nil, createuser=nil, aid=nil, createtime=nil)
4909
4909
  @Remark = remark
4910
4910
  @InstanceID = instanceid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rum
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