tencentcloud-sdk-wedata 3.0.589 → 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/v20210820/models.rb +545 -542
  4. metadata +2 -2
@@ -66,7 +66,7 @@ module TencentCloud
66
66
  # @type RegularId: String
67
67
 
68
68
  attr_accessor :AlarmId, :AlarmTime, :TaskId, :RegularName, :AlarmLevel, :AlarmWay, :AlarmRecipientId, :ProjectId, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :InstanceId, :TaskName, :IsSendSuccess, :MessageId, :Operator, :RegularId
69
-
69
+
70
70
  def initialize(alarmid=nil, alarmtime=nil, taskid=nil, regularname=nil, alarmlevel=nil, alarmway=nil, alarmrecipientid=nil, projectid=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, instanceid=nil, taskname=nil, issendsuccess=nil, messageid=nil, operator=nil, regularid=nil)
71
71
  @AlarmId = alarmid
72
72
  @AlarmTime = alarmtime
@@ -135,7 +135,7 @@ module TencentCloud
135
135
  # @type AlarmIndicatorUnit: String
136
136
 
137
137
  attr_accessor :Id, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :Operator, :AlarmIndicatorUnit
138
-
138
+
139
139
  def initialize(id=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, operator=nil, alarmindicatorunit=nil)
140
140
  @Id = id
141
141
  @AlarmIndicator = alarmindicator
@@ -181,7 +181,7 @@ module TencentCloud
181
181
  # @type Status: Integer
182
182
 
183
183
  attr_accessor :TaskIds, :AlarmType, :AlarmWay, :AlarmRecipient, :AlarmRecipientId, :Hours, :Minutes, :TriggerType, :AlarmId, :Status
184
-
184
+
185
185
  def initialize(taskids=nil, alarmtype=nil, alarmway=nil, alarmrecipient=nil, alarmrecipientid=nil, hours=nil, minutes=nil, triggertype=nil, alarmid=nil, status=nil)
186
186
  @TaskIds = taskids
187
187
  @AlarmType = alarmtype
@@ -232,7 +232,7 @@ module TencentCloud
232
232
  # @type WecomGroup: Integer
233
233
 
234
234
  attr_accessor :AlarmId, :AlarmReceiver, :Email, :Sms, :Wechat, :Voice, :Wecom, :Http, :WecomGroup
235
-
235
+
236
236
  def initialize(alarmid=nil, alarmreceiver=nil, email=nil, sms=nil, wechat=nil, voice=nil, wecom=nil, http=nil, wecomgroup=nil)
237
237
  @AlarmId = alarmid
238
238
  @AlarmReceiver = alarmreceiver
@@ -268,7 +268,7 @@ module TencentCloud
268
268
  # @type ProjectId: String
269
269
 
270
270
  attr_accessor :TaskIds, :TaskAlarmInfo, :ProjectId
271
-
271
+
272
272
  def initialize(taskids=nil, taskalarminfo=nil, projectid=nil)
273
273
  @TaskIds = taskids
274
274
  @TaskAlarmInfo = taskalarminfo
@@ -300,7 +300,7 @@ module TencentCloud
300
300
  # @type RequestId: String
301
301
 
302
302
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
303
-
303
+
304
304
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
305
305
  @SuccessCount = successcount
306
306
  @FailedCount = failedcount
@@ -326,7 +326,7 @@ module TencentCloud
326
326
  # @type ProjectId: String
327
327
 
328
328
  attr_accessor :TaskIds, :TaskType, :ProjectId
329
-
329
+
330
330
  def initialize(taskids=nil, tasktype=nil, projectid=nil)
331
331
  @TaskIds = taskids
332
332
  @TaskType = tasktype
@@ -355,7 +355,7 @@ module TencentCloud
355
355
  # @type RequestId: String
356
356
 
357
357
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
358
-
358
+
359
359
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
360
360
  @SuccessCount = successcount
361
361
  @FailedCount = failedcount
@@ -385,7 +385,7 @@ module TencentCloud
385
385
  # @type ProjectId: String
386
386
 
387
387
  attr_accessor :TaskIdList, :DeleteMode, :EnableNotify, :ProjectId
388
-
388
+
389
389
  def initialize(taskidlist=nil, deletemode=nil, enablenotify=nil, projectid=nil)
390
390
  @TaskIdList = taskidlist
391
391
  @DeleteMode = deletemode
@@ -409,7 +409,7 @@ module TencentCloud
409
409
  # @type RequestId: String
410
410
 
411
411
  attr_accessor :Data, :RequestId
412
-
412
+
413
413
  def initialize(data=nil, requestid=nil)
414
414
  @Data = data
415
415
  @RequestId = requestid
@@ -432,7 +432,7 @@ module TencentCloud
432
432
  # @type ProjectId: String
433
433
 
434
434
  attr_accessor :Instances, :ProjectId
435
-
435
+
436
436
  def initialize(instances=nil, projectid=nil)
437
437
  @Instances = instances
438
438
  @ProjectId = projectid
@@ -463,7 +463,7 @@ module TencentCloud
463
463
  # @type RequestId: String
464
464
 
465
465
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
466
-
466
+
467
467
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
468
468
  @SuccessCount = successcount
469
469
  @FailedCount = failedcount
@@ -487,7 +487,7 @@ module TencentCloud
487
487
  # @type ProjectId: String
488
488
 
489
489
  attr_accessor :Instances, :ProjectId
490
-
490
+
491
491
  def initialize(instances=nil, projectid=nil)
492
492
  @Instances = instances
493
493
  @ProjectId = projectid
@@ -518,7 +518,7 @@ module TencentCloud
518
518
  # @type RequestId: String
519
519
 
520
520
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
521
-
521
+
522
522
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
523
523
  @SuccessCount = successcount
524
524
  @FailedCount = failedcount
@@ -548,7 +548,7 @@ module TencentCloud
548
548
  # @type ProjectId: String
549
549
 
550
550
  attr_accessor :TaskIds, :TaskType, :StartTime, :EndTime, :ProjectId
551
-
551
+
552
552
  def initialize(taskids=nil, tasktype=nil, starttime=nil, endtime=nil, projectid=nil)
553
553
  @TaskIds = taskids
554
554
  @TaskType = tasktype
@@ -578,7 +578,7 @@ module TencentCloud
578
578
  # @type RequestId: String
579
579
 
580
580
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
581
-
581
+
582
582
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
583
583
  @SuccessCount = successcount
584
584
  @FailedCount = failedcount
@@ -604,7 +604,7 @@ module TencentCloud
604
604
  # @type ProjectId: String
605
605
 
606
606
  attr_accessor :TaskIdList, :Owners, :ProjectId
607
-
607
+
608
608
  def initialize(taskidlist=nil, owners=nil, projectid=nil)
609
609
  @TaskIdList = taskidlist
610
610
  @Owners = owners
@@ -626,7 +626,7 @@ module TencentCloud
626
626
  # @type RequestId: String
627
627
 
628
628
  attr_accessor :Data, :RequestId
629
-
629
+
630
630
  def initialize(data=nil, requestid=nil)
631
631
  @Data = data
632
632
  @RequestId = requestid
@@ -651,7 +651,7 @@ module TencentCloud
651
651
  # @type TotalCount: Integer
652
652
 
653
653
  attr_accessor :SuccessCount, :FailedCount, :TotalCount
654
-
654
+
655
655
  def initialize(successcount=nil, failedcount=nil, totalcount=nil)
656
656
  @SuccessCount = successcount
657
657
  @FailedCount = failedcount
@@ -673,7 +673,7 @@ module TencentCloud
673
673
  # @type ProjectId: String
674
674
 
675
675
  attr_accessor :Instances, :ProjectId
676
-
676
+
677
677
  def initialize(instances=nil, projectid=nil)
678
678
  @Instances = instances
679
679
  @ProjectId = projectid
@@ -704,7 +704,7 @@ module TencentCloud
704
704
  # @type RequestId: String
705
705
 
706
706
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
707
-
707
+
708
708
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
709
709
  @SuccessCount = successcount
710
710
  @FailedCount = failedcount
@@ -732,7 +732,7 @@ module TencentCloud
732
732
  # @type Total: Integer
733
733
 
734
734
  attr_accessor :Running, :Success, :Failed, :Total
735
-
735
+
736
736
  def initialize(running=nil, success=nil, failed=nil, total=nil)
737
737
  @Running = running
738
738
  @Success = success
@@ -758,7 +758,7 @@ module TencentCloud
758
758
  # @type ProjectId: String
759
759
 
760
760
  attr_accessor :TaskIds, :TaskType, :ProjectId
761
-
761
+
762
762
  def initialize(taskids=nil, tasktype=nil, projectid=nil)
763
763
  @TaskIds = taskids
764
764
  @TaskType = tasktype
@@ -784,7 +784,7 @@ module TencentCloud
784
784
  # @type RequestId: String
785
785
 
786
786
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
787
-
787
+
788
788
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
789
789
  @SuccessCount = successcount
790
790
  @FailedCount = failedcount
@@ -812,7 +812,7 @@ module TencentCloud
812
812
  # @type ErrorId: String
813
813
 
814
814
  attr_accessor :Result, :ErrorDesc, :ErrorId
815
-
815
+
816
816
  def initialize(result=nil, errordesc=nil, errorid=nil)
817
817
  @Result = result
818
818
  @ErrorDesc = errordesc
@@ -836,7 +836,7 @@ module TencentCloud
836
836
  # @type ProjectId: String
837
837
 
838
838
  attr_accessor :TaskIds, :TaskType, :ProjectId
839
-
839
+
840
840
  def initialize(taskids=nil, tasktype=nil, projectid=nil)
841
841
  @TaskIds = taskids
842
842
  @TaskType = tasktype
@@ -862,7 +862,7 @@ module TencentCloud
862
862
  # @type RequestId: String
863
863
 
864
864
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
865
-
865
+
866
866
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
867
867
  @SuccessCount = successcount
868
868
  @FailedCount = failedcount
@@ -888,7 +888,7 @@ module TencentCloud
888
888
  # @type ProjectId: String
889
889
 
890
890
  attr_accessor :TaskIds, :TaskType, :ProjectId
891
-
891
+
892
892
  def initialize(taskids=nil, tasktype=nil, projectid=nil)
893
893
  @TaskIds = taskids
894
894
  @TaskType = tasktype
@@ -914,7 +914,7 @@ module TencentCloud
914
914
  # @type RequestId: String
915
915
 
916
916
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
917
-
917
+
918
918
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
919
919
  @SuccessCount = successcount
920
920
  @FailedCount = failedcount
@@ -938,7 +938,7 @@ module TencentCloud
938
938
  # @type ProjectId: String
939
939
 
940
940
  attr_accessor :TaskIdList, :ProjectId
941
-
941
+
942
942
  def initialize(taskidlist=nil, projectid=nil)
943
943
  @TaskIdList = taskidlist
944
944
  @ProjectId = projectid
@@ -958,7 +958,7 @@ module TencentCloud
958
958
  # @type RequestId: String
959
959
 
960
960
  attr_accessor :Data, :RequestId
961
-
961
+
962
962
  def initialize(data=nil, requestid=nil)
963
963
  @Data = data
964
964
  @RequestId = requestid
@@ -983,7 +983,7 @@ module TencentCloud
983
983
  # @type ProjectId: String
984
984
 
985
985
  attr_accessor :TaskIds, :TaskType, :ProjectId
986
-
986
+
987
987
  def initialize(taskids=nil, tasktype=nil, projectid=nil)
988
988
  @TaskIds = taskids
989
989
  @TaskType = tasktype
@@ -1009,7 +1009,7 @@ module TencentCloud
1009
1009
  # @type RequestId: String
1010
1010
 
1011
1011
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
1012
-
1012
+
1013
1013
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
1014
1014
  @SuccessCount = successcount
1015
1015
  @FailedCount = failedcount
@@ -1037,7 +1037,7 @@ module TencentCloud
1037
1037
  # @type ProjectId: String
1038
1038
 
1039
1039
  attr_accessor :TaskIds, :Incharge, :TaskType, :ProjectId
1040
-
1040
+
1041
1041
  def initialize(taskids=nil, incharge=nil, tasktype=nil, projectid=nil)
1042
1042
  @TaskIds = taskids
1043
1043
  @Incharge = incharge
@@ -1065,7 +1065,7 @@ module TencentCloud
1065
1065
  # @type RequestId: String
1066
1066
 
1067
1067
  attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
1068
-
1068
+
1069
1069
  def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
1070
1070
  @SuccessCount = successcount
1071
1071
  @FailedCount = failedcount
@@ -1094,7 +1094,7 @@ module TencentCloud
1094
1094
  # @type Values: Array
1095
1095
 
1096
1096
  attr_accessor :NodeType, :NodeName, :Values
1097
-
1097
+
1098
1098
  def initialize(nodetype=nil, nodename=nil, values=nil)
1099
1099
  @NodeType = nodetype
1100
1100
  @NodeName = nodename
@@ -1123,7 +1123,7 @@ module TencentCloud
1123
1123
  # @type LinksList: Array
1124
1124
 
1125
1125
  attr_accessor :TasksList, :LinksList
1126
-
1126
+
1127
1127
  def initialize(taskslist=nil, linkslist=nil)
1128
1128
  @TasksList = taskslist
1129
1129
  @LinksList = linkslist
@@ -1163,7 +1163,10 @@ module TencentCloud
1163
1163
  # @type TaskType: Integer
1164
1164
 
1165
1165
  attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType
1166
-
1166
+ extend Gem::Deprecate
1167
+ deprecate :TaskId, :none, 2023, 6
1168
+ deprecate :TaskId=, :none, 2023, 6
1169
+
1167
1170
  def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil)
1168
1171
  @ProjectId = projectid
1169
1172
  @AlarmRegularName = alarmregularname
@@ -1189,7 +1192,7 @@ module TencentCloud
1189
1192
  # @type RequestId: String
1190
1193
 
1191
1194
  attr_accessor :Data, :RequestId
1192
-
1195
+
1193
1196
  def initialize(data=nil, requestid=nil)
1194
1197
  @Data = data
1195
1198
  @RequestId = requestid
@@ -1213,7 +1216,7 @@ module TencentCloud
1213
1216
  # @type RuleId: Integer
1214
1217
 
1215
1218
  attr_accessor :ProjectId, :RuleGroupId, :Name, :RuleId
1216
-
1219
+
1217
1220
  def initialize(projectid=nil, rulegroupid=nil, name=nil, ruleid=nil)
1218
1221
  @ProjectId = projectid
1219
1222
  @RuleGroupId = rulegroupid
@@ -1238,7 +1241,7 @@ module TencentCloud
1238
1241
  # @type RequestId: String
1239
1242
 
1240
1243
  attr_accessor :Data, :RequestId
1241
-
1244
+
1242
1245
  def initialize(data=nil, requestid=nil)
1243
1246
  @Data = data
1244
1247
  @RequestId = requestid
@@ -1260,7 +1263,7 @@ module TencentCloud
1260
1263
  # @type ProjectId: String
1261
1264
 
1262
1265
  attr_accessor :TemplateId, :Name, :ProjectId
1263
-
1266
+
1264
1267
  def initialize(templateid=nil, name=nil, projectid=nil)
1265
1268
  @TemplateId = templateid
1266
1269
  @Name = name
@@ -1283,7 +1286,7 @@ module TencentCloud
1283
1286
  # @type RequestId: String
1284
1287
 
1285
1288
  attr_accessor :Data, :RequestId
1286
-
1289
+
1287
1290
  def initialize(data=nil, requestid=nil)
1288
1291
  @Data = data
1289
1292
  @RequestId = requestid
@@ -1307,7 +1310,7 @@ module TencentCloud
1307
1310
  # @type Id: Integer
1308
1311
 
1309
1312
  attr_accessor :TaskId, :Name, :ProjectId, :Id
1310
-
1313
+
1311
1314
  def initialize(taskid=nil, name=nil, projectid=nil, id=nil)
1312
1315
  @TaskId = taskid
1313
1316
  @Name = name
@@ -1331,7 +1334,7 @@ module TencentCloud
1331
1334
  # @type RequestId: String
1332
1335
 
1333
1336
  attr_accessor :Data, :RequestId
1334
-
1337
+
1335
1338
  def initialize(data=nil, requestid=nil)
1336
1339
  @Data = data
1337
1340
  @RequestId = requestid
@@ -1355,7 +1358,7 @@ module TencentCloud
1355
1358
  # @type SyncType: Integer
1356
1359
 
1357
1360
  attr_accessor :TaskName, :ProjectId, :TaskId, :SyncType
1358
-
1361
+
1359
1362
  def initialize(taskname=nil, projectid=nil, taskid=nil, synctype=nil)
1360
1363
  @TaskName = taskname
1361
1364
  @ProjectId = projectid
@@ -1381,7 +1384,7 @@ module TencentCloud
1381
1384
  # @type RequestId: String
1382
1385
 
1383
1386
  attr_accessor :Data, :ExistsType, :RequestId
1384
-
1387
+
1385
1388
  def initialize(data=nil, existstype=nil, requestid=nil)
1386
1389
  @Data = data
1387
1390
  @ExistsType = existstype
@@ -1405,7 +1408,7 @@ module TencentCloud
1405
1408
  # @type TaskName: String
1406
1409
 
1407
1410
  attr_accessor :ProjectId, :TypeId, :TaskName
1408
-
1411
+
1409
1412
  def initialize(projectid=nil, typeid=nil, taskname=nil)
1410
1413
  @ProjectId = projectid
1411
1414
  @TypeId = typeid
@@ -1427,7 +1430,7 @@ module TencentCloud
1427
1430
  # @type RequestId: String
1428
1431
 
1429
1432
  attr_accessor :Data, :RequestId
1430
-
1433
+
1431
1434
  def initialize(data=nil, requestid=nil)
1432
1435
  @Data = data
1433
1436
  @RequestId = requestid
@@ -1453,7 +1456,7 @@ module TencentCloud
1453
1456
  # @type QueueName: String
1454
1457
 
1455
1458
  attr_accessor :ProjectId, :RuleExecId, :ExportType, :ExecutorGroupId, :QueueName
1456
-
1459
+
1457
1460
  def initialize(projectid=nil, ruleexecid=nil, exporttype=nil, executorgroupid=nil, queuename=nil)
1458
1461
  @ProjectId = projectid
1459
1462
  @RuleExecId = ruleexecid
@@ -1480,7 +1483,7 @@ module TencentCloud
1480
1483
  # @type RequestId: String
1481
1484
 
1482
1485
  attr_accessor :Data, :RequestId
1483
-
1486
+
1484
1487
  def initialize(data=nil, requestid=nil)
1485
1488
  @Data = data
1486
1489
  @RequestId = requestid
@@ -1504,7 +1507,7 @@ module TencentCloud
1504
1507
  # @type TaskType: Integer
1505
1508
 
1506
1509
  attr_accessor :TaskId, :ProjectId, :CommitType, :TaskType
1507
-
1510
+
1508
1511
  def initialize(taskid=nil, projectid=nil, committype=nil, tasktype=nil)
1509
1512
  @TaskId = taskid
1510
1513
  @ProjectId = projectid
@@ -1528,7 +1531,7 @@ module TencentCloud
1528
1531
  # @type RequestId: String
1529
1532
 
1530
1533
  attr_accessor :Data, :RequestId
1531
-
1534
+
1532
1535
  def initialize(data=nil, requestid=nil)
1533
1536
  @Data = data
1534
1537
  @RequestId = requestid
@@ -1552,7 +1555,7 @@ module TencentCloud
1552
1555
  # @type RuleExecResults: Array
1553
1556
 
1554
1557
  attr_accessor :ProjectId, :RuleGroupExecId, :RuleGroupState, :RuleExecResults
1555
-
1558
+
1556
1559
  def initialize(projectid=nil, rulegroupexecid=nil, rulegroupstate=nil, ruleexecresults=nil)
1557
1560
  @ProjectId = projectid
1558
1561
  @RuleGroupExecId = rulegroupexecid
@@ -1584,7 +1587,7 @@ module TencentCloud
1584
1587
  # @type RequestId: String
1585
1588
 
1586
1589
  attr_accessor :Data, :RequestId
1587
-
1590
+
1588
1591
  def initialize(data=nil, requestid=nil)
1589
1592
  @Data = data
1590
1593
  @RequestId = requestid
@@ -1612,7 +1615,7 @@ module TencentCloud
1612
1615
  # @type EngineType: String
1613
1616
 
1614
1617
  attr_accessor :RuleGroupId, :TriggerType, :ExecRuleConfig, :ExecConfig, :ProjectId, :EngineType
1615
-
1618
+
1616
1619
  def initialize(rulegroupid=nil, triggertype=nil, execruleconfig=nil, execconfig=nil, projectid=nil, enginetype=nil)
1617
1620
  @RuleGroupId = rulegroupid
1618
1621
  @TriggerType = triggertype
@@ -1651,7 +1654,7 @@ module TencentCloud
1651
1654
  # @type RequestId: String
1652
1655
 
1653
1656
  attr_accessor :Data, :RequestId
1654
-
1657
+
1655
1658
  def initialize(data=nil, requestid=nil)
1656
1659
  @Data = data
1657
1660
  @RequestId = requestid
@@ -1673,7 +1676,7 @@ module TencentCloud
1673
1676
  # @type Content: String
1674
1677
 
1675
1678
  attr_accessor :Content
1676
-
1679
+
1677
1680
  def initialize(content=nil)
1678
1681
  @Content = content
1679
1682
  end
@@ -1690,7 +1693,7 @@ module TencentCloud
1690
1693
  # @type Id: String
1691
1694
 
1692
1695
  attr_accessor :Id
1693
-
1696
+
1694
1697
  def initialize(id=nil)
1695
1698
  @Id = id
1696
1699
  end
@@ -1716,7 +1719,7 @@ module TencentCloud
1716
1719
  # @type TriggerRows: Integer
1717
1720
 
1718
1721
  attr_accessor :Items, :TotalRows, :PassRows, :TriggerRows
1719
-
1722
+
1720
1723
  def initialize(items=nil, totalrows=nil, passrows=nil, triggerrows=nil)
1721
1724
  @Items = items
1722
1725
  @TotalRows = totalrows
@@ -1761,7 +1764,7 @@ module TencentCloud
1761
1764
  # @type ValueComputeType: Integer
1762
1765
 
1763
1766
  attr_accessor :FixResult, :ResultValue, :Values, :Operator, :CompareType, :ValueComputeType
1764
-
1767
+
1765
1768
  def initialize(fixresult=nil, resultvalue=nil, values=nil, operator=nil, comparetype=nil, valuecomputetype=nil)
1766
1769
  @FixResult = fixresult
1767
1770
  @ResultValue = resultvalue
@@ -1798,7 +1801,7 @@ module TencentCloud
1798
1801
  # @type CycleStep: Integer
1799
1802
 
1800
1803
  attr_accessor :Items, :CycleStep
1801
-
1804
+
1802
1805
  def initialize(items=nil, cyclestep=nil)
1803
1806
  @Items = items
1804
1807
  @CycleStep = cyclestep
@@ -1833,7 +1836,7 @@ module TencentCloud
1833
1836
  # @type ValueList: Array
1834
1837
 
1835
1838
  attr_accessor :CompareType, :Operator, :ValueComputeType, :ValueList
1836
-
1839
+
1837
1840
  def initialize(comparetype=nil, operator=nil, valuecomputetype=nil, valuelist=nil)
1838
1841
  @CompareType = comparetype
1839
1842
  @Operator = operator
@@ -1872,7 +1875,7 @@ module TencentCloud
1872
1875
  # @type ProjectId: String
1873
1876
 
1874
1877
  attr_accessor :Type, :Kind, :Name, :ClusterIdentifier, :DbName, :ProjectId
1875
-
1878
+
1876
1879
  def initialize(type=nil, kind=nil, name=nil, clusteridentifier=nil, dbname=nil, projectid=nil)
1877
1880
  @Type = type
1878
1881
  @Kind = kind
@@ -1904,7 +1907,7 @@ module TencentCloud
1904
1907
  # @type RequestId: String
1905
1908
 
1906
1909
  attr_accessor :FunctionId, :ErrorMessage, :RequestId
1907
-
1910
+
1908
1911
  def initialize(functionid=nil, errormessage=nil, requestid=nil)
1909
1912
  @FunctionId = functionid
1910
1913
  @ErrorMessage = errormessage
@@ -1956,7 +1959,7 @@ module TencentCloud
1956
1959
  # @type COSRegion: String
1957
1960
 
1958
1961
  attr_accessor :Name, :Category, :Type, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :COSBucket, :COSRegion
1959
-
1962
+
1960
1963
  def initialize(name=nil, category=nil, type=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, cosbucket=nil, cosregion=nil)
1961
1964
  @Name = name
1962
1965
  @Category = category
@@ -2007,7 +2010,7 @@ module TencentCloud
2007
2010
  # @type RequestId: String
2008
2011
 
2009
2012
  attr_accessor :Data, :RequestId
2010
-
2013
+
2011
2014
  def initialize(data=nil, requestid=nil)
2012
2015
  @Data = data
2013
2016
  @RequestId = requestid
@@ -2029,7 +2032,7 @@ module TencentCloud
2029
2032
  # @type ParentsFolderId: String
2030
2033
 
2031
2034
  attr_accessor :ProjectId, :FolderName, :ParentsFolderId
2032
-
2035
+
2033
2036
  def initialize(projectid=nil, foldername=nil, parentsfolderid=nil)
2034
2037
  @ProjectId = projectid
2035
2038
  @FolderName = foldername
@@ -2052,7 +2055,7 @@ module TencentCloud
2052
2055
  # @type RequestId: String
2053
2056
 
2054
2057
  attr_accessor :Data, :RequestId
2055
-
2058
+
2056
2059
  def initialize(data=nil, requestid=nil)
2057
2060
  @Data = data
2058
2061
  @RequestId = requestid
@@ -2085,7 +2088,7 @@ module TencentCloud
2085
2088
  # @type Incharge: String
2086
2089
 
2087
2090
  attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Type, :Incharge
2088
-
2091
+
2089
2092
  def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, type=nil, incharge=nil)
2090
2093
  @DatasourceId = datasourceid
2091
2094
  @Database = database
@@ -2115,7 +2118,7 @@ module TencentCloud
2115
2118
  # @type RequestId: String
2116
2119
 
2117
2120
  attr_accessor :Data, :RequestId
2118
-
2121
+
2119
2122
  def initialize(data=nil, requestid=nil)
2120
2123
  @Data = data
2121
2124
  @RequestId = requestid
@@ -2143,7 +2146,7 @@ module TencentCloud
2143
2146
  # @type Incharge: String
2144
2147
 
2145
2148
  attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Incharge
2146
-
2149
+
2147
2150
  def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, incharge=nil)
2148
2151
  @DatasourceId = datasourceid
2149
2152
  @Database = database
@@ -2171,7 +2174,7 @@ module TencentCloud
2171
2174
  # @type RequestId: String
2172
2175
 
2173
2176
  attr_accessor :IsSuccess, :RequestId
2174
-
2177
+
2175
2178
  def initialize(issuccess=nil, requestid=nil)
2176
2179
  @IsSuccess = issuccess
2177
2180
  @RequestId = requestid
@@ -2199,7 +2202,7 @@ module TencentCloud
2199
2202
  # @type ClusterId: String
2200
2203
 
2201
2204
  attr_accessor :AgentType, :AgentName, :ExecutorGroupId, :ProjectId, :TkeRegion, :ClusterId
2202
-
2205
+
2203
2206
  def initialize(agenttype=nil, agentname=nil, executorgroupid=nil, projectid=nil, tkeregion=nil, clusterid=nil)
2204
2207
  @AgentType = agenttype
2205
2208
  @AgentName = agentname
@@ -2227,7 +2230,7 @@ module TencentCloud
2227
2230
  # @type RequestId: String
2228
2231
 
2229
2232
  attr_accessor :AgentId, :RequestId
2230
-
2233
+
2231
2234
  def initialize(agentid=nil, requestid=nil)
2232
2235
  @AgentId = agentid
2233
2236
  @RequestId = requestid
@@ -2249,7 +2252,7 @@ module TencentCloud
2249
2252
  # @type TaskType: Integer
2250
2253
 
2251
2254
  attr_accessor :NodeInfo, :ProjectId, :TaskType
2252
-
2255
+
2253
2256
  def initialize(nodeinfo=nil, projectid=nil, tasktype=nil)
2254
2257
  @NodeInfo = nodeinfo
2255
2258
  @ProjectId = projectid
@@ -2277,7 +2280,7 @@ module TencentCloud
2277
2280
  # @type RequestId: String
2278
2281
 
2279
2282
  attr_accessor :Id, :TaskId, :RequestId
2280
-
2283
+
2281
2284
  def initialize(id=nil, taskid=nil, requestid=nil)
2282
2285
  @Id = id
2283
2286
  @TaskId = taskid
@@ -2299,7 +2302,7 @@ module TencentCloud
2299
2302
  # @type ProjectId: String
2300
2303
 
2301
2304
  attr_accessor :TaskInfo, :ProjectId
2302
-
2305
+
2303
2306
  def initialize(taskinfo=nil, projectid=nil)
2304
2307
  @TaskInfo = taskinfo
2305
2308
  @ProjectId = projectid
@@ -2322,7 +2325,7 @@ module TencentCloud
2322
2325
  # @type RequestId: String
2323
2326
 
2324
2327
  attr_accessor :TaskId, :RequestId
2325
-
2328
+
2326
2329
  def initialize(taskid=nil, requestid=nil)
2327
2330
  @TaskId = taskid
2328
2331
  @RequestId = requestid
@@ -2358,7 +2361,7 @@ module TencentCloud
2358
2361
  # @type TaskMode: String
2359
2362
 
2360
2363
  attr_accessor :ProjectId, :CycleStep, :DelayTime, :EndTime, :Notes, :StartTime, :TaskName, :TypeId, :TaskAction, :TaskMode
2361
-
2364
+
2362
2365
  def initialize(projectid=nil, cyclestep=nil, delaytime=nil, endtime=nil, notes=nil, starttime=nil, taskname=nil, typeid=nil, taskaction=nil, taskmode=nil)
2363
2366
  @ProjectId = projectid
2364
2367
  @CycleStep = cyclestep
@@ -2397,7 +2400,7 @@ module TencentCloud
2397
2400
  # @type RequestId: String
2398
2401
 
2399
2402
  attr_accessor :TaskId, :Data, :RequestId
2400
-
2403
+
2401
2404
  def initialize(taskid=nil, data=nil, requestid=nil)
2402
2405
  @TaskId = taskid
2403
2406
  @Data = data
@@ -2429,7 +2432,7 @@ module TencentCloud
2429
2432
  # @type FilesSize: Array
2430
2433
 
2431
2434
  attr_accessor :ProjectId, :Files, :FilePath, :CosBucketName, :CosRegion, :NewFile, :FilesSize
2432
-
2435
+
2433
2436
  def initialize(projectid=nil, files=nil, filepath=nil, cosbucketname=nil, cosregion=nil, newfile=nil, filessize=nil)
2434
2437
  @ProjectId = projectid
2435
2438
  @Files = files
@@ -2460,7 +2463,7 @@ module TencentCloud
2460
2463
  # @type RequestId: String
2461
2464
 
2462
2465
  attr_accessor :Data, :RequestId
2463
-
2466
+
2464
2467
  def initialize(data=nil, requestid=nil)
2465
2468
  @Data = data
2466
2469
  @RequestId = requestid
@@ -2489,7 +2492,7 @@ module TencentCloud
2489
2492
  # @type ProjectId: String
2490
2493
 
2491
2494
  attr_accessor :Name, :FilePath, :ProjectId
2492
-
2495
+
2493
2496
  def initialize(name=nil, filepath=nil, projectid=nil)
2494
2497
  @Name = name
2495
2498
  @FilePath = filepath
@@ -2512,7 +2515,7 @@ module TencentCloud
2512
2515
  # @type RequestId: String
2513
2516
 
2514
2517
  attr_accessor :Data, :RequestId
2515
-
2518
+
2516
2519
  def initialize(data=nil, requestid=nil)
2517
2520
  @Data = data
2518
2521
  @RequestId = requestid
@@ -2576,7 +2579,7 @@ module TencentCloud
2576
2579
  # @type SourceEngineTypes: Array
2577
2580
 
2578
2581
  attr_accessor :ProjectId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :DatasourceId, :DatabaseId, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue, :SourceEngineTypes
2579
-
2582
+
2580
2583
  def initialize(projectid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, datasourceid=nil, databaseid=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil, sourceenginetypes=nil)
2581
2584
  @ProjectId = projectid
2582
2585
  @RuleGroupId = rulegroupid
@@ -2647,7 +2650,7 @@ module TencentCloud
2647
2650
  # @type RequestId: String
2648
2651
 
2649
2652
  attr_accessor :Data, :RequestId
2650
-
2653
+
2651
2654
  def initialize(data=nil, requestid=nil)
2652
2655
  @Data = data
2653
2656
  @RequestId = requestid
@@ -2686,7 +2689,7 @@ module TencentCloud
2686
2689
  # @type WhereFlag: Boolean
2687
2690
 
2688
2691
  attr_accessor :Type, :Name, :QualityDim, :SourceObjectType, :Description, :SourceEngineTypes, :MultiSourceFlag, :SqlExpression, :ProjectId, :WhereFlag
2689
-
2692
+
2690
2693
  def initialize(type=nil, name=nil, qualitydim=nil, sourceobjecttype=nil, description=nil, sourceenginetypes=nil, multisourceflag=nil, sqlexpression=nil, projectid=nil, whereflag=nil)
2691
2694
  @Type = type
2692
2695
  @Name = name
@@ -2723,7 +2726,7 @@ module TencentCloud
2723
2726
  # @type RequestId: String
2724
2727
 
2725
2728
  attr_accessor :Data, :RequestId
2726
-
2729
+
2727
2730
  def initialize(data=nil, requestid=nil)
2728
2731
  @Data = data
2729
2732
  @RequestId = requestid
@@ -2743,7 +2746,7 @@ module TencentCloud
2743
2746
  # @type ProjectId: String
2744
2747
 
2745
2748
  attr_accessor :TaskAlarmInfo, :ProjectId
2746
-
2749
+
2747
2750
  def initialize(taskalarminfo=nil, projectid=nil)
2748
2751
  @TaskAlarmInfo = taskalarminfo
2749
2752
  @ProjectId = projectid
@@ -2766,7 +2769,7 @@ module TencentCloud
2766
2769
  # @type RequestId: String
2767
2770
 
2768
2771
  attr_accessor :AlarmId, :RequestId
2769
-
2772
+
2770
2773
  def initialize(alarmid=nil, requestid=nil)
2771
2774
  @AlarmId = alarmid
2772
2775
  @RequestId = requestid
@@ -2792,7 +2795,7 @@ module TencentCloud
2792
2795
  # @type TaskExt: Array
2793
2796
 
2794
2797
  attr_accessor :ProjectId, :WorkflowId, :TaskName, :TaskType, :TaskExt
2795
-
2798
+
2796
2799
  def initialize(projectid=nil, workflowid=nil, taskname=nil, tasktype=nil, taskext=nil)
2797
2800
  @ProjectId = projectid
2798
2801
  @WorkflowId = workflowid
@@ -2826,7 +2829,7 @@ module TencentCloud
2826
2829
  # @type RequestId: String
2827
2830
 
2828
2831
  attr_accessor :Data, :RequestId
2829
-
2832
+
2830
2833
  def initialize(data=nil, requestid=nil)
2831
2834
  @Data = data
2832
2835
  @RequestId = requestid
@@ -2851,7 +2854,7 @@ module TencentCloud
2851
2854
  # @type FolderId: String
2852
2855
 
2853
2856
  attr_accessor :ProjectId, :WorkflowName, :FolderId
2854
-
2857
+
2855
2858
  def initialize(projectid=nil, workflowname=nil, folderid=nil)
2856
2859
  @ProjectId = projectid
2857
2860
  @WorkflowName = workflowname
@@ -2874,7 +2877,7 @@ module TencentCloud
2874
2877
  # @type RequestId: String
2875
2878
 
2876
2879
  attr_accessor :Data, :RequestId
2877
-
2880
+
2878
2881
  def initialize(data=nil, requestid=nil)
2879
2882
  @Data = data
2880
2883
  @RequestId = requestid
@@ -2899,7 +2902,7 @@ module TencentCloud
2899
2902
  # @type Count: Integer
2900
2903
 
2901
2904
  attr_accessor :Status, :Count
2902
-
2905
+
2903
2906
  def initialize(status=nil, count=nil)
2904
2907
  @Status = status
2905
2908
  @Count = count
@@ -2921,7 +2924,7 @@ module TencentCloud
2921
2924
  # @type Score: Float
2922
2925
 
2923
2926
  attr_accessor :StatisticsDate, :Score
2924
-
2927
+
2925
2928
  def initialize(statisticsdate=nil, score=nil)
2926
2929
  @StatisticsDate = statisticsdate
2927
2930
  @Score = score
@@ -2949,7 +2952,7 @@ module TencentCloud
2949
2952
  # @type ColumnExec: Integer
2950
2953
 
2951
2954
  attr_accessor :TableTotal, :ColumnTotal, :TableConfig, :ColumnConfig, :TableExec, :ColumnExec
2952
-
2955
+
2953
2956
  def initialize(tabletotal=nil, columntotal=nil, tableconfig=nil, columnconfig=nil, tableexec=nil, columnexec=nil)
2954
2957
  @TableTotal = tabletotal
2955
2958
  @ColumnTotal = columntotal
@@ -3063,7 +3066,7 @@ module TencentCloud
3063
3066
  # @type ModifiedTime: Integer
3064
3067
 
3065
3068
  attr_accessor :DatabaseName, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :AppId, :BizParams, :Category, :Display, :OwnerAccount, :Params, :Status, :OwnerAccountName, :ClusterName, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :AuthorityProjectName, :AuthorityUserName, :Edit, :Author, :Deliver, :DataSourceStatus, :CreateTime, :ParamsString, :BizParamsString, :ModifiedTime
3066
-
3069
+
3067
3070
  def initialize(databasename=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, appid=nil, bizparams=nil, category=nil, display=nil, owneraccount=nil, params=nil, status=nil, owneraccountname=nil, clustername=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, authorityprojectname=nil, authorityusername=nil, edit=nil, author=nil, deliver=nil, datasourcestatus=nil, createtime=nil, paramsstring=nil, bizparamsstring=nil, modifiedtime=nil)
3068
3071
  @DatabaseName = databasename
3069
3072
  @Description = description
@@ -3150,7 +3153,7 @@ module TencentCloud
3150
3153
  # @type TotalPageNumber: Integer
3151
3154
 
3152
3155
  attr_accessor :PageNumber, :PageSize, :Rows, :TotalCount, :TotalPageNumber
3153
-
3156
+
3154
3157
  def initialize(pagenumber=nil, pagesize=nil, rows=nil, totalcount=nil, totalpagenumber=nil)
3155
3158
  @PageNumber = pagenumber
3156
3159
  @PageSize = pagesize
@@ -3203,7 +3206,7 @@ module TencentCloud
3203
3206
  # @type OriginSchemaName: String
3204
3207
 
3205
3208
  attr_accessor :DatasourceName, :DatasourceId, :DatabaseName, :DatabaseId, :InstanceId, :DatasourceType, :OriginDatabaseName, :OriginSchemaName
3206
-
3209
+
3207
3210
  def initialize(datasourcename=nil, datasourceid=nil, databasename=nil, databaseid=nil, instanceid=nil, datasourcetype=nil, origindatabasename=nil, originschemaname=nil)
3208
3211
  @DatasourceName = datasourcename
3209
3212
  @DatasourceId = datasourceid
@@ -3256,7 +3259,7 @@ module TencentCloud
3256
3259
  # @type Version: String
3257
3260
 
3258
3261
  attr_accessor :DatabaseNames, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :Version
3259
-
3262
+
3260
3263
  def initialize(databasenames=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, version=nil)
3261
3264
  @DatabaseNames = databasenames
3262
3265
  @Description = description
@@ -3292,7 +3295,7 @@ module TencentCloud
3292
3295
  # @type ProjectId: String
3293
3296
 
3294
3297
  attr_accessor :ClusterIdentifier, :FunctionId, :ProjectId
3295
-
3298
+
3296
3299
  def initialize(clusteridentifier=nil, functionid=nil, projectid=nil)
3297
3300
  @ClusterIdentifier = clusteridentifier
3298
3301
  @FunctionId = functionid
@@ -3318,7 +3321,7 @@ module TencentCloud
3318
3321
  # @type RequestId: String
3319
3322
 
3320
3323
  attr_accessor :FunctionId, :ErrorMessage, :RequestId
3321
-
3324
+
3322
3325
  def initialize(functionid=nil, errormessage=nil, requestid=nil)
3323
3326
  @FunctionId = functionid
3324
3327
  @ErrorMessage = errormessage
@@ -3338,7 +3341,7 @@ module TencentCloud
3338
3341
  # @type Ids: Array
3339
3342
 
3340
3343
  attr_accessor :Ids
3341
-
3344
+
3342
3345
  def initialize(ids=nil)
3343
3346
  @Ids = ids
3344
3347
  end
@@ -3357,7 +3360,7 @@ module TencentCloud
3357
3360
  # @type RequestId: String
3358
3361
 
3359
3362
  attr_accessor :Data, :RequestId
3360
-
3363
+
3361
3364
  def initialize(data=nil, requestid=nil)
3362
3365
  @Data = data
3363
3366
  @RequestId = requestid
@@ -3377,7 +3380,7 @@ module TencentCloud
3377
3380
  # @type FolderId: String
3378
3381
 
3379
3382
  attr_accessor :ProjectId, :FolderId
3380
-
3383
+
3381
3384
  def initialize(projectid=nil, folderid=nil)
3382
3385
  @ProjectId = projectid
3383
3386
  @FolderId = folderid
@@ -3397,7 +3400,7 @@ module TencentCloud
3397
3400
  # @type RequestId: String
3398
3401
 
3399
3402
  attr_accessor :Data, :RequestId
3400
-
3403
+
3401
3404
  def initialize(data=nil, requestid=nil)
3402
3405
  @Data = data
3403
3406
  @RequestId = requestid
@@ -3417,7 +3420,7 @@ module TencentCloud
3417
3420
  # @type ProjectId: String
3418
3421
 
3419
3422
  attr_accessor :AgentId, :ProjectId
3420
-
3423
+
3421
3424
  def initialize(agentid=nil, projectid=nil)
3422
3425
  @AgentId = agentid
3423
3426
  @ProjectId = projectid
@@ -3435,7 +3438,7 @@ module TencentCloud
3435
3438
  # @type RequestId: String
3436
3439
 
3437
3440
  attr_accessor :RequestId
3438
-
3441
+
3439
3442
  def initialize(requestid=nil)
3440
3443
  @RequestId = requestid
3441
3444
  end
@@ -3453,7 +3456,7 @@ module TencentCloud
3453
3456
  # @type ProjectId: String
3454
3457
 
3455
3458
  attr_accessor :Id, :ProjectId
3456
-
3459
+
3457
3460
  def initialize(id=nil, projectid=nil)
3458
3461
  @Id = id
3459
3462
  @ProjectId = projectid
@@ -3473,7 +3476,7 @@ module TencentCloud
3473
3476
  # @type RequestId: String
3474
3477
 
3475
3478
  attr_accessor :Data, :RequestId
3476
-
3479
+
3477
3480
  def initialize(data=nil, requestid=nil)
3478
3481
  @Data = data
3479
3482
  @RequestId = requestid
@@ -3493,7 +3496,7 @@ module TencentCloud
3493
3496
  # @type ProjectId: String
3494
3497
 
3495
3498
  attr_accessor :TaskId, :ProjectId
3496
-
3499
+
3497
3500
  def initialize(taskid=nil, projectid=nil)
3498
3501
  @TaskId = taskid
3499
3502
  @ProjectId = projectid
@@ -3513,7 +3516,7 @@ module TencentCloud
3513
3516
  # @type RequestId: String
3514
3517
 
3515
3518
  attr_accessor :Data, :RequestId
3516
-
3519
+
3517
3520
  def initialize(data=nil, requestid=nil)
3518
3521
  @Data = data
3519
3522
  @RequestId = requestid
@@ -3537,7 +3540,7 @@ module TencentCloud
3537
3540
  # @type VirtualFlag: Boolean
3538
3541
 
3539
3542
  attr_accessor :OperatorName, :ProjectId, :TaskId, :VirtualFlag
3540
-
3543
+
3541
3544
  def initialize(operatorname=nil, projectid=nil, taskid=nil, virtualflag=nil)
3542
3545
  @OperatorName = operatorname
3543
3546
  @ProjectId = projectid
@@ -3561,7 +3564,7 @@ module TencentCloud
3561
3564
  # @type RequestId: String
3562
3565
 
3563
3566
  attr_accessor :Data, :RequestId
3564
-
3567
+
3565
3568
  def initialize(data=nil, requestid=nil)
3566
3569
  @Data = data
3567
3570
  @RequestId = requestid
@@ -3581,7 +3584,7 @@ module TencentCloud
3581
3584
  # @type ResourceId: String
3582
3585
 
3583
3586
  attr_accessor :ProjectId, :ResourceId
3584
-
3587
+
3585
3588
  def initialize(projectid=nil, resourceid=nil)
3586
3589
  @ProjectId = projectid
3587
3590
  @ResourceId = resourceid
@@ -3602,7 +3605,7 @@ module TencentCloud
3602
3605
  # @type RequestId: String
3603
3606
 
3604
3607
  attr_accessor :Data, :RequestId
3605
-
3608
+
3606
3609
  def initialize(data=nil, requestid=nil)
3607
3610
  @Data = data
3608
3611
  @RequestId = requestid
@@ -3622,7 +3625,7 @@ module TencentCloud
3622
3625
  # @type ProjectId: String
3623
3626
 
3624
3627
  attr_accessor :RuleId, :ProjectId
3625
-
3628
+
3626
3629
  def initialize(ruleid=nil, projectid=nil)
3627
3630
  @RuleId = ruleid
3628
3631
  @ProjectId = projectid
@@ -3643,7 +3646,7 @@ module TencentCloud
3643
3646
  # @type RequestId: String
3644
3647
 
3645
3648
  attr_accessor :Data, :RequestId
3646
-
3649
+
3647
3650
  def initialize(data=nil, requestid=nil)
3648
3651
  @Data = data
3649
3652
  @RequestId = requestid
@@ -3663,7 +3666,7 @@ module TencentCloud
3663
3666
  # @type Ids: Array
3664
3667
 
3665
3668
  attr_accessor :ProjectId, :Ids
3666
-
3669
+
3667
3670
  def initialize(projectid=nil, ids=nil)
3668
3671
  @ProjectId = projectid
3669
3672
  @Ids = ids
@@ -3684,7 +3687,7 @@ module TencentCloud
3684
3687
  # @type RequestId: String
3685
3688
 
3686
3689
  attr_accessor :Data, :RequestId
3687
-
3690
+
3688
3691
  def initialize(data=nil, requestid=nil)
3689
3692
  @Data = data
3690
3693
  @RequestId = requestid
@@ -3708,7 +3711,7 @@ module TencentCloud
3708
3711
  # @type TaskType: Integer
3709
3712
 
3710
3713
  attr_accessor :Id, :ProjectId, :TaskId, :TaskType
3711
-
3714
+
3712
3715
  def initialize(id=nil, projectid=nil, taskid=nil, tasktype=nil)
3713
3716
  @Id = id
3714
3717
  @ProjectId = projectid
@@ -3733,7 +3736,7 @@ module TencentCloud
3733
3736
  # @type RequestId: String
3734
3737
 
3735
3738
  attr_accessor :Data, :RequestId
3736
-
3739
+
3737
3740
  def initialize(data=nil, requestid=nil)
3738
3741
  @Data = data
3739
3742
  @RequestId = requestid
@@ -3759,7 +3762,7 @@ module TencentCloud
3759
3762
  # @type ProjectId: String
3760
3763
 
3761
3764
  attr_accessor :WorkFlowId, :DeleteMode, :EnableNotify, :ProjectId
3762
-
3765
+
3763
3766
  def initialize(workflowid=nil, deletemode=nil, enablenotify=nil, projectid=nil)
3764
3767
  @WorkFlowId = workflowid
3765
3768
  @DeleteMode = deletemode
@@ -3783,7 +3786,7 @@ module TencentCloud
3783
3786
  # @type RequestId: String
3784
3787
 
3785
3788
  attr_accessor :Data, :RequestId
3786
-
3789
+
3787
3790
  def initialize(data=nil, requestid=nil)
3788
3791
  @Data = data
3789
3792
  @RequestId = requestid
@@ -3815,7 +3818,7 @@ module TencentCloud
3815
3818
  # @type SonTask: :class:`Tencentcloud::Wedata.v20210820.models.TaskInnerInfo`
3816
3819
 
3817
3820
  attr_accessor :DependConfType, :SubordinateCyclicType, :DependencyStrategy, :ParentTask, :SonTask
3818
-
3821
+
3819
3822
  def initialize(dependconftype=nil, subordinatecyclictype=nil, dependencystrategy=nil, parenttask=nil, sontask=nil)
3820
3823
  @DependConfType = dependconftype
3821
3824
  @SubordinateCyclicType = subordinatecyclictype
@@ -3859,7 +3862,7 @@ module TencentCloud
3859
3862
  # @type PageSize: Integer
3860
3863
 
3861
3864
  attr_accessor :Filters, :OrderFields, :TaskType, :StartTime, :EndTime, :ProjectId, :PageNumber, :PageSize
3862
-
3865
+
3863
3866
  def initialize(filters=nil, orderfields=nil, tasktype=nil, starttime=nil, endtime=nil, projectid=nil, pagenumber=nil, pagesize=nil)
3864
3867
  @Filters = filters
3865
3868
  @OrderFields = orderfields
@@ -3908,7 +3911,7 @@ module TencentCloud
3908
3911
  # @type RequestId: String
3909
3912
 
3910
3913
  attr_accessor :AlarmEventInfoList, :TotalCount, :RequestId
3911
-
3914
+
3912
3915
  def initialize(alarmeventinfolist=nil, totalcount=nil, requestid=nil)
3913
3916
  @AlarmEventInfoList = alarmeventinfolist
3914
3917
  @TotalCount = totalcount
@@ -3951,7 +3954,7 @@ module TencentCloud
3951
3954
  # @type AlarmTime: String
3952
3955
 
3953
3956
  attr_accessor :AlarmId, :PageNumber, :PageSize, :ProjectId, :MessageId, :TaskType, :AlarmRecipient, :AlarmRecipientName, :AlarmTime
3954
-
3957
+
3955
3958
  def initialize(alarmid=nil, pagenumber=nil, pagesize=nil, projectid=nil, messageid=nil, tasktype=nil, alarmrecipient=nil, alarmrecipientname=nil, alarmtime=nil)
3956
3959
  @AlarmId = alarmid
3957
3960
  @PageNumber = pagenumber
@@ -3988,7 +3991,7 @@ module TencentCloud
3988
3991
  # @type RequestId: String
3989
3992
 
3990
3993
  attr_accessor :AlarmReceiverInfoList, :TotalCount, :RequestId
3991
-
3994
+
3992
3995
  def initialize(alarmreceiverinfolist=nil, totalcount=nil, requestid=nil)
3993
3996
  @AlarmReceiverInfoList = alarmreceiverinfolist
3994
3997
  @TotalCount = totalcount
@@ -4017,7 +4020,7 @@ module TencentCloud
4017
4020
  # @type ProjectId: String
4018
4021
 
4019
4022
  attr_accessor :ClusterId, :ProjectId
4020
-
4023
+
4021
4024
  def initialize(clusterid=nil, projectid=nil)
4022
4025
  @ClusterId = clusterid
4023
4026
  @ProjectId = projectid
@@ -4037,7 +4040,7 @@ module TencentCloud
4037
4040
  # @type RequestId: String
4038
4041
 
4039
4042
  attr_accessor :Namespaces, :RequestId
4040
-
4043
+
4041
4044
  def initialize(namespaces=nil, requestid=nil)
4042
4045
  @Namespaces = namespaces
4043
4046
  @RequestId = requestid
@@ -4066,7 +4069,7 @@ module TencentCloud
4066
4069
  # @type DsTypes: Array
4067
4070
 
4068
4071
  attr_accessor :ProjectId, :DatasourceId, :DsTypes
4069
-
4072
+
4070
4073
  def initialize(projectid=nil, datasourceid=nil, dstypes=nil)
4071
4074
  @ProjectId = projectid
4072
4075
  @DatasourceId = datasourceid
@@ -4089,7 +4092,7 @@ module TencentCloud
4089
4092
  # @type RequestId: String
4090
4093
 
4091
4094
  attr_accessor :Data, :RequestId
4092
-
4095
+
4093
4096
  def initialize(data=nil, requestid=nil)
4094
4097
  @Data = data
4095
4098
  @RequestId = requestid
@@ -4118,7 +4121,7 @@ module TencentCloud
4118
4121
  # @type EndDate: String
4119
4122
 
4120
4123
  attr_accessor :ProjectId, :BeginDate, :EndDate
4121
-
4124
+
4122
4125
  def initialize(projectid=nil, begindate=nil, enddate=nil)
4123
4126
  @ProjectId = projectid
4124
4127
  @BeginDate = begindate
@@ -4140,7 +4143,7 @@ module TencentCloud
4140
4143
  # @type RequestId: String
4141
4144
 
4142
4145
  attr_accessor :Data, :RequestId
4143
-
4146
+
4144
4147
  def initialize(data=nil, requestid=nil)
4145
4148
  @Data = data
4146
4149
  @RequestId = requestid
@@ -4167,7 +4170,7 @@ module TencentCloud
4167
4170
  # @type ProjectId: String
4168
4171
 
4169
4172
  attr_accessor :DatasourceId, :TableId, :RuleGroupId, :ProjectId
4170
-
4173
+
4171
4174
  def initialize(datasourceid=nil, tableid=nil, rulegroupid=nil, projectid=nil)
4172
4175
  @DatasourceId = datasourceid
4173
4176
  @TableId = tableid
@@ -4192,7 +4195,7 @@ module TencentCloud
4192
4195
  # @type RequestId: String
4193
4196
 
4194
4197
  attr_accessor :Data, :RequestId
4195
-
4198
+
4196
4199
  def initialize(data=nil, requestid=nil)
4197
4200
  @Data = data
4198
4201
  @RequestId = requestid
@@ -4229,7 +4232,7 @@ module TencentCloud
4229
4232
  # @type DatasourceName: String
4230
4233
 
4231
4234
  attr_accessor :ProjectId, :PageNumber, :PageSize, :Filters, :OrderFields, :Type, :DatasourceName
4232
-
4235
+
4233
4236
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, type=nil, datasourcename=nil)
4234
4237
  @ProjectId = projectid
4235
4238
  @PageNumber = pagenumber
@@ -4268,7 +4271,7 @@ module TencentCloud
4268
4271
  # @type RequestId: String
4269
4272
 
4270
4273
  attr_accessor :TotalCount, :DatasourceSet, :RequestId
4271
-
4274
+
4272
4275
  def initialize(totalcount=nil, datasourceset=nil, requestid=nil)
4273
4276
  @TotalCount = totalcount
4274
4277
  @DatasourceSet = datasourceset
@@ -4301,7 +4304,7 @@ module TencentCloud
4301
4304
  # @type Filters: Array
4302
4305
 
4303
4306
  attr_accessor :PageNumber, :PageSize, :OrderFields, :Filters
4304
-
4307
+
4305
4308
  def initialize(pagenumber=nil, pagesize=nil, orderfields=nil, filters=nil)
4306
4309
  @PageNumber = pagenumber
4307
4310
  @PageSize = pagesize
@@ -4340,7 +4343,7 @@ module TencentCloud
4340
4343
  # @type RequestId: String
4341
4344
 
4342
4345
  attr_accessor :Data, :RequestId
4343
-
4346
+
4344
4347
  def initialize(data=nil, requestid=nil)
4345
4348
  @Data = data
4346
4349
  @RequestId = requestid
@@ -4363,7 +4366,7 @@ module TencentCloud
4363
4366
  # @type Filters: Array
4364
4367
 
4365
4368
  attr_accessor :OrderFields, :Filters
4366
-
4369
+
4367
4370
  def initialize(orderfields=nil, filters=nil)
4368
4371
  @OrderFields = orderfields
4369
4372
  @Filters = filters
@@ -4398,7 +4401,7 @@ module TencentCloud
4398
4401
  # @type RequestId: String
4399
4402
 
4400
4403
  attr_accessor :Data, :RequestId
4401
-
4404
+
4402
4405
  def initialize(data=nil, requestid=nil)
4403
4406
  @Data = data
4404
4407
  @RequestId = requestid
@@ -4425,7 +4428,7 @@ module TencentCloud
4425
4428
  # @type ProjectId: String
4426
4429
 
4427
4430
  attr_accessor :DatasourceType, :ProjectId
4428
-
4431
+
4429
4432
  def initialize(datasourcetype=nil, projectid=nil)
4430
4433
  @DatasourceType = datasourcetype
4431
4434
  @ProjectId = projectid
@@ -4445,7 +4448,7 @@ module TencentCloud
4445
4448
  # @type RequestId: String
4446
4449
 
4447
4450
  attr_accessor :TypeInfoSet, :RequestId
4448
-
4451
+
4449
4452
  def initialize(typeinfoset=nil, requestid=nil)
4450
4453
  @TypeInfoSet = typeinfoset
4451
4454
  @RequestId = requestid
@@ -4472,7 +4475,7 @@ module TencentCloud
4472
4475
  # @type ConnectionType: String
4473
4476
 
4474
4477
  attr_accessor :Filters, :ConnectionType
4475
-
4478
+
4476
4479
  def initialize(filters=nil, connectiontype=nil)
4477
4480
  @Filters = filters
4478
4481
  @ConnectionType = connectiontype
@@ -4499,7 +4502,7 @@ module TencentCloud
4499
4502
  # @type RequestId: String
4500
4503
 
4501
4504
  attr_accessor :DatabaseInfo, :RequestId
4502
-
4505
+
4503
4506
  def initialize(databaseinfo=nil, requestid=nil)
4504
4507
  @DatabaseInfo = databaseinfo
4505
4508
  @RequestId = requestid
@@ -4524,7 +4527,7 @@ module TencentCloud
4524
4527
  # @type Id: Integer
4525
4528
 
4526
4529
  attr_accessor :Id
4527
-
4530
+
4528
4531
  def initialize(id=nil)
4529
4532
  @Id = id
4530
4533
  end
@@ -4543,7 +4546,7 @@ module TencentCloud
4543
4546
  # @type RequestId: String
4544
4547
 
4545
4548
  attr_accessor :Data, :RequestId
4546
-
4549
+
4547
4550
  def initialize(data=nil, requestid=nil)
4548
4551
  @Data = data
4549
4552
  @RequestId = requestid
@@ -4572,7 +4575,7 @@ module TencentCloud
4572
4575
  # @type WorkflowId: String
4573
4576
 
4574
4577
  attr_accessor :TaskId, :Deep, :Up, :ProjectId, :WorkflowId
4575
-
4578
+
4576
4579
  def initialize(taskid=nil, deep=nil, up=nil, projectid=nil, workflowid=nil)
4577
4580
  @TaskId = taskid
4578
4581
  @Deep = deep
@@ -4598,7 +4601,7 @@ module TencentCloud
4598
4601
  # @type RequestId: String
4599
4602
 
4600
4603
  attr_accessor :Data, :RequestId
4601
-
4604
+
4602
4605
  def initialize(data=nil, requestid=nil)
4603
4606
  @Data = data
4604
4607
  @RequestId = requestid
@@ -4623,7 +4626,7 @@ module TencentCloud
4623
4626
  # @type DatasourceId: String
4624
4627
 
4625
4628
  attr_accessor :StatisticsDate, :ProjectId, :DatasourceId
4626
-
4629
+
4627
4630
  def initialize(statisticsdate=nil, projectid=nil, datasourceid=nil)
4628
4631
  @StatisticsDate = statisticsdate
4629
4632
  @ProjectId = projectid
@@ -4646,7 +4649,7 @@ module TencentCloud
4646
4649
  # @type RequestId: String
4647
4650
 
4648
4651
  attr_accessor :Data, :RequestId
4649
-
4652
+
4650
4653
  def initialize(data=nil, requestid=nil)
4651
4654
  @Data = data
4652
4655
  @RequestId = requestid
@@ -4669,7 +4672,7 @@ module TencentCloud
4669
4672
  # @type ProjectId: String
4670
4673
 
4671
4674
  attr_accessor :RuleGroupId, :ProjectId
4672
-
4675
+
4673
4676
  def initialize(rulegroupid=nil, projectid=nil)
4674
4677
  @RuleGroupId = rulegroupid
4675
4678
  @ProjectId = projectid
@@ -4690,7 +4693,7 @@ module TencentCloud
4690
4693
  # @type RequestId: String
4691
4694
 
4692
4695
  attr_accessor :Data, :RequestId
4693
-
4696
+
4694
4697
  def initialize(data=nil, requestid=nil)
4695
4698
  @Data = data
4696
4699
  @RequestId = requestid
@@ -4717,7 +4720,7 @@ module TencentCloud
4717
4720
  # @type PageSize: Integer
4718
4721
 
4719
4722
  attr_accessor :Items, :TotalCount, :PageNumber, :PageSize
4720
-
4723
+
4721
4724
  def initialize(items=nil, totalcount=nil, pagenumber=nil, pagesize=nil)
4722
4725
  @Items = items
4723
4726
  @TotalCount = totalcount
@@ -4754,7 +4757,7 @@ module TencentCloud
4754
4757
  # @type PageSize: Integer
4755
4758
 
4756
4759
  attr_accessor :ProjectId, :ParentsFolderId, :KeyWords, :PageNumber, :PageSize
4757
-
4760
+
4758
4761
  def initialize(projectid=nil, parentsfolderid=nil, keywords=nil, pagenumber=nil, pagesize=nil)
4759
4762
  @ProjectId = projectid
4760
4763
  @ParentsFolderId = parentsfolderid
@@ -4781,7 +4784,7 @@ module TencentCloud
4781
4784
  # @type RequestId: String
4782
4785
 
4783
4786
  attr_accessor :Data, :RequestId
4784
-
4787
+
4785
4788
  def initialize(data=nil, requestid=nil)
4786
4789
  @Data = data
4787
4790
  @RequestId = requestid
@@ -4808,7 +4811,7 @@ module TencentCloud
4808
4811
  # @type PageSize: Integer
4809
4812
 
4810
4813
  attr_accessor :Items, :TotalCount, :PageNumber, :PageSize
4811
-
4814
+
4812
4815
  def initialize(items=nil, totalcount=nil, pagenumber=nil, pagesize=nil)
4813
4816
  @Items = items
4814
4817
  @TotalCount = totalcount
@@ -4845,7 +4848,7 @@ module TencentCloud
4845
4848
  # @type PageSize: Integer
4846
4849
 
4847
4850
  attr_accessor :ProjectId, :ParentsFolderId, :KeyWords, :PageNumber, :PageSize
4848
-
4851
+
4849
4852
  def initialize(projectid=nil, parentsfolderid=nil, keywords=nil, pagenumber=nil, pagesize=nil)
4850
4853
  @ProjectId = projectid
4851
4854
  @ParentsFolderId = parentsfolderid
@@ -4872,7 +4875,7 @@ module TencentCloud
4872
4875
  # @type RequestId: String
4873
4876
 
4874
4877
  attr_accessor :Data, :RequestId
4875
-
4878
+
4876
4879
  def initialize(data=nil, requestid=nil)
4877
4880
  @Data = data
4878
4881
  @RequestId = requestid
@@ -4890,7 +4893,7 @@ module TencentCloud
4890
4893
  # DescribeFunctionKinds请求参数结构体
4891
4894
  class DescribeFunctionKindsRequest < TencentCloud::Common::AbstractModel
4892
4895
 
4893
-
4896
+
4894
4897
  def initialize()
4895
4898
  end
4896
4899
 
@@ -4910,7 +4913,7 @@ module TencentCloud
4910
4913
  # @type RequestId: String
4911
4914
 
4912
4915
  attr_accessor :Kinds, :ErrorMessage, :RequestId
4913
-
4916
+
4914
4917
  def initialize(kinds=nil, errormessage=nil, requestid=nil)
4915
4918
  @Kinds = kinds
4916
4919
  @ErrorMessage = errormessage
@@ -4934,7 +4937,7 @@ module TencentCloud
4934
4937
  # DescribeFunctionTypes请求参数结构体
4935
4938
  class DescribeFunctionTypesRequest < TencentCloud::Common::AbstractModel
4936
4939
 
4937
-
4940
+
4938
4941
  def initialize()
4939
4942
  end
4940
4943
 
@@ -4954,7 +4957,7 @@ module TencentCloud
4954
4957
  # @type RequestId: String
4955
4958
 
4956
4959
  attr_accessor :Types, :ErrorMessage, :RequestId
4957
-
4960
+
4958
4961
  def initialize(types=nil, errormessage=nil, requestid=nil)
4959
4962
  @Types = types
4960
4963
  @ErrorMessage = errormessage
@@ -4999,7 +5002,7 @@ module TencentCloud
4999
5002
  # @type AgentTypes: String
5000
5003
 
5001
5004
  attr_accessor :ProjectId, :AgentId, :AgentName, :AgentType, :Status, :VpcId, :PageIndex, :PageSize, :Like, :AgentTypes
5002
-
5005
+
5003
5006
  def initialize(projectid=nil, agentid=nil, agentname=nil, agenttype=nil, status=nil, vpcid=nil, pageindex=nil, pagesize=nil, like=nil, agenttypes=nil)
5004
5007
  @ProjectId = projectid
5005
5008
  @AgentId = agentid
@@ -5043,7 +5046,7 @@ module TencentCloud
5043
5046
  # @type RequestId: String
5044
5047
 
5045
5048
  attr_accessor :Items, :PageIndex, :PageSize, :TotalCount, :TotalPage, :RequestId
5046
-
5049
+
5047
5050
  def initialize(items=nil, pageindex=nil, pagesize=nil, totalcount=nil, totalpage=nil, requestid=nil)
5048
5051
  @Items = items
5049
5052
  @PageIndex = pageindex
@@ -5078,7 +5081,7 @@ module TencentCloud
5078
5081
  # @type ProjectId: String
5079
5082
 
5080
5083
  attr_accessor :AgentId, :ProjectId
5081
-
5084
+
5082
5085
  def initialize(agentid=nil, projectid=nil)
5083
5086
  @AgentId = agentid
5084
5087
  @ProjectId = projectid
@@ -5098,7 +5101,7 @@ module TencentCloud
5098
5101
  # @type RequestId: String
5099
5102
 
5100
5103
  attr_accessor :Items, :RequestId
5101
-
5104
+
5102
5105
  def initialize(items=nil, requestid=nil)
5103
5106
  @Items = items
5104
5107
  @RequestId = requestid
@@ -5123,7 +5126,7 @@ module TencentCloud
5123
5126
  # @type ProjectId: String
5124
5127
 
5125
5128
  attr_accessor :ProjectId
5126
-
5129
+
5127
5130
  def initialize(projectid=nil)
5128
5131
  @ProjectId = projectid
5129
5132
  end
@@ -5141,7 +5144,7 @@ module TencentCloud
5141
5144
  # @type RequestId: String
5142
5145
 
5143
5146
  attr_accessor :VpcList, :RequestId
5144
-
5147
+
5145
5148
  def initialize(vpclist=nil, requestid=nil)
5146
5149
  @VpcList = vpclist
5147
5150
  @RequestId = requestid
@@ -5176,7 +5179,7 @@ module TencentCloud
5176
5179
  # @type PageSize: Integer
5177
5180
 
5178
5181
  attr_accessor :ProjectId, :TkeRegion, :ClusterName, :Status, :HasAgent, :ClusterType, :PageIndex, :PageSize
5179
-
5182
+
5180
5183
  def initialize(projectid=nil, tkeregion=nil, clustername=nil, status=nil, hasagent=nil, clustertype=nil, pageindex=nil, pagesize=nil)
5181
5184
  @ProjectId = projectid
5182
5185
  @TkeRegion = tkeregion
@@ -5216,7 +5219,7 @@ module TencentCloud
5216
5219
  # @type RequestId: String
5217
5220
 
5218
5221
  attr_accessor :Items, :PageIndex, :PageSize, :TotalCount, :TotalPage, :RequestId
5219
-
5222
+
5220
5223
  def initialize(items=nil, pageindex=nil, pagesize=nil, totalcount=nil, totalpage=nil, requestid=nil)
5221
5224
  @Items = items
5222
5225
  @PageIndex = pageindex
@@ -5251,7 +5254,7 @@ module TencentCloud
5251
5254
  # @type CurRunDate: String
5252
5255
 
5253
5256
  attr_accessor :TaskId, :CurRunDate
5254
-
5257
+
5255
5258
  def initialize(taskid=nil, currundate=nil)
5256
5259
  @TaskId = taskid
5257
5260
  @CurRunDate = currundate
@@ -5271,7 +5274,7 @@ module TencentCloud
5271
5274
  # @type RequestId: String
5272
5275
 
5273
5276
  attr_accessor :Data, :RequestId
5274
-
5277
+
5275
5278
  def initialize(data=nil, requestid=nil)
5276
5279
  @Data = data
5277
5280
  @RequestId = requestid
@@ -5309,7 +5312,7 @@ module TencentCloud
5309
5312
  # @type Keyword: String
5310
5313
 
5311
5314
  attr_accessor :ProjectId, :PageIndex, :PageSize, :CycleList, :OwnerList, :InstanceType, :Sort, :SortCol, :TaskTypeList, :StateList, :Keyword
5312
-
5315
+
5313
5316
  def initialize(projectid=nil, pageindex=nil, pagesize=nil, cyclelist=nil, ownerlist=nil, instancetype=nil, sort=nil, sortcol=nil, tasktypelist=nil, statelist=nil, keyword=nil)
5314
5317
  @ProjectId = projectid
5315
5318
  @PageIndex = pageindex
@@ -5353,7 +5356,7 @@ module TencentCloud
5353
5356
  # @type RequestId: String
5354
5357
 
5355
5358
  attr_accessor :Data, :InstanceList, :TotalCount, :RequestId
5356
-
5359
+
5357
5360
  def initialize(data=nil, instancelist=nil, totalcount=nil, requestid=nil)
5358
5361
  @Data = data
5359
5362
  @InstanceList = instancelist
@@ -5384,7 +5387,7 @@ module TencentCloud
5384
5387
  # @type CurRunDate: String
5385
5388
 
5386
5389
  attr_accessor :TaskId, :CurRunDate
5387
-
5390
+
5388
5391
  def initialize(taskid=nil, currundate=nil)
5389
5392
  @TaskId = taskid
5390
5393
  @CurRunDate = currundate
@@ -5407,7 +5410,7 @@ module TencentCloud
5407
5410
  # @type RequestId: String
5408
5411
 
5409
5412
  attr_accessor :Data, :InstanceLogList, :RequestId
5410
-
5413
+
5411
5414
  def initialize(data=nil, instanceloglist=nil, requestid=nil)
5412
5415
  @Data = data
5413
5416
  @InstanceLogList = instanceloglist
@@ -5440,7 +5443,7 @@ module TencentCloud
5440
5443
  # @type OriginFileName: String
5441
5444
 
5442
5445
  attr_accessor :TaskId, :CurRunDate, :BrokerIp, :OriginFileName
5443
-
5446
+
5444
5447
  def initialize(taskid=nil, currundate=nil, brokerip=nil, originfilename=nil)
5445
5448
  @TaskId = taskid
5446
5449
  @CurRunDate = currundate
@@ -5467,7 +5470,7 @@ module TencentCloud
5467
5470
  # @type RequestId: String
5468
5471
 
5469
5472
  attr_accessor :Data, :InstanceLogInfo, :RequestId
5470
-
5473
+
5471
5474
  def initialize(data=nil, instanceloginfo=nil, requestid=nil)
5472
5475
  @Data = data
5473
5476
  @InstanceLogInfo = instanceloginfo
@@ -5494,7 +5497,7 @@ module TencentCloud
5494
5497
  # @type CurRunDate: String
5495
5498
 
5496
5499
  attr_accessor :ProjectId, :TaskId, :CurRunDate
5497
-
5500
+
5498
5501
  def initialize(projectid=nil, taskid=nil, currundate=nil)
5499
5502
  @ProjectId = projectid
5500
5503
  @TaskId = taskid
@@ -5517,7 +5520,7 @@ module TencentCloud
5517
5520
  # @type RequestId: String
5518
5521
 
5519
5522
  attr_accessor :Data, :RequestId
5520
-
5523
+
5521
5524
  def initialize(data=nil, requestid=nil)
5522
5525
  @Data = data
5523
5526
  @RequestId = requestid
@@ -5548,7 +5551,7 @@ module TencentCloud
5548
5551
  # @type Filters: Array
5549
5552
 
5550
5553
  attr_accessor :ProjectId, :PageNumber, :PageSize, :Filters
5551
-
5554
+
5552
5555
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, filters=nil)
5553
5556
  @ProjectId = projectid
5554
5557
  @PageNumber = pagenumber
@@ -5580,7 +5583,7 @@ module TencentCloud
5580
5583
  # @type RequestId: String
5581
5584
 
5582
5585
  attr_accessor :Data, :RequestId
5583
-
5586
+
5584
5587
  def initialize(data=nil, requestid=nil)
5585
5588
  @Data = data
5586
5589
  @RequestId = requestid
@@ -5602,7 +5605,7 @@ module TencentCloud
5602
5605
  # @type TaskType: Integer
5603
5606
 
5604
5607
  attr_accessor :Id, :ProjectId, :TaskType
5605
-
5608
+
5606
5609
  def initialize(id=nil, projectid=nil, tasktype=nil)
5607
5610
  @Id = id
5608
5611
  @ProjectId = projectid
@@ -5628,7 +5631,7 @@ module TencentCloud
5628
5631
  # @type RequestId: String
5629
5632
 
5630
5633
  attr_accessor :NodeInfo, :SourceCheckFlag, :RequestId
5631
-
5634
+
5632
5635
  def initialize(nodeinfo=nil, sourcecheckflag=nil, requestid=nil)
5633
5636
  @NodeInfo = nodeinfo
5634
5637
  @SourceCheckFlag = sourcecheckflag
@@ -5657,7 +5660,7 @@ module TencentCloud
5657
5660
  # @type ExecutorGroupId: String
5658
5661
 
5659
5662
  attr_accessor :TaskType, :ProjectId, :QueryDate, :ExecutorGroupId
5660
-
5663
+
5661
5664
  def initialize(tasktype=nil, projectid=nil, querydate=nil, executorgroupid=nil)
5662
5665
  @TaskType = tasktype
5663
5666
  @ProjectId = projectid
@@ -5682,7 +5685,7 @@ module TencentCloud
5682
5685
  # @type RequestId: String
5683
5686
 
5684
5687
  attr_accessor :StatusData, :RequestId
5685
-
5688
+
5686
5689
  def initialize(statusdata=nil, requestid=nil)
5687
5690
  @StatusData = statusdata
5688
5691
  @RequestId = requestid
@@ -5706,7 +5709,7 @@ module TencentCloud
5706
5709
  # @type ExecutorGroupId: String
5707
5710
 
5708
5711
  attr_accessor :TaskType, :ProjectId, :QueryDate, :ExecutorGroupId
5709
-
5712
+
5710
5713
  def initialize(tasktype=nil, projectid=nil, querydate=nil, executorgroupid=nil)
5711
5714
  @TaskType = tasktype
5712
5715
  @ProjectId = projectid
@@ -5731,7 +5734,7 @@ module TencentCloud
5731
5734
  # @type RequestId: String
5732
5735
 
5733
5736
  attr_accessor :TrendsData, :RequestId
5734
-
5737
+
5735
5738
  def initialize(trendsdata=nil, requestid=nil)
5736
5739
  @TrendsData = trendsdata
5737
5740
  @RequestId = requestid
@@ -5760,7 +5763,7 @@ module TencentCloud
5760
5763
  # @type QueryDate: String
5761
5764
 
5762
5765
  attr_accessor :TaskType, :ProjectId, :QueryDate
5763
-
5766
+
5764
5767
  def initialize(tasktype=nil, projectid=nil, querydate=nil)
5765
5768
  @TaskType = tasktype
5766
5769
  @ProjectId = projectid
@@ -5783,7 +5786,7 @@ module TencentCloud
5783
5786
  # @type RequestId: String
5784
5787
 
5785
5788
  attr_accessor :TrendsData, :RequestId
5786
-
5789
+
5787
5790
  def initialize(trendsdata=nil, requestid=nil)
5788
5791
  @TrendsData = trendsdata
5789
5792
  @RequestId = requestid
@@ -5812,7 +5815,7 @@ module TencentCloud
5812
5815
  # @type QueryDate: String
5813
5816
 
5814
5817
  attr_accessor :TaskType, :ProjectId, :QueryDate
5815
-
5818
+
5816
5819
  def initialize(tasktype=nil, projectid=nil, querydate=nil)
5817
5820
  @TaskType = tasktype
5818
5821
  @ProjectId = projectid
@@ -5868,7 +5871,7 @@ module TencentCloud
5868
5871
  # @type RequestId: String
5869
5872
 
5870
5873
  attr_accessor :TotalTask, :ProdTask, :DevTask, :TotalReadRecords, :TotalWriteRecords, :TotalErrorRecords, :TotalAlarmEvent, :IncreaseReadRecords, :IncreaseWriteRecords, :IncreaseErrorRecords, :IncreaseAlarmEvent, :AlarmEvent, :RequestId
5871
-
5874
+
5872
5875
  def initialize(totaltask=nil, prodtask=nil, devtask=nil, totalreadrecords=nil, totalwriterecords=nil, totalerrorrecords=nil, totalalarmevent=nil, increasereadrecords=nil, increasewriterecords=nil, increaseerrorrecords=nil, increasealarmevent=nil, alarmevent=nil, requestid=nil)
5873
5876
  @TotalTask = totaltask
5874
5877
  @ProdTask = prodtask
@@ -5914,7 +5917,7 @@ module TencentCloud
5914
5917
  # @type ExecutorGroupId: String
5915
5918
 
5916
5919
  attr_accessor :TaskType, :ProjectId, :QueryDate, :ExecutorGroupId
5917
-
5920
+
5918
5921
  def initialize(tasktype=nil, projectid=nil, querydate=nil, executorgroupid=nil)
5919
5922
  @TaskType = tasktype
5920
5923
  @ProjectId = projectid
@@ -5939,7 +5942,7 @@ module TencentCloud
5939
5942
  # @type RequestId: String
5940
5943
 
5941
5944
  attr_accessor :StatusData, :RequestId
5942
-
5945
+
5943
5946
  def initialize(statusdata=nil, requestid=nil)
5944
5947
  @StatusData = statusdata
5945
5948
  @RequestId = requestid
@@ -5963,7 +5966,7 @@ module TencentCloud
5963
5966
  # @type ExecutorGroupId: String
5964
5967
 
5965
5968
  attr_accessor :TaskType, :ProjectId, :QueryDate, :ExecutorGroupId
5966
-
5969
+
5967
5970
  def initialize(tasktype=nil, projectid=nil, querydate=nil, executorgroupid=nil)
5968
5971
  @TaskType = tasktype
5969
5972
  @ProjectId = projectid
@@ -5988,7 +5991,7 @@ module TencentCloud
5988
5991
  # @type RequestId: String
5989
5992
 
5990
5993
  attr_accessor :TrendsData, :RequestId
5991
-
5994
+
5992
5995
  def initialize(trendsdata=nil, requestid=nil)
5993
5996
  @TrendsData = trendsdata
5994
5997
  @RequestId = requestid
@@ -6017,7 +6020,7 @@ module TencentCloud
6017
6020
  # @type TaskType: Integer
6018
6021
 
6019
6022
  attr_accessor :TaskId, :ProjectId, :TaskType
6020
-
6023
+
6021
6024
  def initialize(taskid=nil, projectid=nil, tasktype=nil)
6022
6025
  @TaskId = taskid
6023
6026
  @ProjectId = projectid
@@ -6040,7 +6043,7 @@ module TencentCloud
6040
6043
  # @type RequestId: String
6041
6044
 
6042
6045
  attr_accessor :TaskInfo, :RequestId
6043
-
6046
+
6044
6047
  def initialize(taskinfo=nil, requestid=nil)
6045
6048
  @TaskInfo = taskinfo
6046
6049
  @RequestId = requestid
@@ -6075,7 +6078,7 @@ module TencentCloud
6075
6078
  # @type TaskType: Integer
6076
6079
 
6077
6080
  attr_accessor :ProjectId, :PageNumber, :PageSize, :Filters, :OrderFields, :StartTime, :EndTime, :TaskType
6078
-
6081
+
6079
6082
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, starttime=nil, endtime=nil, tasktype=nil)
6080
6083
  @ProjectId = projectid
6081
6084
  @PageNumber = pagenumber
@@ -6125,7 +6128,7 @@ module TencentCloud
6125
6128
  # @type RequestId: String
6126
6129
 
6127
6130
  attr_accessor :TaskInfoSet, :TotalCount, :RequestId
6128
-
6131
+
6129
6132
  def initialize(taskinfoset=nil, totalcount=nil, requestid=nil)
6130
6133
  @TaskInfoSet = taskinfoset
6131
6134
  @TotalCount = totalcount
@@ -6158,7 +6161,7 @@ module TencentCloud
6158
6161
  # @type TaskVersion: String
6159
6162
 
6160
6163
  attr_accessor :TaskId, :ProjectId, :TaskVersionPath, :TaskVersion
6161
-
6164
+
6162
6165
  def initialize(taskid=nil, projectid=nil, taskversionpath=nil, taskversion=nil)
6163
6166
  @TaskId = taskid
6164
6167
  @ProjectId = projectid
@@ -6188,7 +6191,7 @@ module TencentCloud
6188
6191
  # @type RequestId: String
6189
6192
 
6190
6193
  attr_accessor :Nodes, :Mappings, :TaskId, :RequestId
6191
-
6194
+
6192
6195
  def initialize(nodes=nil, mappings=nil, taskid=nil, requestid=nil)
6193
6196
  @Nodes = nodes
6194
6197
  @Mappings = mappings
@@ -6226,7 +6229,7 @@ module TencentCloud
6226
6229
  # @type Type: String
6227
6230
 
6228
6231
  attr_accessor :DatasourceId, :Type
6229
-
6232
+
6230
6233
  def initialize(datasourceid=nil, type=nil)
6231
6234
  @DatasourceId = datasourceid
6232
6235
  @Type = type
@@ -6244,7 +6247,7 @@ module TencentCloud
6244
6247
  # @type RequestId: String
6245
6248
 
6246
6249
  attr_accessor :RequestId
6247
-
6250
+
6248
6251
  def initialize(requestid=nil)
6249
6252
  @RequestId = requestid
6250
6253
  end
@@ -6268,7 +6271,7 @@ module TencentCloud
6268
6271
  # @type PageNumber: Integer
6269
6272
 
6270
6273
  attr_accessor :ProjectId, :PageSize, :Filters, :OrderFields, :PageNumber
6271
-
6274
+
6272
6275
  def initialize(projectid=nil, pagesize=nil, filters=nil, orderfields=nil, pagenumber=nil)
6273
6276
  @ProjectId = projectid
6274
6277
  @PageSize = pagesize
@@ -6309,7 +6312,7 @@ module TencentCloud
6309
6312
  # @type RequestId: String
6310
6313
 
6311
6314
  attr_accessor :Data, :RequestId
6312
-
6315
+
6313
6316
  def initialize(data=nil, requestid=nil)
6314
6317
  @Data = data
6315
6318
  @RequestId = requestid
@@ -6327,7 +6330,7 @@ module TencentCloud
6327
6330
  # DescribeOfflineTaskToken请求参数结构体
6328
6331
  class DescribeOfflineTaskTokenRequest < TencentCloud::Common::AbstractModel
6329
6332
 
6330
-
6333
+
6331
6334
  def initialize()
6332
6335
  end
6333
6336
 
@@ -6346,7 +6349,7 @@ module TencentCloud
6346
6349
  # @type RequestId: String
6347
6350
 
6348
6351
  attr_accessor :Token, :Data, :RequestId
6349
-
6352
+
6350
6353
  def initialize(token=nil, data=nil, requestid=nil)
6351
6354
  @Token = token
6352
6355
  @Data = data
@@ -6404,7 +6407,7 @@ module TencentCloud
6404
6407
  # @type AlarmType: String
6405
6408
 
6406
6409
  attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType
6407
-
6410
+
6408
6411
  def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil)
6409
6412
  @ProjectId = projectid
6410
6413
  @FolderIdList = folderidlist
@@ -6460,7 +6463,7 @@ module TencentCloud
6460
6463
  # @type RequestId: String
6461
6464
 
6462
6465
  attr_accessor :Data, :RequestId
6463
-
6466
+
6464
6467
  def initialize(data=nil, requestid=nil)
6465
6468
  @Data = data
6466
6469
  @RequestId = requestid
@@ -6487,7 +6490,7 @@ module TencentCloud
6487
6490
  # @type DisplayName: String
6488
6491
 
6489
6492
  attr_accessor :Type, :ProjectId, :Name, :DisplayName
6490
-
6493
+
6491
6494
  def initialize(type=nil, projectid=nil, name=nil, displayname=nil)
6492
6495
  @Type = type
6493
6496
  @ProjectId = projectid
@@ -6515,7 +6518,7 @@ module TencentCloud
6515
6518
  # @type RequestId: String
6516
6519
 
6517
6520
  attr_accessor :Content, :ErrorMessage, :RequestId
6518
-
6521
+
6519
6522
  def initialize(content=nil, errormessage=nil, requestid=nil)
6520
6523
  @Content = content
6521
6524
  @ErrorMessage = errormessage
@@ -6548,7 +6551,7 @@ module TencentCloud
6548
6551
  # @type Filters: Array
6549
6552
 
6550
6553
  attr_accessor :ProjectId, :PageSize, :PageNumber, :Filters
6551
-
6554
+
6552
6555
  def initialize(projectid=nil, pagesize=nil, pagenumber=nil, filters=nil)
6553
6556
  @ProjectId = projectid
6554
6557
  @PageSize = pagesize
@@ -6580,7 +6583,7 @@ module TencentCloud
6580
6583
  # @type RequestId: String
6581
6584
 
6582
6585
  attr_accessor :Data, :RequestId
6583
-
6586
+
6584
6587
  def initialize(data=nil, requestid=nil)
6585
6588
  @Data = data
6586
6589
  @RequestId = requestid
@@ -6617,7 +6620,7 @@ module TencentCloud
6617
6620
  # @type ProjectName: String
6618
6621
 
6619
6622
  attr_accessor :ProjectId, :DescribeClusters, :DescribeExecutors, :DescribeAdminUsers, :DescribeMemberCount, :DescribeCreator, :ProjectName
6620
-
6623
+
6621
6624
  def initialize(projectid=nil, describeclusters=nil, describeexecutors=nil, describeadminusers=nil, describemembercount=nil, describecreator=nil, projectname=nil)
6622
6625
  @ProjectId = projectid
6623
6626
  @DescribeClusters = describeclusters
@@ -6645,7 +6648,7 @@ module TencentCloud
6645
6648
  # @type RequestId: String
6646
6649
 
6647
6650
  attr_accessor :RequestId
6648
-
6651
+
6649
6652
  def initialize(requestid=nil)
6650
6653
  @RequestId = requestid
6651
6654
  end
@@ -6665,7 +6668,7 @@ module TencentCloud
6665
6668
  # @type DatasourceId: String
6666
6669
 
6667
6670
  attr_accessor :StatisticsDate, :ProjectId, :DatasourceId
6668
-
6671
+
6669
6672
  def initialize(statisticsdate=nil, projectid=nil, datasourceid=nil)
6670
6673
  @StatisticsDate = statisticsdate
6671
6674
  @ProjectId = projectid
@@ -6688,7 +6691,7 @@ module TencentCloud
6688
6691
  # @type RequestId: String
6689
6692
 
6690
6693
  attr_accessor :Data, :RequestId
6691
-
6694
+
6692
6695
  def initialize(data=nil, requestid=nil)
6693
6696
  @Data = data
6694
6697
  @RequestId = requestid
@@ -6715,7 +6718,7 @@ module TencentCloud
6715
6718
  # @type DatasourceId: String
6716
6719
 
6717
6720
  attr_accessor :StatisticsStartDate, :StatisticsEndDate, :ProjectId, :DatasourceId
6718
-
6721
+
6719
6722
  def initialize(statisticsstartdate=nil, statisticsenddate=nil, projectid=nil, datasourceid=nil)
6720
6723
  @StatisticsStartDate = statisticsstartdate
6721
6724
  @StatisticsEndDate = statisticsenddate
@@ -6740,7 +6743,7 @@ module TencentCloud
6740
6743
  # @type RequestId: String
6741
6744
 
6742
6745
  attr_accessor :Data, :RequestId
6743
-
6746
+
6744
6747
  def initialize(data=nil, requestid=nil)
6745
6748
  @Data = data
6746
6749
  @RequestId = requestid
@@ -6763,7 +6766,7 @@ module TencentCloud
6763
6766
  # @type ProjectId: String
6764
6767
 
6765
6768
  attr_accessor :TaskId, :ProjectId
6766
-
6769
+
6767
6770
  def initialize(taskid=nil, projectid=nil)
6768
6771
  @TaskId = taskid
6769
6772
  @ProjectId = projectid
@@ -6784,7 +6787,7 @@ module TencentCloud
6784
6787
  # @type RequestId: String
6785
6788
 
6786
6789
  attr_accessor :RealTimeTaskInstanceNodeInfo, :RequestId
6787
-
6790
+
6788
6791
  def initialize(realtimetaskinstancenodeinfo=nil, requestid=nil)
6789
6792
  @RealTimeTaskInstanceNodeInfo = realtimetaskinstancenodeinfo
6790
6793
  @RequestId = requestid
@@ -6811,7 +6814,7 @@ module TencentCloud
6811
6814
  # @type EndTime: Integer
6812
6815
 
6813
6816
  attr_accessor :TaskId, :ProjectId, :StartTime, :EndTime
6814
-
6817
+
6815
6818
  def initialize(taskid=nil, projectid=nil, starttime=nil, endtime=nil)
6816
6819
  @TaskId = taskid
6817
6820
  @ProjectId = projectid
@@ -6851,7 +6854,7 @@ module TencentCloud
6851
6854
  # @type RequestId: String
6852
6855
 
6853
6856
  attr_accessor :TotalRecordNumOfRead, :TotalRecordByteNumOfRead, :TotalRecordNumOfWrite, :TotalRecordByteNumOfWrite, :TotalDirtyRecordNum, :TotalDirtyRecordByte, :TotalDuration, :BeginRunTime, :EndRunTime, :RequestId
6854
-
6857
+
6855
6858
  def initialize(totalrecordnumofread=nil, totalrecordbytenumofread=nil, totalrecordnumofwrite=nil, totalrecordbytenumofwrite=nil, totaldirtyrecordnum=nil, totaldirtyrecordbyte=nil, totalduration=nil, beginruntime=nil, endruntime=nil, requestid=nil)
6856
6859
  @TotalRecordNumOfRead = totalrecordnumofread
6857
6860
  @TotalRecordByteNumOfRead = totalrecordbytenumofread
@@ -6893,7 +6896,7 @@ module TencentCloud
6893
6896
  # @type ProjectId: String
6894
6897
 
6895
6898
  attr_accessor :TaskId, :StartTime, :EndTime, :Granularity, :ProjectId
6896
-
6899
+
6897
6900
  def initialize(taskid=nil, starttime=nil, endtime=nil, granularity=nil, projectid=nil)
6898
6901
  @TaskId = taskid
6899
6902
  @StartTime = starttime
@@ -6923,7 +6926,7 @@ module TencentCloud
6923
6926
  # @type RequestId: String
6924
6927
 
6925
6928
  attr_accessor :RecordsSpeedList, :BytesSpeedList, :Data, :RequestId
6926
-
6929
+
6927
6930
  def initialize(recordsspeedlist=nil, bytesspeedlist=nil, data=nil, requestid=nil)
6928
6931
  @RecordsSpeedList = recordsspeedlist
6929
6932
  @BytesSpeedList = bytesspeedlist
@@ -6972,7 +6975,7 @@ module TencentCloud
6972
6975
  # @type PageSize: Integer
6973
6976
 
6974
6977
  attr_accessor :ProjectId, :CurRunDate, :TaskId, :Depth, :PageNumber, :PageSize
6975
-
6978
+
6976
6979
  def initialize(projectid=nil, currundate=nil, taskid=nil, depth=nil, pagenumber=nil, pagesize=nil)
6977
6980
  @ProjectId = projectid
6978
6981
  @CurRunDate = currundate
@@ -7000,7 +7003,7 @@ module TencentCloud
7000
7003
  # @type RequestId: String
7001
7004
 
7002
7005
  attr_accessor :Data, :RequestId
7003
-
7006
+
7004
7007
  def initialize(data=nil, requestid=nil)
7005
7008
  @Data = data
7006
7009
  @RequestId = requestid
@@ -7029,7 +7032,7 @@ module TencentCloud
7029
7032
  # @type DirType: String
7030
7033
 
7031
7034
  attr_accessor :ProjectId, :Name, :FileType, :FilePath, :DirType
7032
-
7035
+
7033
7036
  def initialize(projectid=nil, name=nil, filetype=nil, filepath=nil, dirtype=nil)
7034
7037
  @ProjectId = projectid
7035
7038
  @Name = name
@@ -7056,7 +7059,7 @@ module TencentCloud
7056
7059
  # @type RequestId: String
7057
7060
 
7058
7061
  attr_accessor :Data, :RequestId
7059
-
7062
+
7060
7063
  def initialize(data=nil, requestid=nil)
7061
7064
  @Data = data
7062
7065
  @RequestId = requestid
@@ -7085,7 +7088,7 @@ module TencentCloud
7085
7088
  # @type DsTypes: Array
7086
7089
 
7087
7090
  attr_accessor :ProjectId, :DatasourceId, :DsTypes
7088
-
7091
+
7089
7092
  def initialize(projectid=nil, datasourceid=nil, dstypes=nil)
7090
7093
  @ProjectId = projectid
7091
7094
  @DatasourceId = datasourceid
@@ -7108,7 +7111,7 @@ module TencentCloud
7108
7111
  # @type RequestId: String
7109
7112
 
7110
7113
  attr_accessor :Data, :RequestId
7111
-
7114
+
7112
7115
  def initialize(data=nil, requestid=nil)
7113
7116
  @Data = data
7114
7117
  @RequestId = requestid
@@ -7137,7 +7140,7 @@ module TencentCloud
7137
7140
  # @type EndDate: String
7138
7141
 
7139
7142
  attr_accessor :ProjectId, :BeginDate, :EndDate
7140
-
7143
+
7141
7144
  def initialize(projectid=nil, begindate=nil, enddate=nil)
7142
7145
  @ProjectId = projectid
7143
7146
  @BeginDate = begindate
@@ -7159,7 +7162,7 @@ module TencentCloud
7159
7162
  # @type RequestId: String
7160
7163
 
7161
7164
  attr_accessor :Data, :RequestId
7162
-
7165
+
7163
7166
  def initialize(data=nil, requestid=nil)
7164
7167
  @Data = data
7165
7168
  @RequestId = requestid
@@ -7182,7 +7185,7 @@ module TencentCloud
7182
7185
  # @type RuleExecId: Integer
7183
7186
 
7184
7187
  attr_accessor :ProjectId, :RuleExecId
7185
-
7188
+
7186
7189
  def initialize(projectid=nil, ruleexecid=nil)
7187
7190
  @ProjectId = projectid
7188
7191
  @RuleExecId = ruleexecid
@@ -7203,7 +7206,7 @@ module TencentCloud
7203
7206
  # @type RequestId: String
7204
7207
 
7205
7208
  attr_accessor :Data, :RequestId
7206
-
7209
+
7207
7210
  def initialize(data=nil, requestid=nil)
7208
7211
  @Data = data
7209
7212
  @RequestId = requestid
@@ -7226,7 +7229,7 @@ module TencentCloud
7226
7229
  # @type RuleExecId: Integer
7227
7230
 
7228
7231
  attr_accessor :ProjectId, :RuleExecId
7229
-
7232
+
7230
7233
  def initialize(projectid=nil, ruleexecid=nil)
7231
7234
  @ProjectId = projectid
7232
7235
  @RuleExecId = ruleexecid
@@ -7247,7 +7250,7 @@ module TencentCloud
7247
7250
  # @type RequestId: String
7248
7251
 
7249
7252
  attr_accessor :Data, :RequestId
7250
-
7253
+
7251
7254
  def initialize(data=nil, requestid=nil)
7252
7255
  @Data = data
7253
7256
  @RequestId = requestid
@@ -7270,7 +7273,7 @@ module TencentCloud
7270
7273
  # @type ProjectId: String
7271
7274
 
7272
7275
  attr_accessor :RuleId, :ProjectId
7273
-
7276
+
7274
7277
  def initialize(ruleid=nil, projectid=nil)
7275
7278
  @RuleId = ruleid
7276
7279
  @ProjectId = projectid
@@ -7291,7 +7294,7 @@ module TencentCloud
7291
7294
  # @type RequestId: String
7292
7295
 
7293
7296
  attr_accessor :Data, :RequestId
7294
-
7297
+
7295
7298
  def initialize(data=nil, requestid=nil)
7296
7299
  @Data = data
7297
7300
  @RequestId = requestid
@@ -7320,7 +7323,7 @@ module TencentCloud
7320
7323
  # @type RuleGroupExecId: Integer
7321
7324
 
7322
7325
  attr_accessor :RuleExecId, :ProjectId, :RuleGroupExecId
7323
-
7326
+
7324
7327
  def initialize(ruleexecid=nil, projectid=nil, rulegroupexecid=nil)
7325
7328
  @RuleExecId = ruleexecid
7326
7329
  @ProjectId = projectid
@@ -7343,7 +7346,7 @@ module TencentCloud
7343
7346
  # @type RequestId: String
7344
7347
 
7345
7348
  attr_accessor :Data, :RequestId
7346
-
7349
+
7347
7350
  def initialize(data=nil, requestid=nil)
7348
7351
  @Data = data
7349
7352
  @RequestId = requestid
@@ -7368,7 +7371,7 @@ module TencentCloud
7368
7371
  # @type PageSize: Integer
7369
7372
 
7370
7373
  attr_accessor :RuleGroupExecId, :PageNumber, :PageSize
7371
-
7374
+
7372
7375
  def initialize(rulegroupexecid=nil, pagenumber=nil, pagesize=nil)
7373
7376
  @RuleGroupExecId = rulegroupexecid
7374
7377
  @PageNumber = pagenumber
@@ -7391,7 +7394,7 @@ module TencentCloud
7391
7394
  # @type RequestId: String
7392
7395
 
7393
7396
  attr_accessor :Data, :RequestId
7394
-
7397
+
7395
7398
  def initialize(data=nil, requestid=nil)
7396
7399
  @Data = data
7397
7400
  @RequestId = requestid
@@ -7414,7 +7417,7 @@ module TencentCloud
7414
7417
  # @type ProjectId: String
7415
7418
 
7416
7419
  attr_accessor :RuleGroupExecId, :ProjectId
7417
-
7420
+
7418
7421
  def initialize(rulegroupexecid=nil, projectid=nil)
7419
7422
  @RuleGroupExecId = rulegroupexecid
7420
7423
  @ProjectId = projectid
@@ -7435,7 +7438,7 @@ module TencentCloud
7435
7438
  # @type RequestId: String
7436
7439
 
7437
7440
  attr_accessor :Data, :RequestId
7438
-
7441
+
7439
7442
  def initialize(data=nil, requestid=nil)
7440
7443
  @Data = data
7441
7444
  @RequestId = requestid
@@ -7460,7 +7463,7 @@ module TencentCloud
7460
7463
  # @type EndDate: String
7461
7464
 
7462
7465
  attr_accessor :ProjectId, :BeginDate, :EndDate
7463
-
7466
+
7464
7467
  def initialize(projectid=nil, begindate=nil, enddate=nil)
7465
7468
  @ProjectId = projectid
7466
7469
  @BeginDate = begindate
@@ -7482,7 +7485,7 @@ module TencentCloud
7482
7485
  # @type RequestId: String
7483
7486
 
7484
7487
  attr_accessor :Data, :RequestId
7485
-
7488
+
7486
7489
  def initialize(data=nil, requestid=nil)
7487
7490
  @Data = data
7488
7491
  @RequestId = requestid
@@ -7511,7 +7514,7 @@ module TencentCloud
7511
7514
  # @type ProjectId: String
7512
7515
 
7513
7516
  attr_accessor :PageNumber, :PageSize, :Filters, :OrderFields, :ProjectId
7514
-
7517
+
7515
7518
  def initialize(pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, projectid=nil)
7516
7519
  @PageNumber = pagenumber
7517
7520
  @PageSize = pagesize
@@ -7552,7 +7555,7 @@ module TencentCloud
7552
7555
  # @type RequestId: String
7553
7556
 
7554
7557
  attr_accessor :Data, :RequestId
7555
-
7558
+
7556
7559
  def initialize(data=nil, requestid=nil)
7557
7560
  @Data = data
7558
7561
  @RequestId = requestid
@@ -7581,7 +7584,7 @@ module TencentCloud
7581
7584
  # @type ProjectId: String
7582
7585
 
7583
7586
  attr_accessor :PageNumber, :PageSize, :Filters, :OrderFields, :ProjectId
7584
-
7587
+
7585
7588
  def initialize(pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, projectid=nil)
7586
7589
  @PageNumber = pagenumber
7587
7590
  @PageSize = pagesize
@@ -7622,7 +7625,7 @@ module TencentCloud
7622
7625
  # @type RequestId: String
7623
7626
 
7624
7627
  attr_accessor :Data, :RequestId
7625
-
7628
+
7626
7629
  def initialize(data=nil, requestid=nil)
7627
7630
  @Data = data
7628
7631
  @RequestId = requestid
@@ -7651,7 +7654,7 @@ module TencentCloud
7651
7654
  # @type DatabaseId: String
7652
7655
 
7653
7656
  attr_accessor :RuleGroupId, :DatasourceId, :TableId, :ProjectId, :DatabaseId
7654
-
7657
+
7655
7658
  def initialize(rulegroupid=nil, datasourceid=nil, tableid=nil, projectid=nil, databaseid=nil)
7656
7659
  @RuleGroupId = rulegroupid
7657
7660
  @DatasourceId = datasourceid
@@ -7678,7 +7681,7 @@ module TencentCloud
7678
7681
  # @type RequestId: String
7679
7682
 
7680
7683
  attr_accessor :Data, :RequestId
7681
-
7684
+
7682
7685
  def initialize(data=nil, requestid=nil)
7683
7686
  @Data = data
7684
7687
  @RequestId = requestid
@@ -7701,7 +7704,7 @@ module TencentCloud
7701
7704
  # @type ProjectId: String
7702
7705
 
7703
7706
  attr_accessor :RuleGroupId, :ProjectId
7704
-
7707
+
7705
7708
  def initialize(rulegroupid=nil, projectid=nil)
7706
7709
  @RuleGroupId = rulegroupid
7707
7710
  @ProjectId = projectid
@@ -7722,7 +7725,7 @@ module TencentCloud
7722
7725
  # @type RequestId: String
7723
7726
 
7724
7727
  attr_accessor :Data, :RequestId
7725
-
7728
+
7726
7729
  def initialize(data=nil, requestid=nil)
7727
7730
  @Data = data
7728
7731
  @RequestId = requestid
@@ -7743,7 +7746,7 @@ module TencentCloud
7743
7746
  # @type TableId: String
7744
7747
 
7745
7748
  attr_accessor :TableId
7746
-
7749
+
7747
7750
  def initialize(tableid=nil)
7748
7751
  @TableId = tableid
7749
7752
  end
@@ -7762,7 +7765,7 @@ module TencentCloud
7762
7765
  # @type RequestId: String
7763
7766
 
7764
7767
  attr_accessor :Data, :RequestId
7765
-
7768
+
7766
7769
  def initialize(data=nil, requestid=nil)
7767
7770
  @Data = data
7768
7771
  @RequestId = requestid
@@ -7791,7 +7794,7 @@ module TencentCloud
7791
7794
  # @type ProjectId: String
7792
7795
 
7793
7796
  attr_accessor :PageNumber, :PageSize, :Filters, :OrderFields, :ProjectId
7794
-
7797
+
7795
7798
  def initialize(pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, projectid=nil)
7796
7799
  @PageNumber = pagenumber
7797
7800
  @PageSize = pagesize
@@ -7832,7 +7835,7 @@ module TencentCloud
7832
7835
  # @type RequestId: String
7833
7836
 
7834
7837
  attr_accessor :Data, :RequestId
7835
-
7838
+
7836
7839
  def initialize(data=nil, requestid=nil)
7837
7840
  @Data = data
7838
7841
  @RequestId = requestid
@@ -7859,7 +7862,7 @@ module TencentCloud
7859
7862
  # @type Filters: Array
7860
7863
 
7861
7864
  attr_accessor :ProjectId, :PageNumber, :PageSize, :Filters
7862
-
7865
+
7863
7866
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, filters=nil)
7864
7867
  @ProjectId = projectid
7865
7868
  @PageNumber = pagenumber
@@ -7891,7 +7894,7 @@ module TencentCloud
7891
7894
  # @type RequestId: String
7892
7895
 
7893
7896
  attr_accessor :Data, :RequestId
7894
-
7897
+
7895
7898
  def initialize(data=nil, requestid=nil)
7896
7899
  @Data = data
7897
7900
  @RequestId = requestid
@@ -7914,7 +7917,7 @@ module TencentCloud
7914
7917
  # @type ProjectId: String
7915
7918
 
7916
7919
  attr_accessor :RuleId, :ProjectId
7917
-
7920
+
7918
7921
  def initialize(ruleid=nil, projectid=nil)
7919
7922
  @RuleId = ruleid
7920
7923
  @ProjectId = projectid
@@ -7935,7 +7938,7 @@ module TencentCloud
7935
7938
  # @type RequestId: String
7936
7939
 
7937
7940
  attr_accessor :Data, :RequestId
7938
-
7941
+
7939
7942
  def initialize(data=nil, requestid=nil)
7940
7943
  @Data = data
7941
7944
  @RequestId = requestid
@@ -7964,7 +7967,7 @@ module TencentCloud
7964
7967
  # @type OrderFields: Array
7965
7968
 
7966
7969
  attr_accessor :ProjectId, :PageSize, :PageNumber, :Filters, :OrderFields
7967
-
7970
+
7968
7971
  def initialize(projectid=nil, pagesize=nil, pagenumber=nil, filters=nil, orderfields=nil)
7969
7972
  @ProjectId = projectid
7970
7973
  @PageSize = pagesize
@@ -8005,7 +8008,7 @@ module TencentCloud
8005
8008
  # @type RequestId: String
8006
8009
 
8007
8010
  attr_accessor :Data, :RequestId
8008
-
8011
+
8009
8012
  def initialize(data=nil, requestid=nil)
8010
8013
  @Data = data
8011
8014
  @RequestId = requestid
@@ -8028,7 +8031,7 @@ module TencentCloud
8028
8031
  # @type TemplateId: Integer
8029
8032
 
8030
8033
  attr_accessor :ProjectId, :TemplateId
8031
-
8034
+
8032
8035
  def initialize(projectid=nil, templateid=nil)
8033
8036
  @ProjectId = projectid
8034
8037
  @TemplateId = templateid
@@ -8049,7 +8052,7 @@ module TencentCloud
8049
8052
  # @type RequestId: String
8050
8053
 
8051
8054
  attr_accessor :Data, :RequestId
8052
-
8055
+
8053
8056
  def initialize(data=nil, requestid=nil)
8054
8057
  @Data = data
8055
8058
  @RequestId = requestid
@@ -8078,7 +8081,7 @@ module TencentCloud
8078
8081
  # @type Filters: Array
8079
8082
 
8080
8083
  attr_accessor :PageNumber, :PageSize, :ProjectId, :OrderFields, :Filters
8081
-
8084
+
8082
8085
  def initialize(pagenumber=nil, pagesize=nil, projectid=nil, orderfields=nil, filters=nil)
8083
8086
  @PageNumber = pagenumber
8084
8087
  @PageSize = pagesize
@@ -8118,7 +8121,7 @@ module TencentCloud
8118
8121
  # @type RequestId: String
8119
8122
 
8120
8123
  attr_accessor :Data, :RequestId
8121
-
8124
+
8122
8125
  def initialize(data=nil, requestid=nil)
8123
8126
  @Data = data
8124
8127
  @RequestId = requestid
@@ -8145,7 +8148,7 @@ module TencentCloud
8145
8148
  # @type SourceEngineTypes: Array
8146
8149
 
8147
8150
  attr_accessor :Type, :SourceObjectType, :ProjectId, :SourceEngineTypes
8148
-
8151
+
8149
8152
  def initialize(type=nil, sourceobjecttype=nil, projectid=nil, sourceenginetypes=nil)
8150
8153
  @Type = type
8151
8154
  @SourceObjectType = sourceobjecttype
@@ -8170,7 +8173,7 @@ module TencentCloud
8170
8173
  # @type RequestId: String
8171
8174
 
8172
8175
  attr_accessor :Data, :RequestId
8173
-
8176
+
8174
8177
  def initialize(data=nil, requestid=nil)
8175
8178
  @Data = data
8176
8179
  @RequestId = requestid
@@ -8203,7 +8206,7 @@ module TencentCloud
8203
8206
  # @type ProjectId: String
8204
8207
 
8205
8208
  attr_accessor :PageNumber, :PageSize, :Filters, :OrderFields, :ProjectId
8206
-
8209
+
8207
8210
  def initialize(pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, projectid=nil)
8208
8211
  @PageNumber = pagenumber
8209
8212
  @PageSize = pagesize
@@ -8244,7 +8247,7 @@ module TencentCloud
8244
8247
  # @type RequestId: String
8245
8248
 
8246
8249
  attr_accessor :Data, :RequestId
8247
-
8250
+
8248
8251
  def initialize(data=nil, requestid=nil)
8249
8252
  @Data = data
8250
8253
  @RequestId = requestid
@@ -8269,7 +8272,7 @@ module TencentCloud
8269
8272
  # @type EngineType: String
8270
8273
 
8271
8274
  attr_accessor :ProjectId, :RuleGroupId, :EngineType
8272
-
8275
+
8273
8276
  def initialize(projectid=nil, rulegroupid=nil, enginetype=nil)
8274
8277
  @ProjectId = projectid
8275
8278
  @RuleGroupId = rulegroupid
@@ -8292,7 +8295,7 @@ module TencentCloud
8292
8295
  # @type RequestId: String
8293
8296
 
8294
8297
  attr_accessor :Data, :RequestId
8295
-
8298
+
8296
8299
  def initialize(data=nil, requestid=nil)
8297
8300
  @Data = data
8298
8301
  @RequestId = requestid
@@ -8319,7 +8322,7 @@ module TencentCloud
8319
8322
  # @type Type: Integer
8320
8323
 
8321
8324
  attr_accessor :ProjectId, :Type
8322
-
8325
+
8323
8326
  def initialize(projectid=nil, type=nil)
8324
8327
  @ProjectId = projectid
8325
8328
  @Type = type
@@ -8340,7 +8343,7 @@ module TencentCloud
8340
8343
  # @type RequestId: String
8341
8344
 
8342
8345
  attr_accessor :StandardRuleDetailList, :RequestId
8343
-
8346
+
8344
8347
  def initialize(standardruledetaillist=nil, requestid=nil)
8345
8348
  @StandardRuleDetailList = standardruledetaillist
8346
8349
  @RequestId = requestid
@@ -8374,7 +8377,7 @@ module TencentCloud
8374
8377
  # @type RunningOrderId: Integer
8375
8378
 
8376
8379
  attr_accessor :ProjectId, :TaskId, :JobId, :EndTime, :StartTime, :Container, :Limit, :OrderType, :RunningOrderId
8377
-
8380
+
8378
8381
  def initialize(projectid=nil, taskid=nil, jobid=nil, endtime=nil, starttime=nil, container=nil, limit=nil, ordertype=nil, runningorderid=nil)
8379
8382
  @ProjectId = projectid
8380
8383
  @TaskId = taskid
@@ -8412,7 +8415,7 @@ module TencentCloud
8412
8415
  # @type RequestId: String
8413
8416
 
8414
8417
  attr_accessor :ListOver, :LogContentList, :RequestId
8415
-
8418
+
8416
8419
  def initialize(listover=nil, logcontentlist=nil, requestid=nil)
8417
8420
  @ListOver = listover
8418
8421
  @LogContentList = logcontentlist
@@ -8443,7 +8446,7 @@ module TencentCloud
8443
8446
  # @type Catalog: String
8444
8447
 
8445
8448
  attr_accessor :Filters, :ConnectionType, :Catalog
8446
-
8449
+
8447
8450
  def initialize(filters=nil, connectiontype=nil, catalog=nil)
8448
8451
  @Filters = filters
8449
8452
  @ConnectionType = connectiontype
@@ -8473,7 +8476,7 @@ module TencentCloud
8473
8476
  # @type RequestId: String
8474
8477
 
8475
8478
  attr_accessor :TableInfo, :RequestId
8476
-
8479
+
8477
8480
  def initialize(tableinfo=nil, requestid=nil)
8478
8481
  @TableInfo = tableinfo
8479
8482
  @RequestId = requestid
@@ -8510,7 +8513,7 @@ module TencentCloud
8510
8513
  # @type DatasourceId: String
8511
8514
 
8512
8515
  attr_accessor :StatisticsDate, :ProjectId, :PageNumber, :PageSize, :Filters, :OrderFields, :DatasourceId
8513
-
8516
+
8514
8517
  def initialize(statisticsdate=nil, projectid=nil, pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, datasourceid=nil)
8515
8518
  @StatisticsDate = statisticsdate
8516
8519
  @ProjectId = projectid
@@ -8555,7 +8558,7 @@ module TencentCloud
8555
8558
  # @type RequestId: String
8556
8559
 
8557
8560
  attr_accessor :Data, :RequestId
8558
-
8561
+
8559
8562
  def initialize(data=nil, requestid=nil)
8560
8563
  @Data = data
8561
8564
  @RequestId = requestid
@@ -8586,7 +8589,7 @@ module TencentCloud
8586
8589
  # @type SchemaName: String
8587
8590
 
8588
8591
  attr_accessor :Name, :DatabaseName, :MsType, :DatasourceId, :ConnectionType, :SchemaName
8589
-
8592
+
8590
8593
  def initialize(name=nil, databasename=nil, mstype=nil, datasourceid=nil, connectiontype=nil, schemaname=nil)
8591
8594
  @Name = name
8592
8595
  @DatabaseName = databasename
@@ -8615,7 +8618,7 @@ module TencentCloud
8615
8618
  # @type RequestId: String
8616
8619
 
8617
8620
  attr_accessor :SchemaInfoList, :RequestId
8618
-
8621
+
8619
8622
  def initialize(schemainfolist=nil, requestid=nil)
8620
8623
  @SchemaInfoList = schemainfolist
8621
8624
  @RequestId = requestid
@@ -8646,7 +8649,7 @@ module TencentCloud
8646
8649
  # @type TableId: String
8647
8650
 
8648
8651
  attr_accessor :ProjectId, :StatisticsStartDate, :StatisticsEndDate, :TableId
8649
-
8652
+
8650
8653
  def initialize(projectid=nil, statisticsstartdate=nil, statisticsenddate=nil, tableid=nil)
8651
8654
  @ProjectId = projectid
8652
8655
  @StatisticsStartDate = statisticsstartdate
@@ -8671,7 +8674,7 @@ module TencentCloud
8671
8674
  # @type RequestId: String
8672
8675
 
8673
8676
  attr_accessor :Data, :RequestId
8674
-
8677
+
8675
8678
  def initialize(data=nil, requestid=nil)
8676
8679
  @Data = data
8677
8680
  @RequestId = requestid
@@ -8704,7 +8707,7 @@ module TencentCloud
8704
8707
  # @type TaskType: Integer
8705
8708
 
8706
8709
  attr_accessor :ProjectId, :PageNumber, :PageSize, :Filters, :OrderFields, :TaskId, :TaskType
8707
-
8710
+
8708
8711
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, filters=nil, orderfields=nil, taskid=nil, tasktype=nil)
8709
8712
  @ProjectId = projectid
8710
8713
  @PageNumber = pagenumber
@@ -8752,7 +8755,7 @@ module TencentCloud
8752
8755
  # @type RequestId: String
8753
8756
 
8754
8757
  attr_accessor :TaskAlarmInfos, :TotalCount, :RequestId
8755
-
8758
+
8756
8759
  def initialize(taskalarminfos=nil, totalcount=nil, requestid=nil)
8757
8760
  @TaskAlarmInfos = taskalarminfos
8758
8761
  @TotalCount = totalcount
@@ -8783,7 +8786,7 @@ module TencentCloud
8783
8786
  # @type TaskAlarmStatus: Integer
8784
8787
 
8785
8788
  attr_accessor :ProjectId, :TaskId, :TaskAlarmStatus
8786
-
8789
+
8787
8790
  def initialize(projectid=nil, taskid=nil, taskalarmstatus=nil)
8788
8791
  @ProjectId = projectid
8789
8792
  @TaskId = taskid
@@ -8806,7 +8809,7 @@ module TencentCloud
8806
8809
  # @type RequestId: String
8807
8810
 
8808
8811
  attr_accessor :Data, :RequestId
8809
-
8812
+
8810
8813
  def initialize(data=nil, requestid=nil)
8811
8814
  @Data = data
8812
8815
  @RequestId = requestid
@@ -8833,7 +8836,7 @@ module TencentCloud
8833
8836
  # @type IssueDate: String
8834
8837
 
8835
8838
  attr_accessor :ProjectId, :TaskId, :CurRunDate, :IssueDate
8836
-
8839
+
8837
8840
  def initialize(projectid=nil, taskid=nil, currundate=nil, issuedate=nil)
8838
8841
  @ProjectId = projectid
8839
8842
  @TaskId = taskid
@@ -8861,7 +8864,7 @@ module TencentCloud
8861
8864
  # @type RequestId: String
8862
8865
 
8863
8866
  attr_accessor :Summary, :ReadNode, :WriteNode, :RequestId
8864
-
8867
+
8865
8868
  def initialize(summary=nil, readnode=nil, writenode=nil, requestid=nil)
8866
8869
  @Summary = summary
8867
8870
  @ReadNode = readnode
@@ -8898,7 +8901,7 @@ module TencentCloud
8898
8901
  # @type IssueDate: String
8899
8902
 
8900
8903
  attr_accessor :ProjectId, :TaskId, :CurRunDate, :IssueDate
8901
-
8904
+
8902
8905
  def initialize(projectid=nil, taskid=nil, currundate=nil, issuedate=nil)
8903
8906
  @ProjectId = projectid
8904
8907
  @TaskId = taskid
@@ -8925,7 +8928,7 @@ module TencentCloud
8925
8928
  # @type RequestId: String
8926
8929
 
8927
8930
  attr_accessor :TaskInstanceDetail, :Data, :RequestId
8928
-
8931
+
8929
8932
  def initialize(taskinstancedetail=nil, data=nil, requestid=nil)
8930
8933
  @TaskInstanceDetail = taskinstancedetail
8931
8934
  @Data = data
@@ -8957,7 +8960,7 @@ module TencentCloud
8957
8960
  # @type PageSize: Integer
8958
8961
 
8959
8962
  attr_accessor :Items, :TotalCount, :PageNumber, :PageSize
8960
-
8963
+
8961
8964
  def initialize(items=nil, totalcount=nil, pagenumber=nil, pagesize=nil)
8962
8965
  @Items = items
8963
8966
  @TotalCount = totalcount
@@ -9014,7 +9017,7 @@ module TencentCloud
9014
9017
  # @type OrderFields: Array
9015
9018
 
9016
9019
  attr_accessor :ProjectId, :PageNumber, :PageSize, :WorkflowIdList, :WorkflowNameList, :DateFrom, :DateTo, :TaskIdList, :TaskNameList, :InChargeList, :TaskTypeIdList, :StateList, :TaskCycleUnitList, :InstanceType, :OrderFields
9017
-
9020
+
9018
9021
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, workflowidlist=nil, workflownamelist=nil, datefrom=nil, dateto=nil, taskidlist=nil, tasknamelist=nil, inchargelist=nil, tasktypeidlist=nil, statelist=nil, taskcycleunitlist=nil, instancetype=nil, orderfields=nil)
9019
9022
  @ProjectId = projectid
9020
9023
  @PageNumber = pagenumber
@@ -9067,7 +9070,7 @@ module TencentCloud
9067
9070
  # @type RequestId: String
9068
9071
 
9069
9072
  attr_accessor :Data, :RequestId
9070
-
9073
+
9071
9074
  def initialize(data=nil, requestid=nil)
9072
9075
  @Data = data
9073
9076
  @RequestId = requestid
@@ -9092,7 +9095,7 @@ module TencentCloud
9092
9095
  # @type TaskType: Integer
9093
9096
 
9094
9097
  attr_accessor :TaskId, :ProjectId, :TaskType
9095
-
9098
+
9096
9099
  def initialize(taskid=nil, projectid=nil, tasktype=nil)
9097
9100
  @TaskId = taskid
9098
9101
  @ProjectId = projectid
@@ -9114,7 +9117,7 @@ module TencentCloud
9114
9117
  # @type RequestId: String
9115
9118
 
9116
9119
  attr_accessor :TaskLockStatus, :RequestId
9117
-
9120
+
9118
9121
  def initialize(tasklockstatus=nil, requestid=nil)
9119
9122
  @TaskLockStatus = tasklockstatus
9120
9123
  @RequestId = requestid
@@ -9151,7 +9154,7 @@ module TencentCloud
9151
9154
  # @type PageSize: Integer
9152
9155
 
9153
9156
  attr_accessor :ProjectId, :TaskId, :BeginDate, :EndDate, :StateList, :SortItem, :SortType, :PageIndex, :PageSize
9154
-
9157
+
9155
9158
  def initialize(projectid=nil, taskid=nil, begindate=nil, enddate=nil, statelist=nil, sortitem=nil, sorttype=nil, pageindex=nil, pagesize=nil)
9156
9159
  @ProjectId = projectid
9157
9160
  @TaskId = taskid
@@ -9193,7 +9196,7 @@ module TencentCloud
9193
9196
  # @type RequestId: String
9194
9197
 
9195
9198
  attr_accessor :PageIndex, :PageSize, :TotalCount, :TotalPage, :Items, :RequestId
9196
-
9199
+
9197
9200
  def initialize(pageindex=nil, pagesize=nil, totalcount=nil, totalpage=nil, items=nil, requestid=nil)
9198
9201
  @PageIndex = pageindex
9199
9202
  @PageSize = pagesize
@@ -9232,7 +9235,7 @@ module TencentCloud
9232
9235
  # @type ProjectId: String
9233
9236
 
9234
9237
  attr_accessor :TaskId, :BeginDate, :EndDate, :ProjectId
9235
-
9238
+
9236
9239
  def initialize(taskid=nil, begindate=nil, enddate=nil, projectid=nil)
9237
9240
  @TaskId = taskid
9238
9241
  @BeginDate = begindate
@@ -9264,7 +9267,7 @@ module TencentCloud
9264
9267
  # @type RequestId: String
9265
9268
 
9266
9269
  attr_accessor :TotalReadRecords, :TotalReadBytes, :TotalWriteRecords, :TotalWriteBytes, :TotalErrorRecords, :RequestId
9267
-
9270
+
9268
9271
  def initialize(totalreadrecords=nil, totalreadbytes=nil, totalwriterecords=nil, totalwritebytes=nil, totalerrorrecords=nil, requestid=nil)
9269
9272
  @TotalReadRecords = totalreadrecords
9270
9273
  @TotalReadBytes = totalreadbytes
@@ -9292,7 +9295,7 @@ module TencentCloud
9292
9295
  # @type TaskId: String
9293
9296
 
9294
9297
  attr_accessor :ProjectId, :TaskId
9295
-
9298
+
9296
9299
  def initialize(projectid=nil, taskid=nil)
9297
9300
  @ProjectId = projectid
9298
9301
  @TaskId = taskid
@@ -9313,7 +9316,7 @@ module TencentCloud
9313
9316
  # @type RequestId: String
9314
9317
 
9315
9318
  attr_accessor :Data, :RequestId
9316
-
9319
+
9317
9320
  def initialize(data=nil, requestid=nil)
9318
9321
  @Data = data
9319
9322
  @RequestId = requestid
@@ -9340,7 +9343,7 @@ module TencentCloud
9340
9343
  # @type PageSize: Integer
9341
9344
 
9342
9345
  attr_accessor :ProjectId, :WorkflowId, :PageNumber, :PageSize
9343
-
9346
+
9344
9347
  def initialize(projectid=nil, workflowid=nil, pagenumber=nil, pagesize=nil)
9345
9348
  @ProjectId = projectid
9346
9349
  @WorkflowId = workflowid
@@ -9365,7 +9368,7 @@ module TencentCloud
9365
9368
  # @type RequestId: String
9366
9369
 
9367
9370
  attr_accessor :Data, :RequestId
9368
-
9371
+
9369
9372
  def initialize(data=nil, requestid=nil)
9370
9373
  @Data = data
9371
9374
  @RequestId = requestid
@@ -9388,7 +9391,7 @@ module TencentCloud
9388
9391
  # @type ProjectId: String
9389
9392
 
9390
9393
  attr_accessor :Type, :ProjectId
9391
-
9394
+
9392
9395
  def initialize(type=nil, projectid=nil)
9393
9396
  @Type = type
9394
9397
  @ProjectId = projectid
@@ -9409,7 +9412,7 @@ module TencentCloud
9409
9412
  # @type RequestId: String
9410
9413
 
9411
9414
  attr_accessor :Data, :RequestId
9412
-
9415
+
9413
9416
  def initialize(data=nil, requestid=nil)
9414
9417
  @Data = data
9415
9418
  @RequestId = requestid
@@ -9440,7 +9443,7 @@ module TencentCloud
9440
9443
  # @type ProjectId: String
9441
9444
 
9442
9445
  attr_accessor :PageNumber, :PageSize, :Filters, :ProjectId
9443
-
9446
+
9444
9447
  def initialize(pagenumber=nil, pagesize=nil, filters=nil, projectid=nil)
9445
9448
  @PageNumber = pagenumber
9446
9449
  @PageSize = pagesize
@@ -9472,7 +9475,7 @@ module TencentCloud
9472
9475
  # @type RequestId: String
9473
9476
 
9474
9477
  attr_accessor :Data, :RequestId
9475
-
9478
+
9476
9479
  def initialize(data=nil, requestid=nil)
9477
9480
  @Data = data
9478
9481
  @RequestId = requestid
@@ -9497,7 +9500,7 @@ module TencentCloud
9497
9500
  # @type EndDate: String
9498
9501
 
9499
9502
  attr_accessor :ProjectId, :BeginDate, :EndDate
9500
-
9503
+
9501
9504
  def initialize(projectid=nil, begindate=nil, enddate=nil)
9502
9505
  @ProjectId = projectid
9503
9506
  @BeginDate = begindate
@@ -9519,7 +9522,7 @@ module TencentCloud
9519
9522
  # @type RequestId: String
9520
9523
 
9521
9524
  attr_accessor :Data, :RequestId
9522
-
9525
+
9523
9526
  def initialize(data=nil, requestid=nil)
9524
9527
  @Data = data
9525
9528
  @RequestId = requestid
@@ -9544,7 +9547,7 @@ module TencentCloud
9544
9547
  # @type EndDate: String
9545
9548
 
9546
9549
  attr_accessor :ProjectId, :BeginDate, :EndDate
9547
-
9550
+
9548
9551
  def initialize(projectid=nil, begindate=nil, enddate=nil)
9549
9552
  @ProjectId = projectid
9550
9553
  @BeginDate = begindate
@@ -9566,7 +9569,7 @@ module TencentCloud
9566
9569
  # @type RequestId: String
9567
9570
 
9568
9571
  attr_accessor :Data, :RequestId
9569
-
9572
+
9570
9573
  def initialize(data=nil, requestid=nil)
9571
9574
  @Data = data
9572
9575
  @RequestId = requestid
@@ -9595,7 +9598,7 @@ module TencentCloud
9595
9598
  # @type Count: Integer
9596
9599
 
9597
9600
  attr_accessor :DimType, :Count
9598
-
9601
+
9599
9602
  def initialize(dimtype=nil, count=nil)
9600
9603
  @DimType = dimtype
9601
9604
  @Count = count
@@ -9614,7 +9617,7 @@ module TencentCloud
9614
9617
  # @type DimensionScoreList: Array
9615
9618
 
9616
9619
  attr_accessor :DimensionScoreList
9617
-
9620
+
9618
9621
  def initialize(dimensionscorelist=nil)
9619
9622
  @DimensionScoreList = dimensionscorelist
9620
9623
  end
@@ -9654,7 +9657,7 @@ module TencentCloud
9654
9657
  # @type Score: Float
9655
9658
 
9656
9659
  attr_accessor :Name, :Weight, :UserId, :UserName, :UpdateTime, :JoinTableNumber, :Score
9657
-
9660
+
9658
9661
  def initialize(name=nil, weight=nil, userid=nil, username=nil, updatetime=nil, jointablenumber=nil, score=nil)
9659
9662
  @Name = name
9660
9663
  @Weight = weight
@@ -9688,7 +9691,7 @@ module TencentCloud
9688
9691
  # @type TaskTypeId: Integer
9689
9692
 
9690
9693
  attr_accessor :TaskId, :ProjectId, :ResourceGroup, :TaskTypeId
9691
-
9694
+
9692
9695
  def initialize(taskid=nil, projectid=nil, resourcegroup=nil, tasktypeid=nil)
9693
9696
  @TaskId = taskid
9694
9697
  @ProjectId = projectid
@@ -9720,7 +9723,7 @@ module TencentCloud
9720
9723
  # @type RequestId: String
9721
9724
 
9722
9725
  attr_accessor :CurrentRunDate, :ProjectId, :Status, :TaskId, :TaskInstanceKey, :RequestId
9723
-
9726
+
9724
9727
  def initialize(currentrundate=nil, projectid=nil, status=nil, taskid=nil, taskinstancekey=nil, requestid=nil)
9725
9728
  @CurrentRunDate = currentrundate
9726
9729
  @ProjectId = projectid
@@ -9771,7 +9774,7 @@ module TencentCloud
9771
9774
  # @type FilePath: String
9772
9775
 
9773
9776
  attr_accessor :ExportTaskId, :TaskType, :OperatorId, :OperatorName, :CreateTime, :Status, :SchedulerTaskId, :SchedulerCurRunDate, :FilePath
9774
-
9777
+
9775
9778
  def initialize(exporttaskid=nil, tasktype=nil, operatorid=nil, operatorname=nil, createtime=nil, status=nil, schedulertaskid=nil, schedulercurrundate=nil, filepath=nil)
9776
9779
  @ExportTaskId = exporttaskid
9777
9780
  @TaskType = tasktype
@@ -9810,7 +9813,7 @@ module TencentCloud
9810
9813
  # @type FieldDataType: String
9811
9814
 
9812
9815
  attr_accessor :FieldKey, :FieldValue, :FieldDataType
9813
-
9816
+
9814
9817
  def initialize(fieldkey=nil, fieldvalue=nil, fielddatatype=nil)
9815
9818
  @FieldKey = fieldkey
9816
9819
  @FieldValue = fieldvalue
@@ -9832,7 +9835,7 @@ module TencentCloud
9832
9835
  # @type Values: Array
9833
9836
 
9834
9837
  attr_accessor :Name, :Values
9835
-
9838
+
9836
9839
  def initialize(name=nil, values=nil)
9837
9840
  @Name = name
9838
9841
  @Values = values
@@ -9858,7 +9861,7 @@ module TencentCloud
9858
9861
  # @type UpdateTime: String
9859
9862
 
9860
9863
  attr_accessor :Id, :Name, :CreateTime, :ProjectId, :UpdateTime
9861
-
9864
+
9862
9865
  def initialize(id=nil, name=nil, createtime=nil, projectid=nil, updatetime=nil)
9863
9866
  @Id = id
9864
9867
  @Name = name
@@ -9884,7 +9887,7 @@ module TencentCloud
9884
9887
  # @type Instances: Array
9885
9888
 
9886
9889
  attr_accessor :ProjectId, :Instances
9887
-
9890
+
9888
9891
  def initialize(projectid=nil, instances=nil)
9889
9892
  @ProjectId = projectid
9890
9893
  @Instances = instances
@@ -9911,7 +9914,7 @@ module TencentCloud
9911
9914
  # @type RequestId: String
9912
9915
 
9913
9916
  attr_accessor :Data, :RequestId
9914
-
9917
+
9915
9918
  def initialize(data=nil, requestid=nil)
9916
9919
  @Data = data
9917
9920
  @RequestId = requestid
@@ -9932,7 +9935,7 @@ module TencentCloud
9932
9935
  # @type WorkFlowIds: Array
9933
9936
 
9934
9937
  attr_accessor :WorkFlowIds
9935
-
9938
+
9936
9939
  def initialize(workflowids=nil)
9937
9940
  @WorkFlowIds = workflowids
9938
9941
  end
@@ -9950,7 +9953,7 @@ module TencentCloud
9950
9953
  # @type RequestId: String
9951
9954
 
9952
9955
  attr_accessor :Data, :RequestId
9953
-
9956
+
9954
9957
  def initialize(data=nil, requestid=nil)
9955
9958
  @Data = data
9956
9959
  @RequestId = requestid
@@ -9973,7 +9976,7 @@ module TencentCloud
9973
9976
  # @type OperateIsInform: Boolean
9974
9977
 
9975
9978
  attr_accessor :Tasks, :OperateIsInform
9976
-
9979
+
9977
9980
  def initialize(tasks=nil, operateisinform=nil)
9978
9981
  @Tasks = tasks
9979
9982
  @OperateIsInform = operateisinform
@@ -10000,7 +10003,7 @@ module TencentCloud
10000
10003
  # @type RequestId: String
10001
10004
 
10002
10005
  attr_accessor :Data, :RequestId
10003
-
10006
+
10004
10007
  def initialize(data=nil, requestid=nil)
10005
10008
  @Data = data
10006
10009
  @RequestId = requestid
@@ -10033,7 +10036,7 @@ module TencentCloud
10033
10036
  # @type Type: String
10034
10037
 
10035
10038
  attr_accessor :Path, :Name, :Id, :Md5, :Type
10036
-
10039
+
10037
10040
  def initialize(path=nil, name=nil, id=nil, md5=nil, type=nil)
10038
10041
  @Path = path
10039
10042
  @Name = name
@@ -10061,7 +10064,7 @@ module TencentCloud
10061
10064
  # @type EnName: String
10062
10065
 
10063
10066
  attr_accessor :Name, :ZhName, :EnName
10064
-
10067
+
10065
10068
  def initialize(name=nil, zhname=nil, enname=nil)
10066
10069
  @Name = name
10067
10070
  @ZhName = zhname
@@ -10095,7 +10098,7 @@ module TencentCloud
10095
10098
  # @type Content: String
10096
10099
 
10097
10100
  attr_accessor :Tag, :UserId, :Type, :Comment, :Timestamp, :UserName, :Content
10098
-
10101
+
10099
10102
  def initialize(tag=nil, userid=nil, type=nil, comment=nil, timestamp=nil, username=nil, content=nil)
10100
10103
  @Tag = tag
10101
10104
  @UserId = userid
@@ -10163,7 +10166,7 @@ module TencentCloud
10163
10166
  # @type TargetDatasourceId: String
10164
10167
 
10165
10168
  attr_accessor :ProjectId, :SinkDatabase, :Id, :MsType, :DatasourceId, :SourceDatabase, :TableName, :SinkType, :SchemaName, :SourceFieldInfoList, :Partitions, :Properties, :TableMode, :TableVersion, :UpsertFlag, :TableComment, :AddDataFiles, :AddEqualityDeletes, :AddPositionDeletes, :AddDeleteFiles, :TargetDatasourceId
10166
-
10169
+
10167
10170
  def initialize(projectid=nil, sinkdatabase=nil, id=nil, mstype=nil, datasourceid=nil, sourcedatabase=nil, tablename=nil, sinktype=nil, schemaname=nil, sourcefieldinfolist=nil, partitions=nil, properties=nil, tablemode=nil, tableversion=nil, upsertflag=nil, tablecomment=nil, adddatafiles=nil, addequalitydeletes=nil, addpositiondeletes=nil, adddeletefiles=nil, targetdatasourceid=nil)
10168
10171
  @ProjectId = projectid
10169
10172
  @SinkDatabase = sinkdatabase
@@ -10245,7 +10248,7 @@ module TencentCloud
10245
10248
  # @type RequestId: String
10246
10249
 
10247
10250
  attr_accessor :DDLSql, :Data, :RequestId
10248
-
10251
+
10249
10252
  def initialize(ddlsql=nil, data=nil, requestid=nil)
10250
10253
  @DDLSql = ddlsql
10251
10254
  @Data = data
@@ -10268,7 +10271,7 @@ module TencentCloud
10268
10271
  # @type Value: String
10269
10272
 
10270
10273
  attr_accessor :Type, :Value
10271
-
10274
+
10272
10275
  def initialize(type=nil, value=nil)
10273
10276
  @Type = type
10274
10277
  @Value = value
@@ -10288,7 +10291,7 @@ module TencentCloud
10288
10291
  # @type DatasourceType: String
10289
10292
 
10290
10293
  attr_accessor :ColumnContent, :DatasourceType
10291
-
10294
+
10292
10295
  def initialize(columncontent=nil, datasourcetype=nil)
10293
10296
  @ColumnContent = columncontent
10294
10297
  @DatasourceType = datasourcetype
@@ -10309,7 +10312,7 @@ module TencentCloud
10309
10312
  # @type RequestId: String
10310
10313
 
10311
10314
  attr_accessor :Schemas, :RequestId
10312
-
10315
+
10313
10316
  def initialize(schemas=nil, requestid=nil)
10314
10317
  @Schemas = schemas
10315
10318
  @RequestId = requestid
@@ -10340,7 +10343,7 @@ module TencentCloud
10340
10343
  # @type SearchCondition: :class:`Tencentcloud::Wedata.v20210820.models.SearchConditionNew`
10341
10344
 
10342
10345
  attr_accessor :PageIndex, :PageSize, :ProjectId, :SearchCondition
10343
-
10346
+
10344
10347
  def initialize(pageindex=nil, pagesize=nil, projectid=nil, searchcondition=nil)
10345
10348
  @PageIndex = pageindex
10346
10349
  @PageSize = pagesize
@@ -10369,7 +10372,7 @@ module TencentCloud
10369
10372
  # @type RequestId: String
10370
10373
 
10371
10374
  attr_accessor :Total, :List, :RequestId
10372
-
10375
+
10373
10376
  def initialize(total=nil, list=nil, requestid=nil)
10374
10377
  @Total = total
10375
10378
  @List = list
@@ -10402,7 +10405,7 @@ module TencentCloud
10402
10405
  # @type SearchCondition: :class:`Tencentcloud::Wedata.v20210820.models.SearchCondition`
10403
10406
 
10404
10407
  attr_accessor :PageIndex, :PageSize, :ProjectId, :SearchCondition
10405
-
10408
+
10406
10409
  def initialize(pageindex=nil, pagesize=nil, projectid=nil, searchcondition=nil)
10407
10410
  @PageIndex = pageindex
10408
10411
  @PageSize = pagesize
@@ -10431,7 +10434,7 @@ module TencentCloud
10431
10434
  # @type RequestId: String
10432
10435
 
10433
10436
  attr_accessor :Total, :List, :RequestId
10434
-
10437
+
10435
10438
  def initialize(total=nil, list=nil, requestid=nil)
10436
10439
  @Total = total
10437
10440
  @List = list
@@ -10489,7 +10492,7 @@ module TencentCloud
10489
10492
  # @type LifeDays: Integer
10490
10493
 
10491
10494
  attr_accessor :AgentId, :AgentName, :Status, :StatusDesc, :AgentType, :Source, :VpcId, :ExecutorGroupId, :ExecutorGroupName, :TaskCount, :AgentGroupId, :CvmAgentStatusList, :AgentTotal, :LifeDays
10492
-
10495
+
10493
10496
  def initialize(agentid=nil, agentname=nil, status=nil, statusdesc=nil, agenttype=nil, source=nil, vpcid=nil, executorgroupid=nil, executorgroupname=nil, taskcount=nil, agentgroupid=nil, cvmagentstatuslist=nil, agenttotal=nil, lifedays=nil)
10494
10497
  @AgentId = agentid
10495
10498
  @AgentName = agentname
@@ -10542,7 +10545,7 @@ module TencentCloud
10542
10545
  # @type TaskStatus: String
10543
10546
 
10544
10547
  attr_accessor :TaskId, :TaskName, :TaskStatus
10545
-
10548
+
10546
10549
  def initialize(taskid=nil, taskname=nil, taskstatus=nil)
10547
10550
  @TaskId = taskid
10548
10551
  @TaskName = taskname
@@ -10577,7 +10580,7 @@ module TencentCloud
10577
10580
  # @type ClusterType: String
10578
10581
 
10579
10582
  attr_accessor :ClusterId, :ClusterName, :Status, :HasAgent, :AgentId, :VpcId, :TkeRegion, :ClusterType
10580
-
10583
+
10581
10584
  def initialize(clusterid=nil, clustername=nil, status=nil, hasagent=nil, agentid=nil, vpcid=nil, tkeregion=nil, clustertype=nil)
10582
10585
  @ClusterId = clusterid
10583
10586
  @ClusterName = clustername
@@ -10609,7 +10612,7 @@ module TencentCloud
10609
10612
  # @type CurRunDate: String
10610
10613
 
10611
10614
  attr_accessor :TaskId, :CurRunDate
10612
-
10615
+
10613
10616
  def initialize(taskid=nil, currundate=nil)
10614
10617
  @TaskId = taskid
10615
10618
  @CurRunDate = currundate
@@ -10661,7 +10664,7 @@ module TencentCloud
10661
10664
  # @type TryLimit: Integer
10662
10665
 
10663
10666
  attr_accessor :CostTime, :CurRunDate, :CycleType, :DoFlag, :InCharge, :LastLog, :SchedulerDesc, :StartTime, :State, :TaskId, :TaskName, :TryLimit
10664
-
10667
+
10665
10668
  def initialize(costtime=nil, currundate=nil, cycletype=nil, doflag=nil, incharge=nil, lastlog=nil, schedulerdesc=nil, starttime=nil, state=nil, taskid=nil, taskname=nil, trylimit=nil)
10666
10669
  @CostTime = costtime
10667
10670
  @CurRunDate = currundate
@@ -10717,7 +10720,7 @@ module TencentCloud
10717
10720
  # @type CostTime: Float
10718
10721
 
10719
10722
  attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :OriginFileName, :CreateTime, :InstanceLogType, :CostTime
10720
-
10723
+
10721
10724
  def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, originfilename=nil, createtime=nil, instancelogtype=nil, costtime=nil)
10722
10725
  @TaskId = taskid
10723
10726
  @CurRunDate = currundate
@@ -10780,7 +10783,7 @@ module TencentCloud
10780
10783
  # @type CostTime: String
10781
10784
 
10782
10785
  attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime
10783
-
10786
+
10784
10787
  def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil)
10785
10788
  @TaskId = taskid
10786
10789
  @CurRunDate = currundate
@@ -10823,7 +10826,7 @@ module TencentCloud
10823
10826
  # @type NodeName: String
10824
10827
 
10825
10828
  attr_accessor :NodeType, :NodeId, :NodeName
10826
-
10829
+
10827
10830
  def initialize(nodetype=nil, nodeid=nil, nodename=nil)
10828
10831
  @NodeType = nodetype
10829
10832
  @NodeId = nodeid
@@ -10855,7 +10858,7 @@ module TencentCloud
10855
10858
  # @type TotalErrorRecords: Integer
10856
10859
 
10857
10860
  attr_accessor :NodeName, :DataSource, :TotalReadRecords, :TotalReadBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords
10858
-
10861
+
10859
10862
  def initialize(nodename=nil, datasource=nil, totalreadrecords=nil, totalreadbytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil)
10860
10863
  @NodeName = nodename
10861
10864
  @DataSource = datasource
@@ -10903,7 +10906,7 @@ module TencentCloud
10903
10906
  # @type EndRunTime: String
10904
10907
 
10905
10908
  attr_accessor :TotalReadRecords, :TotalReadBytes, :TotalWriteRecords, :TotalWriteBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords, :TotalErrorBytes, :TotalRunDuration, :BeginRunTime, :EndRunTime
10906
-
10909
+
10907
10910
  def initialize(totalreadrecords=nil, totalreadbytes=nil, totalwriterecords=nil, totalwritebytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil, totalerrorbytes=nil, totalrunduration=nil, beginruntime=nil, endruntime=nil)
10908
10911
  @TotalReadRecords = totalreadrecords
10909
10912
  @TotalReadBytes = totalreadbytes
@@ -10951,7 +10954,7 @@ module TencentCloud
10951
10954
  # @type TotalErrorRecords: Integer
10952
10955
 
10953
10956
  attr_accessor :NodeName, :DataSource, :TotalWriteRecords, :TotalWriteBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords
10954
-
10957
+
10955
10958
  def initialize(nodename=nil, datasource=nil, totalwriterecords=nil, totalwritebytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil)
10956
10959
  @NodeName = nodename
10957
10960
  @DataSource = datasource
@@ -10980,7 +10983,7 @@ module TencentCloud
10980
10983
  # @type LogInfo: String
10981
10984
 
10982
10985
  attr_accessor :LogInfo
10983
-
10986
+
10984
10987
  def initialize(loginfo=nil)
10985
10988
  @LogInfo = loginfo
10986
10989
  end
@@ -11020,7 +11023,7 @@ module TencentCloud
11020
11023
  # @type OwnerUin: String
11021
11024
 
11022
11025
  attr_accessor :Name, :NodeType, :DataSourceType, :Description, :DatasourceId, :Config, :ExtConfig, :Schema, :NodeMapping, :OwnerUin
11023
-
11026
+
11024
11027
  def initialize(name=nil, nodetype=nil, datasourcetype=nil, description=nil, datasourceid=nil, config=nil, extconfig=nil, schema=nil, nodemapping=nil, owneruin=nil)
11025
11028
  @Name = name
11026
11029
  @NodeType = nodetype
@@ -11123,7 +11126,7 @@ module TencentCloud
11123
11126
  # @type UpdateTime: String
11124
11127
 
11125
11128
  attr_accessor :Id, :TaskId, :Name, :NodeType, :DataSourceType, :Description, :DatasourceId, :Config, :ExtConfig, :Schema, :NodeMapping, :AppId, :ProjectId, :CreatorUin, :OperatorUin, :OwnerUin, :CreateTime, :UpdateTime
11126
-
11129
+
11127
11130
  def initialize(id=nil, taskid=nil, name=nil, nodetype=nil, datasourcetype=nil, description=nil, datasourceid=nil, config=nil, extconfig=nil, schema=nil, nodemapping=nil, appid=nil, projectid=nil, creatoruin=nil, operatoruin=nil, owneruin=nil, createtime=nil, updatetime=nil)
11128
11131
  @Id = id
11129
11132
  @TaskId = taskid
@@ -11208,7 +11211,7 @@ module TencentCloud
11208
11211
  # @type ExtConfig: Array
11209
11212
 
11210
11213
  attr_accessor :SourceId, :SinkId, :SourceSchema, :SchemaMappings, :ExtConfig
11211
-
11214
+
11212
11215
  def initialize(sourceid=nil, sinkid=nil, sourceschema=nil, schemamappings=nil, extconfig=nil)
11213
11216
  @SourceId = sourceid
11214
11217
  @SinkId = sinkid
@@ -11266,7 +11269,7 @@ module TencentCloud
11266
11269
  # @type Alias: String
11267
11270
 
11268
11271
  attr_accessor :Id, :Name, :Type, :Value, :Properties, :Alias
11269
-
11272
+
11270
11273
  def initialize(id=nil, name=nil, type=nil, value=nil, properties=nil, _alias=nil)
11271
11274
  @Id = id
11272
11275
  @Name = name
@@ -11301,7 +11304,7 @@ module TencentCloud
11301
11304
  # @type SinkSchemaId: String
11302
11305
 
11303
11306
  attr_accessor :SourceSchemaId, :SinkSchemaId
11304
-
11307
+
11305
11308
  def initialize(sourceschemaid=nil, sinkschemaid=nil)
11306
11309
  @SourceSchemaId = sourceschemaid
11307
11310
  @SinkSchemaId = sinkschemaid
@@ -11326,7 +11329,7 @@ module TencentCloud
11326
11329
  # @type StatisticType: String
11327
11330
 
11328
11331
  attr_accessor :StatisticName, :StatisticValue, :StatisticType
11329
-
11332
+
11330
11333
  def initialize(statisticname=nil, statisticvalue=nil, statistictype=nil)
11331
11334
  @StatisticName = statisticname
11332
11335
  @StatisticValue = statisticvalue
@@ -11473,7 +11476,7 @@ module TencentCloud
11473
11476
  # @type TaskAlarmRegularList: Array
11474
11477
 
11475
11478
  attr_accessor :TaskName, :Description, :SyncType, :TaskType, :WorkflowId, :TaskId, :ScheduleTaskId, :TaskGroupId, :ProjectId, :CreatorUin, :OperatorUin, :OwnerUin, :AppId, :Status, :Nodes, :ExecutorId, :Config, :ExtConfig, :ExecuteContext, :Mappings, :TaskMode, :Incharge, :OfflineTaskAddEntity, :ExecutorGroupName, :InLongManagerUrl, :InLongStreamId, :InLongManagerVersion, :DataProxyUrl, :Submit, :InputDatasourceType, :OutputDatasourceType, :NumRecordsIn, :NumRecordsOut, :ReaderDelay, :NumRestarts, :CreateTime, :UpdateTime, :LastRunTime, :StopTime, :HasVersion, :Locked, :Locker, :RunningCu, :TaskAlarmRegularList
11476
-
11479
+
11477
11480
  def initialize(taskname=nil, description=nil, synctype=nil, tasktype=nil, workflowid=nil, taskid=nil, scheduletaskid=nil, taskgroupid=nil, projectid=nil, creatoruin=nil, operatoruin=nil, owneruin=nil, appid=nil, status=nil, nodes=nil, executorid=nil, config=nil, extconfig=nil, executecontext=nil, mappings=nil, taskmode=nil, incharge=nil, offlinetaskaddentity=nil, executorgroupname=nil, inlongmanagerurl=nil, inlongstreamid=nil, inlongmanagerversion=nil, dataproxyurl=nil, submit=nil, inputdatasourcetype=nil, outputdatasourcetype=nil, numrecordsin=nil, numrecordsout=nil, readerdelay=nil, numrestarts=nil, createtime=nil, updatetime=nil, lastruntime=nil, stoptime=nil, hasversion=nil, locked=nil, locker=nil, runningcu=nil, taskalarmregularlist=nil)
11478
11481
  @TaskName = taskname
11479
11482
  @Description = description
@@ -11615,7 +11618,7 @@ module TencentCloud
11615
11618
  # @type Instances: Array
11616
11619
 
11617
11620
  attr_accessor :ProjectId, :Instances
11618
-
11621
+
11619
11622
  def initialize(projectid=nil, instances=nil)
11620
11623
  @ProjectId = projectid
11621
11624
  @Instances = instances
@@ -11642,7 +11645,7 @@ module TencentCloud
11642
11645
  # @type RequestId: String
11643
11646
 
11644
11647
  attr_accessor :Data, :RequestId
11645
-
11648
+
11646
11649
  def initialize(data=nil, requestid=nil)
11647
11650
  @Data = data
11648
11651
  @RequestId = requestid
@@ -11665,7 +11668,7 @@ module TencentCloud
11665
11668
  # @type Text: String
11666
11669
 
11667
11670
  attr_accessor :Value, :Text
11668
-
11671
+
11669
11672
  def initialize(value=nil, text=nil)
11670
11673
  @Value = value
11671
11674
  @Text = text
@@ -11685,7 +11688,7 @@ module TencentCloud
11685
11688
  # @type ProjectId: String
11686
11689
 
11687
11690
  attr_accessor :TaskId, :ProjectId
11688
-
11691
+
11689
11692
  def initialize(taskid=nil, projectid=nil)
11690
11693
  @TaskId = taskid
11691
11694
  @ProjectId = projectid
@@ -11705,7 +11708,7 @@ module TencentCloud
11705
11708
  # @type RequestId: String
11706
11709
 
11707
11710
  attr_accessor :Data, :RequestId
11708
-
11711
+
11709
11712
  def initialize(data=nil, requestid=nil)
11710
11713
  @Data = data
11711
11714
  @RequestId = requestid
@@ -11729,7 +11732,7 @@ module TencentCloud
11729
11732
  # @type Log: String
11730
11733
 
11731
11734
  attr_accessor :Time, :PkgId, :Log
11732
-
11735
+
11733
11736
  def initialize(time=nil, pkgid=nil, log=nil)
11734
11737
  @Time = time
11735
11738
  @PkgId = pkgid
@@ -11762,7 +11765,7 @@ module TencentCloud
11762
11765
  # @type ContainerName: String
11763
11766
 
11764
11767
  attr_accessor :Log, :PkgId, :PkgLogId, :Time, :ContainerName
11765
-
11768
+
11766
11769
  def initialize(log=nil, pkgid=nil, pkglogid=nil, time=nil, containername=nil)
11767
11770
  @Log = log
11768
11771
  @PkgId = pkgid
@@ -11796,7 +11799,7 @@ module TencentCloud
11796
11799
  # @type CheckParent: Boolean
11797
11800
 
11798
11801
  attr_accessor :TaskIdList, :StartTime, :EndTime, :MakeUpType, :ProjectId, :CheckParent
11799
-
11802
+
11800
11803
  def initialize(taskidlist=nil, starttime=nil, endtime=nil, makeuptype=nil, projectid=nil, checkparent=nil)
11801
11804
  @TaskIdList = taskidlist
11802
11805
  @StartTime = starttime
@@ -11824,7 +11827,7 @@ module TencentCloud
11824
11827
  # @type RequestId: String
11825
11828
 
11826
11829
  attr_accessor :Data, :RequestId
11827
-
11830
+
11828
11831
  def initialize(data=nil, requestid=nil)
11829
11832
  @Data = data
11830
11833
  @RequestId = requestid
@@ -11851,7 +11854,7 @@ module TencentCloud
11851
11854
  # @type ProjectId: String
11852
11855
 
11853
11856
  attr_accessor :WorkFlowId, :StartTime, :EndTime, :ProjectId
11854
-
11857
+
11855
11858
  def initialize(workflowid=nil, starttime=nil, endtime=nil, projectid=nil)
11856
11859
  @WorkFlowId = workflowid
11857
11860
  @StartTime = starttime
@@ -11875,7 +11878,7 @@ module TencentCloud
11875
11878
  # @type RequestId: String
11876
11879
 
11877
11880
  attr_accessor :Data, :RequestId
11878
-
11881
+
11879
11882
  def initialize(data=nil, requestid=nil)
11880
11883
  @Data = data
11881
11884
  @RequestId = requestid
@@ -11930,7 +11933,7 @@ module TencentCloud
11930
11933
  # @type COSRegion: String
11931
11934
 
11932
11935
  attr_accessor :Name, :Category, :Type, :ID, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :COSBucket, :COSRegion
11933
-
11936
+
11934
11937
  def initialize(name=nil, category=nil, type=nil, id=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, cosbucket=nil, cosregion=nil)
11935
11938
  @Name = name
11936
11939
  @Category = category
@@ -11983,7 +11986,7 @@ module TencentCloud
11983
11986
  # @type RequestId: String
11984
11987
 
11985
11988
  attr_accessor :Data, :RequestId
11986
-
11989
+
11987
11990
  def initialize(data=nil, requestid=nil)
11988
11991
  @Data = data
11989
11992
  @RequestId = requestid
@@ -12005,7 +12008,7 @@ module TencentCloud
12005
12008
  # @type Refresh: Boolean
12006
12009
 
12007
12010
  attr_accessor :WeightInfoList, :ProjectId, :Refresh
12008
-
12011
+
12009
12012
  def initialize(weightinfolist=nil, projectid=nil, refresh=nil)
12010
12013
  @WeightInfoList = weightinfolist
12011
12014
  @ProjectId = projectid
@@ -12034,7 +12037,7 @@ module TencentCloud
12034
12037
  # @type RequestId: String
12035
12038
 
12036
12039
  attr_accessor :Data, :RequestId
12037
-
12040
+
12038
12041
  def initialize(data=nil, requestid=nil)
12039
12042
  @Data = data
12040
12043
  @RequestId = requestid
@@ -12089,7 +12092,7 @@ module TencentCloud
12089
12092
  # @type ExecEngineType: String
12090
12093
 
12091
12094
  attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :ProjectId, :StartTime, :EndTime, :CycleType, :CycleStep, :TaskAction, :DelayTime, :DatabaseId, :DatasourceId, :TableId, :ExecEngineType
12092
-
12095
+
12093
12096
  def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, projectid=nil, starttime=nil, endtime=nil, cycletype=nil, cyclestep=nil, taskaction=nil, delaytime=nil, databaseid=nil, datasourceid=nil, tableid=nil, execenginetype=nil)
12094
12097
  @RuleGroupId = rulegroupid
12095
12098
  @MonitorType = monitortype
@@ -12147,7 +12150,7 @@ module TencentCloud
12147
12150
  # @type RequestId: String
12148
12151
 
12149
12152
  attr_accessor :Data, :RequestId
12150
-
12153
+
12151
12154
  def initialize(data=nil, requestid=nil)
12152
12155
  @Data = data
12153
12156
  @RequestId = requestid
@@ -12171,7 +12174,7 @@ module TencentCloud
12171
12174
  # @type ParentsFolderId: String
12172
12175
 
12173
12176
  attr_accessor :ProjectId, :FolderName, :FolderId, :ParentsFolderId
12174
-
12177
+
12175
12178
  def initialize(projectid=nil, foldername=nil, folderid=nil, parentsfolderid=nil)
12176
12179
  @ProjectId = projectid
12177
12180
  @FolderName = foldername
@@ -12195,7 +12198,7 @@ module TencentCloud
12195
12198
  # @type RequestId: String
12196
12199
 
12197
12200
  attr_accessor :Data, :RequestId
12198
-
12201
+
12199
12202
  def initialize(data=nil, requestid=nil)
12200
12203
  @Data = data
12201
12204
  @RequestId = requestid
@@ -12219,7 +12222,7 @@ module TencentCloud
12219
12222
  # @type TaskMode: Integer
12220
12223
 
12221
12224
  attr_accessor :NodeInfo, :ProjectId, :TaskType, :TaskMode
12222
-
12225
+
12223
12226
  def initialize(nodeinfo=nil, projectid=nil, tasktype=nil, taskmode=nil)
12224
12227
  @NodeInfo = nodeinfo
12225
12228
  @ProjectId = projectid
@@ -12249,7 +12252,7 @@ module TencentCloud
12249
12252
  # @type RequestId: String
12250
12253
 
12251
12254
  attr_accessor :Id, :TaskId, :RequestId
12252
-
12255
+
12253
12256
  def initialize(id=nil, taskid=nil, requestid=nil)
12254
12257
  @Id = id
12255
12258
  @TaskId = taskid
@@ -12273,7 +12276,7 @@ module TencentCloud
12273
12276
  # @type RollbackFlag: Boolean
12274
12277
 
12275
12278
  attr_accessor :TaskInfo, :ProjectId, :RollbackFlag
12276
-
12279
+
12277
12280
  def initialize(taskinfo=nil, projectid=nil, rollbackflag=nil)
12278
12281
  @TaskInfo = taskinfo
12279
12282
  @ProjectId = projectid
@@ -12298,7 +12301,7 @@ module TencentCloud
12298
12301
  # @type RequestId: String
12299
12302
 
12300
12303
  attr_accessor :TaskId, :RequestId
12301
-
12304
+
12302
12305
  def initialize(taskid=nil, requestid=nil)
12303
12306
  @TaskId = taskid
12304
12307
  @RequestId = requestid
@@ -12320,7 +12323,7 @@ module TencentCloud
12320
12323
  # @type MonitorStatus: Boolean
12321
12324
 
12322
12325
  attr_accessor :ProjectId, :RuleGroupId, :MonitorStatus
12323
-
12326
+
12324
12327
  def initialize(projectid=nil, rulegroupid=nil, monitorstatus=nil)
12325
12328
  @ProjectId = projectid
12326
12329
  @RuleGroupId = rulegroupid
@@ -12343,7 +12346,7 @@ module TencentCloud
12343
12346
  # @type RequestId: String
12344
12347
 
12345
12348
  attr_accessor :Data, :RequestId
12346
-
12349
+
12347
12350
  def initialize(data=nil, requestid=nil)
12348
12351
  @Data = data
12349
12352
  @RequestId = requestid
@@ -12375,7 +12378,7 @@ module TencentCloud
12375
12378
  # @type WebHooks: Array
12376
12379
 
12377
12380
  attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :ProjectId, :DatabaseId, :DatasourceId, :TableId, :WebHooks
12378
-
12381
+
12379
12382
  def initialize(rulegroupid=nil, receivers=nil, subscribetype=nil, projectid=nil, databaseid=nil, datasourceid=nil, tableid=nil, webhooks=nil)
12380
12383
  @RuleGroupId = rulegroupid
12381
12384
  @Receivers = receivers
@@ -12422,7 +12425,7 @@ module TencentCloud
12422
12425
  # @type RequestId: String
12423
12426
 
12424
12427
  attr_accessor :Data, :RequestId
12425
-
12428
+
12426
12429
  def initialize(data=nil, requestid=nil)
12427
12430
  @Data = data
12428
12431
  @RequestId = requestid
@@ -12484,7 +12487,7 @@ module TencentCloud
12484
12487
  # @type SourceEngineTypes: Array
12485
12488
 
12486
12489
  attr_accessor :ProjectId, :RuleId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue, :SourceEngineTypes
12487
-
12490
+
12488
12491
  def initialize(projectid=nil, ruleid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil, sourceenginetypes=nil)
12489
12492
  @ProjectId = projectid
12490
12493
  @RuleId = ruleid
@@ -12553,7 +12556,7 @@ module TencentCloud
12553
12556
  # @type RequestId: String
12554
12557
 
12555
12558
  attr_accessor :Data, :RequestId
12556
-
12559
+
12557
12560
  def initialize(data=nil, requestid=nil)
12558
12561
  @Data = data
12559
12562
  @RequestId = requestid
@@ -12591,7 +12594,7 @@ module TencentCloud
12591
12594
  # @type WhereFlag: Boolean
12592
12595
 
12593
12596
  attr_accessor :TemplateId, :Type, :Name, :QualityDim, :SourceObjectType, :Description, :SourceEngineTypes, :MultiSourceFlag, :SqlExpression, :ProjectId, :WhereFlag
12594
-
12597
+
12595
12598
  def initialize(templateid=nil, type=nil, name=nil, qualitydim=nil, sourceobjecttype=nil, description=nil, sourceenginetypes=nil, multisourceflag=nil, sqlexpression=nil, projectid=nil, whereflag=nil)
12596
12599
  @TemplateId = templateid
12597
12600
  @Type = type
@@ -12630,7 +12633,7 @@ module TencentCloud
12630
12633
  # @type RequestId: String
12631
12634
 
12632
12635
  attr_accessor :Data, :RequestId
12633
-
12636
+
12634
12637
  def initialize(data=nil, requestid=nil)
12635
12638
  @Data = data
12636
12639
  @RequestId = requestid
@@ -12652,7 +12655,7 @@ module TencentCloud
12652
12655
  # @type ProjectId: String
12653
12656
 
12654
12657
  attr_accessor :Id, :TaskAlarmInfo, :ProjectId
12655
-
12658
+
12656
12659
  def initialize(id=nil, taskalarminfo=nil, projectid=nil)
12657
12660
  @Id = id
12658
12661
  @TaskAlarmInfo = taskalarminfo
@@ -12678,7 +12681,7 @@ module TencentCloud
12678
12681
  # @type RequestId: String
12679
12682
 
12680
12683
  attr_accessor :Data, :RequestId
12681
-
12684
+
12682
12685
  def initialize(data=nil, requestid=nil)
12683
12686
  @Data = data
12684
12687
  @RequestId = requestid
@@ -12752,7 +12755,7 @@ module TencentCloud
12752
12755
  # @type DependencyConfigDTOs: Array
12753
12756
 
12754
12757
  attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs
12755
-
12758
+
12756
12759
  def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil)
12757
12760
  @ProjectId = projectid
12758
12761
  @TaskId = taskid
@@ -12847,7 +12850,7 @@ module TencentCloud
12847
12850
  # @type RequestId: String
12848
12851
 
12849
12852
  attr_accessor :Data, :RequestId
12850
-
12853
+
12851
12854
  def initialize(data=nil, requestid=nil)
12852
12855
  @Data = data
12853
12856
  @RequestId = requestid
@@ -12875,7 +12878,7 @@ module TencentCloud
12875
12878
  # @type LinkDependencyType: String
12876
12879
 
12877
12880
  attr_accessor :ProjectId, :TaskFrom, :TaskTo, :WorkflowId, :RealFromWorkflowId, :LinkDependencyType
12878
-
12881
+
12879
12882
  def initialize(projectid=nil, taskfrom=nil, taskto=nil, workflowid=nil, realfromworkflowid=nil, linkdependencytype=nil)
12880
12883
  @ProjectId = projectid
12881
12884
  @TaskFrom = taskfrom
@@ -12904,7 +12907,7 @@ module TencentCloud
12904
12907
  # @type RequestId: String
12905
12908
 
12906
12909
  attr_accessor :Data, :RequestId
12907
-
12910
+
12908
12911
  def initialize(data=nil, requestid=nil)
12909
12912
  @Data = data
12910
12913
  @RequestId = requestid
@@ -12928,7 +12931,7 @@ module TencentCloud
12928
12931
  # @type Notes: String
12929
12932
 
12930
12933
  attr_accessor :TaskName, :TaskId, :ProjectId, :Notes
12931
-
12934
+
12932
12935
  def initialize(taskname=nil, taskid=nil, projectid=nil, notes=nil)
12933
12936
  @TaskName = taskname
12934
12937
  @TaskId = taskid
@@ -12952,7 +12955,7 @@ module TencentCloud
12952
12955
  # @type RequestId: String
12953
12956
 
12954
12957
  attr_accessor :Data, :RequestId
12955
-
12958
+
12956
12959
  def initialize(data=nil, requestid=nil)
12957
12960
  @Data = data
12958
12961
  @RequestId = requestid
@@ -12976,7 +12979,7 @@ module TencentCloud
12976
12979
  # @type IntegrationNodeDetails: Array
12977
12980
 
12978
12981
  attr_accessor :ProjectId, :TaskId, :ScriptContent, :IntegrationNodeDetails
12979
-
12982
+
12980
12983
  def initialize(projectid=nil, taskid=nil, scriptcontent=nil, integrationnodedetails=nil)
12981
12984
  @ProjectId = projectid
12982
12985
  @TaskId = taskid
@@ -13008,7 +13011,7 @@ module TencentCloud
13008
13011
  # @type RequestId: String
13009
13012
 
13010
13013
  attr_accessor :Data, :RequestId
13011
-
13014
+
13012
13015
  def initialize(data=nil, requestid=nil)
13013
13016
  @Data = data
13014
13017
  @RequestId = requestid
@@ -13049,7 +13052,7 @@ module TencentCloud
13049
13052
  # @type GeneralTaskParams: Array
13050
13053
 
13051
13054
  attr_accessor :ProjectId, :WorkflowId, :Owner, :OwnerId, :WorkflowDesc, :WorkflowName, :FolderId, :UserGroupId, :UserGroupName, :WorkflowParams, :GeneralTaskParams
13052
-
13055
+
13053
13056
  def initialize(projectid=nil, workflowid=nil, owner=nil, ownerid=nil, workflowdesc=nil, workflowname=nil, folderid=nil, usergroupid=nil, usergroupname=nil, workflowparams=nil, generaltaskparams=nil)
13054
13057
  @ProjectId = projectid
13055
13058
  @WorkflowId = workflowid
@@ -13101,7 +13104,7 @@ module TencentCloud
13101
13104
  # @type RequestId: String
13102
13105
 
13103
13106
  attr_accessor :Data, :RequestId
13104
-
13107
+
13105
13108
  def initialize(data=nil, requestid=nil)
13106
13109
  @Data = data
13107
13110
  @RequestId = requestid
@@ -13145,7 +13148,7 @@ module TencentCloud
13145
13148
  # @type DependencyWorkflow: String
13146
13149
 
13147
13150
  attr_accessor :ProjectId, :WorkflowId, :DelayTime, :StartupTime, :SelfDepend, :CycleType, :CycleStep, :StartTime, :EndTime, :TaskAction, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :DependencyWorkflow
13148
-
13151
+
13149
13152
  def initialize(projectid=nil, workflowid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, cycletype=nil, cyclestep=nil, starttime=nil, endtime=nil, taskaction=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, dependencyworkflow=nil)
13150
13153
  @ProjectId = projectid
13151
13154
  @WorkflowId = workflowid
@@ -13189,7 +13192,7 @@ module TencentCloud
13189
13192
  # @type RequestId: String
13190
13193
 
13191
13194
  attr_accessor :Data, :RequestId
13192
-
13195
+
13193
13196
  def initialize(data=nil, requestid=nil)
13194
13197
  @Data = data
13195
13198
  @RequestId = requestid
@@ -13214,7 +13217,7 @@ module TencentCloud
13214
13217
  # @type CreatedAt: String
13215
13218
 
13216
13219
  attr_accessor :Name, :Status, :CreatedAt
13217
-
13220
+
13218
13221
  def initialize(name=nil, status=nil, createdat=nil)
13219
13222
  @Name = name
13220
13223
  @Status = status
@@ -13277,7 +13280,7 @@ module TencentCloud
13277
13280
  # @type InstanceKey: String
13278
13281
 
13279
13282
  attr_accessor :CreateUin, :OperatorUin, :OwnerUin, :AppId, :WorkspaceId, :TaskId, :CurRunDate, :IssueId, :InlongTaskId, :ResourceGroup, :TaskRunType, :State, :StartTime, :EndTime, :CreateTime, :UpdateTime, :InstanceKey
13280
-
13283
+
13281
13284
  def initialize(createuin=nil, operatoruin=nil, owneruin=nil, appid=nil, workspaceid=nil, taskid=nil, currundate=nil, issueid=nil, inlongtaskid=nil, resourcegroup=nil, taskruntype=nil, state=nil, starttime=nil, endtime=nil, createtime=nil, updatetime=nil, instancekey=nil)
13282
13285
  @CreateUin = createuin
13283
13286
  @OperatorUin = operatoruin
@@ -13364,7 +13367,7 @@ module TencentCloud
13364
13367
  # @type ExecutionStartTime: String
13365
13368
 
13366
13369
  attr_accessor :WorkflowName, :DependencyWorkflow, :StartTime, :EndTime, :CycleType, :CycleStep, :DelayTime, :CrontabExpression, :RetryWait, :Retriable, :TryLimit, :RunPriority, :ProductName, :SelfDepend, :TaskAction, :ExecutionEndTime, :ExecutionStartTime
13367
-
13370
+
13368
13371
  def initialize(workflowname=nil, dependencyworkflow=nil, starttime=nil, endtime=nil, cycletype=nil, cyclestep=nil, delaytime=nil, crontabexpression=nil, retrywait=nil, retriable=nil, trylimit=nil, runpriority=nil, productname=nil, selfdepend=nil, taskaction=nil, executionendtime=nil, executionstarttime=nil)
13369
13372
  @WorkflowName = workflowname
13370
13373
  @DependencyWorkflow = dependencyworkflow
@@ -13418,7 +13421,7 @@ module TencentCloud
13418
13421
  # @type ErrorDesc: String
13419
13422
 
13420
13423
  attr_accessor :Result, :ErrorId, :ErrorDesc
13421
-
13424
+
13422
13425
  def initialize(result=nil, errorid=nil, errordesc=nil)
13423
13426
  @Result = result
13424
13427
  @ErrorId = errorid
@@ -13440,7 +13443,7 @@ module TencentCloud
13440
13443
  # @type Direction: String
13441
13444
 
13442
13445
  attr_accessor :Name, :Direction
13443
-
13446
+
13444
13447
  def initialize(name=nil, direction=nil)
13445
13448
  @Name = name
13446
13449
  @Direction = direction
@@ -13515,7 +13518,7 @@ module TencentCloud
13515
13518
  # @type SubmitErrorMsg: String
13516
13519
 
13517
13520
  attr_accessor :Name, :DisplayName, :LayerPath, :ParentLayerPath, :Type, :Kind, :Category, :Status, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example, :ClusterIdentifier, :FuncId, :ClassName, :ResourceList, :OperatorUserIds, :OwnerUserIds, :DbName, :SubmitErrorMsg
13518
-
13521
+
13519
13522
  def initialize(name=nil, displayname=nil, layerpath=nil, parentlayerpath=nil, type=nil, kind=nil, category=nil, status=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil, clusteridentifier=nil, funcid=nil, classname=nil, resourcelist=nil, operatoruserids=nil, owneruserids=nil, dbname=nil, submiterrormsg=nil)
13520
13523
  @Name = name
13521
13524
  @DisplayName = displayname
@@ -13580,7 +13583,7 @@ module TencentCloud
13580
13583
  # @type ParamValue: String
13581
13584
 
13582
13585
  attr_accessor :ParamKey, :ParamValue
13583
-
13586
+
13584
13587
  def initialize(paramkey=nil, paramvalue=nil)
13585
13588
  @ParamKey = paramkey
13586
13589
  @ParamValue = paramvalue
@@ -13602,7 +13605,7 @@ module TencentCloud
13602
13605
  # @type TransformArgs: Array
13603
13606
 
13604
13607
  attr_accessor :Transform, :Name, :TransformArgs
13605
-
13608
+
13606
13609
  def initialize(transform=nil, name=nil, transformargs=nil)
13607
13610
  @Transform = transform
13608
13611
  @Name = name
@@ -13629,7 +13632,7 @@ module TencentCloud
13629
13632
  # @type TaskName: String
13630
13633
 
13631
13634
  attr_accessor :WorkflowId, :TaskId, :TaskName
13632
-
13635
+
13633
13636
  def initialize(workflowid=nil, taskid=nil, taskname=nil)
13634
13637
  @WorkflowId = workflowid
13635
13638
  @TaskId = taskid
@@ -13651,7 +13654,7 @@ module TencentCloud
13651
13654
  # @type Value: String
13652
13655
 
13653
13656
  attr_accessor :Key, :Value
13654
-
13657
+
13655
13658
  def initialize(key=nil, value=nil)
13656
13659
  @Key = key
13657
13660
  @Value = value
@@ -13676,7 +13679,7 @@ module TencentCloud
13676
13679
  # @type TotalTableNumber: Integer
13677
13680
 
13678
13681
  attr_accessor :CompositeScore, :ScoringDistribution, :TotalTableNumber
13679
-
13682
+
13680
13683
  def initialize(compositescore=nil, scoringdistribution=nil, totaltablenumber=nil)
13681
13684
  @CompositeScore = compositescore
13682
13685
  @ScoringDistribution = scoringdistribution
@@ -13707,7 +13710,7 @@ module TencentCloud
13707
13710
  # @type DailyScoreList: Array
13708
13711
 
13709
13712
  attr_accessor :AverageScore, :DailyScoreList
13710
-
13713
+
13711
13714
  def initialize(averagescore=nil, dailyscorelist=nil)
13712
13715
  @AverageScore = averagescore
13713
13716
  @DailyScoreList = dailyscorelist
@@ -13739,7 +13742,7 @@ module TencentCloud
13739
13742
  # @type InstanceNodeInfoList: Array
13740
13743
 
13741
13744
  attr_accessor :TaskName, :TaskId, :InstanceNodeInfoList
13742
-
13745
+
13743
13746
  def initialize(taskname=nil, taskid=nil, instancenodeinfolist=nil)
13744
13747
  @TaskName = taskname
13745
13748
  @TaskId = taskid
@@ -13768,7 +13771,7 @@ module TencentCloud
13768
13771
  # @type BytesSpeedList: Array
13769
13772
 
13770
13773
  attr_accessor :RecordsSpeedList, :BytesSpeedList
13771
-
13774
+
13772
13775
  def initialize(recordsspeedlist=nil, bytesspeedlist=nil)
13773
13776
  @RecordsSpeedList = recordsspeedlist
13774
13777
  @BytesSpeedList = bytesspeedlist
@@ -13802,7 +13805,7 @@ module TencentCloud
13802
13805
  # @type Value: String
13803
13806
 
13804
13807
  attr_accessor :Name, :Value
13805
-
13808
+
13806
13809
  def initialize(name=nil, value=nil)
13807
13810
  @Name = name
13808
13811
  @Value = value
@@ -13827,7 +13830,7 @@ module TencentCloud
13827
13830
  # @type Values: Array
13828
13831
 
13829
13832
  attr_accessor :NodeType, :NodeName, :Values
13830
-
13833
+
13831
13834
  def initialize(nodetype=nil, nodename=nil, values=nil)
13832
13835
  @NodeType = nodetype
13833
13836
  @NodeName = nodename
@@ -13862,7 +13865,7 @@ module TencentCloud
13862
13865
  # @type Properties: String
13863
13866
 
13864
13867
  attr_accessor :Key, :EventName, :ProjectId, :Type, :Properties
13865
-
13868
+
13866
13869
  def initialize(key=nil, eventname=nil, projectid=nil, type=nil, properties=nil)
13867
13870
  @Key = key
13868
13871
  @EventName = eventname
@@ -13889,7 +13892,7 @@ module TencentCloud
13889
13892
  # @type RequestId: String
13890
13893
 
13891
13894
  attr_accessor :Data, :RequestId
13892
-
13895
+
13893
13896
  def initialize(data=nil, requestid=nil)
13894
13897
  @Data = data
13895
13898
  @RequestId = requestid
@@ -13928,7 +13931,7 @@ module TencentCloud
13928
13931
  # @type Description: String
13929
13932
 
13930
13933
  attr_accessor :ProjectId, :Name, :EventSubType, :EventBroadcastType, :TimeUnit, :Owner, :EventType, :DimensionFormat, :TimeToLive, :Description
13931
-
13934
+
13932
13935
  def initialize(projectid=nil, name=nil, eventsubtype=nil, eventbroadcasttype=nil, timeunit=nil, owner=nil, eventtype=nil, dimensionformat=nil, timetolive=nil, description=nil)
13933
13936
  @ProjectId = projectid
13934
13937
  @Name = name
@@ -13965,7 +13968,7 @@ module TencentCloud
13965
13968
  # @type RequestId: String
13966
13969
 
13967
13970
  attr_accessor :Data, :RequestId
13968
-
13971
+
13969
13972
  def initialize(data=nil, requestid=nil)
13970
13973
  @Data = data
13971
13974
  @RequestId = requestid
@@ -13998,7 +14001,7 @@ module TencentCloud
13998
14001
  # @type SonInstanceType: String
13999
14002
 
14000
14003
  attr_accessor :ProjectId, :Instances, :CheckFather, :RerunType, :DependentWay, :SkipEventListening, :SonInstanceType
14001
-
14004
+
14002
14005
  def initialize(projectid=nil, instances=nil, checkfather=nil, reruntype=nil, dependentway=nil, skipeventlistening=nil, soninstancetype=nil)
14003
14006
  @ProjectId = projectid
14004
14007
  @Instances = instances
@@ -14035,7 +14038,7 @@ module TencentCloud
14035
14038
  # @type RequestId: String
14036
14039
 
14037
14040
  attr_accessor :Data, :RequestId
14038
-
14041
+
14039
14042
  def initialize(data=nil, requestid=nil)
14040
14043
  @Data = data
14041
14044
  @RequestId = requestid
@@ -14102,7 +14105,7 @@ module TencentCloud
14102
14105
  # @type ExtraInfo: String
14103
14106
 
14104
14107
  attr_accessor :Name, :IsLeaf, :ResourceId, :LocalPath, :RemotePath, :FileExtensionType, :Size, :Md5Value, :OwnerName, :UpdateUser, :UpdateUserId, :CreateTime, :UpdateTime, :CosBucket, :CosRegion, :ExtraInfo
14105
-
14108
+
14106
14109
  def initialize(name=nil, isleaf=nil, resourceid=nil, localpath=nil, remotepath=nil, fileextensiontype=nil, size=nil, md5value=nil, ownername=nil, updateuser=nil, updateuserid=nil, createtime=nil, updatetime=nil, cosbucket=nil, cosregion=nil, extrainfo=nil)
14107
14110
  @Name = name
14108
14111
  @IsLeaf = isleaf
@@ -14150,7 +14153,7 @@ module TencentCloud
14150
14153
  # @type ProjectId: String
14151
14154
 
14152
14155
  attr_accessor :AgentId, :ProjectId
14153
-
14156
+
14154
14157
  def initialize(agentid=nil, projectid=nil)
14155
14158
  @AgentId = agentid
14156
14159
  @ProjectId = projectid
@@ -14168,7 +14171,7 @@ module TencentCloud
14168
14171
  # @type RequestId: String
14169
14172
 
14170
14173
  attr_accessor :RequestId
14171
-
14174
+
14172
14175
  def initialize(requestid=nil)
14173
14176
  @RequestId = requestid
14174
14177
  end
@@ -14186,7 +14189,7 @@ module TencentCloud
14186
14189
  # @type ProjectId: String
14187
14190
 
14188
14191
  attr_accessor :TaskId, :ProjectId
14189
-
14192
+
14190
14193
  def initialize(taskid=nil, projectid=nil)
14191
14194
  @TaskId = taskid
14192
14195
  @ProjectId = projectid
@@ -14206,7 +14209,7 @@ module TencentCloud
14206
14209
  # @type RequestId: String
14207
14210
 
14208
14211
  attr_accessor :Data, :RequestId
14209
-
14212
+
14210
14213
  def initialize(data=nil, requestid=nil)
14211
14214
  @Data = data
14212
14215
  @RequestId = requestid
@@ -14228,7 +14231,7 @@ module TencentCloud
14228
14231
  # @type TaskType: Integer
14229
14232
 
14230
14233
  attr_accessor :TaskId, :ProjectId, :TaskType
14231
-
14234
+
14232
14235
  def initialize(taskid=nil, projectid=nil, tasktype=nil)
14233
14236
  @TaskId = taskid
14234
14237
  @ProjectId = projectid
@@ -14250,7 +14253,7 @@ module TencentCloud
14250
14253
  # @type RequestId: String
14251
14254
 
14252
14255
  attr_accessor :RobLockState, :RequestId
14253
-
14256
+
14254
14257
  def initialize(roblockstate=nil, requestid=nil)
14255
14258
  @RobLockState = roblockstate
14256
14259
  @RequestId = requestid
@@ -14273,7 +14276,7 @@ module TencentCloud
14273
14276
  # @type Locker: String
14274
14277
 
14275
14278
  attr_accessor :IsRob, :Locker
14276
-
14279
+
14277
14280
  def initialize(isrob=nil, locker=nil)
14278
14281
  @IsRob = isrob
14279
14282
  @Locker = locker
@@ -14394,7 +14397,7 @@ module TencentCloud
14394
14397
  # @type SourceEngineTypes: Array
14395
14398
 
14396
14399
  attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes
14397
-
14400
+
14398
14401
  def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil)
14399
14402
  @RuleId = ruleid
14400
14403
  @RuleGroupId = rulegroupid
@@ -14494,7 +14497,7 @@ module TencentCloud
14494
14497
  # @type TargetCondition: String
14495
14498
 
14496
14499
  attr_accessor :RuleId, :ConditionType, :Condition, :TargetCondition
14497
-
14500
+
14498
14501
  def initialize(ruleid=nil, conditiontype=nil, condition=nil, targetcondition=nil)
14499
14502
  @RuleId = ruleid
14500
14503
  @ConditionType = conditiontype
@@ -14518,7 +14521,7 @@ module TencentCloud
14518
14521
  # @type Cnt: Integer
14519
14522
 
14520
14523
  attr_accessor :Dim, :Cnt
14521
-
14524
+
14522
14525
  def initialize(dim=nil, cnt=nil)
14523
14526
  @Dim = dim
14524
14527
  @Cnt = cnt
@@ -14538,7 +14541,7 @@ module TencentCloud
14538
14541
  # @type DimCntList: Array
14539
14542
 
14540
14543
  attr_accessor :TotalCnt, :DimCntList
14541
-
14544
+
14542
14545
  def initialize(totalcnt=nil, dimcntlist=nil)
14543
14546
  @TotalCnt = totalcnt
14544
14547
  @DimCntList = dimcntlist
@@ -14570,7 +14573,7 @@ module TencentCloud
14570
14573
  # @type EngineType: String
14571
14574
 
14572
14575
  attr_accessor :QueueName, :ExecutorGroupId, :EngineType
14573
-
14576
+
14574
14577
  def initialize(queuename=nil, executorgroupid=nil, enginetype=nil)
14575
14578
  @QueueName = queuename
14576
14579
  @ExecutorGroupId = executorgroupid
@@ -14594,7 +14597,7 @@ module TencentCloud
14594
14597
  # @type PipelineCnt: Integer
14595
14598
 
14596
14599
  attr_accessor :StatDate, :AlarmCnt, :PipelineCnt
14597
-
14600
+
14598
14601
  def initialize(statdate=nil, alarmcnt=nil, pipelinecnt=nil)
14599
14602
  @StatDate = statdate
14600
14603
  @AlarmCnt = alarmcnt
@@ -14618,7 +14621,7 @@ module TencentCloud
14618
14621
  # @type ExportTasks: Array
14619
14622
 
14620
14623
  attr_accessor :RuleExecId, :ExportTasks
14621
-
14624
+
14622
14625
  def initialize(ruleexecid=nil, exporttasks=nil)
14623
14626
  @RuleExecId = ruleexecid
14624
14627
  @ExportTasks = exporttasks
@@ -14647,7 +14650,7 @@ module TencentCloud
14647
14650
  # @type Log: String
14648
14651
 
14649
14652
  attr_accessor :Finished, :Log
14650
-
14653
+
14651
14654
  def initialize(finished=nil, log=nil)
14652
14655
  @Finished = finished
14653
14656
  @Log = log
@@ -14720,7 +14723,7 @@ module TencentCloud
14720
14723
  # @type RelConditionExpr: String
14721
14724
 
14722
14725
  attr_accessor :RuleExecId, :RuleGroupExecId, :RuleGroupId, :RuleId, :RuleName, :RuleType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionExpression, :ExecResultStatus, :TriggerResult, :CompareResult, :TemplateName, :QualityDim, :TargetDBTableName, :TargetObjectValue, :TargetObjectDataType, :FieldConfig, :RelConditionExpr
14723
-
14726
+
14724
14727
  def initialize(ruleexecid=nil, rulegroupexecid=nil, rulegroupid=nil, ruleid=nil, rulename=nil, ruletype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditionexpression=nil, execresultstatus=nil, triggerresult=nil, compareresult=nil, templatename=nil, qualitydim=nil, targetdbtablename=nil, targetobjectvalue=nil, targetobjectdatatype=nil, fieldconfig=nil, relconditionexpr=nil)
14725
14728
  @RuleExecId = ruleexecid
14726
14729
  @RuleGroupExecId = rulegroupexecid
@@ -14803,7 +14806,7 @@ module TencentCloud
14803
14806
  # @type TableOwnerUserId: Integer
14804
14807
 
14805
14808
  attr_accessor :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :InstanceId, :TableId, :TableName, :RuleExecResult, :TableOwnerUserId
14806
-
14809
+
14807
14810
  def initialize(datasourceid=nil, datasourcename=nil, databaseid=nil, databasename=nil, instanceid=nil, tableid=nil, tablename=nil, ruleexecresult=nil, tableowneruserid=nil)
14808
14811
  @DatasourceId = datasourceid
14809
14812
  @DatasourceName = datasourcename
@@ -14841,7 +14844,7 @@ module TencentCloud
14841
14844
  # @type Items: Array
14842
14845
 
14843
14846
  attr_accessor :TotalCount, :Items
14844
-
14847
+
14845
14848
  def initialize(totalcount=nil, items=nil)
14846
14849
  @TotalCount = totalcount
14847
14850
  @Items = items
@@ -14904,7 +14907,7 @@ module TencentCloud
14904
14907
  # @type LastPipelineCntRatio: Float
14905
14908
 
14906
14909
  attr_accessor :TotalCnt, :LastTotalCnt, :TotalCntRatio, :LastTotalCntRatio, :TriggerCnt, :LastTriggerCnt, :TriggerCntRatio, :LastTriggerCntRatio, :AlarmCnt, :LastAlarmCnt, :AlarmCntRatio, :LastAlarmCntRatio, :PipelineCnt, :LastPipelineCnt, :PipelineCntRatio, :LastPipelineCntRatio
14907
-
14910
+
14908
14911
  def initialize(totalcnt=nil, lasttotalcnt=nil, totalcntratio=nil, lasttotalcntratio=nil, triggercnt=nil, lasttriggercnt=nil, triggercntratio=nil, lasttriggercntratio=nil, alarmcnt=nil, lastalarmcnt=nil, alarmcntratio=nil, lastalarmcntratio=nil, pipelinecnt=nil, lastpipelinecnt=nil, pipelinecntratio=nil, lastpipelinecntratio=nil)
14909
14912
  @TotalCnt = totalcnt
14910
14913
  @LastTotalCnt = lasttotalcnt
@@ -14954,7 +14957,7 @@ module TencentCloud
14954
14957
  # @type TableConfig: Array
14955
14958
 
14956
14959
  attr_accessor :WhereConfig, :TableConfig
14957
-
14960
+
14958
14961
  def initialize(whereconfig=nil, tableconfig=nil)
14959
14962
  @WhereConfig = whereconfig
14960
14963
  @TableConfig = tableconfig
@@ -15035,7 +15038,7 @@ module TencentCloud
15035
15038
  # @type TableOwnerUserId: Integer
15036
15039
 
15037
15040
  attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId
15038
-
15041
+
15039
15042
  def initialize(rulegroupid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, monitortype=nil, updatetime=nil, tablename=nil, tableid=nil, tableownername=nil, execstrategy=nil, subscription=nil, databaseid=nil, databasename=nil, permission=nil, rulecount=nil, monitorstatus=nil, tableowneruserid=nil)
15040
15043
  @RuleGroupId = rulegroupid
15041
15044
  @DatasourceId = datasourceid
@@ -15132,7 +15135,7 @@ module TencentCloud
15132
15135
  # @type EngineType: String
15133
15136
 
15134
15137
  attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType
15135
-
15138
+
15136
15139
  def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil)
15137
15140
  @RuleGroupExecId = rulegroupexecid
15138
15141
  @RuleGroupId = rulegroupid
@@ -15180,7 +15183,7 @@ module TencentCloud
15180
15183
  # @type Items: Array
15181
15184
 
15182
15185
  attr_accessor :TotalCount, :Items
15183
-
15186
+
15184
15187
  def initialize(totalcount=nil, items=nil)
15185
15188
  @TotalCount = totalcount
15186
15189
  @Items = items
@@ -15245,7 +15248,7 @@ module TencentCloud
15245
15248
  # @type ExecPlan: String
15246
15249
 
15247
15250
  attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan
15248
-
15251
+
15249
15252
  def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil)
15250
15253
  @RuleGroupId = rulegroupid
15251
15254
  @MonitorType = monitortype
@@ -15319,7 +15322,7 @@ module TencentCloud
15319
15322
  # @type CreateTime: String
15320
15323
 
15321
15324
  attr_accessor :RuleGroupId, :TableId, :DatasourceId, :DatabaseId, :MonitorType, :MonitorStatus, :CreateUserId, :CreateUserName, :CreateTime
15322
-
15325
+
15323
15326
  def initialize(rulegroupid=nil, tableid=nil, datasourceid=nil, databaseid=nil, monitortype=nil, monitorstatus=nil, createuserid=nil, createusername=nil, createtime=nil)
15324
15327
  @RuleGroupId = rulegroupid
15325
15328
  @TableId = tableid
@@ -15355,7 +15358,7 @@ module TencentCloud
15355
15358
  # @type Items: Array
15356
15359
 
15357
15360
  attr_accessor :TotalCount, :Items
15358
-
15361
+
15359
15362
  def initialize(totalcount=nil, items=nil)
15360
15363
  @TotalCount = totalcount
15361
15364
  @Items = items
@@ -15384,7 +15387,7 @@ module TencentCloud
15384
15387
  # @type Items: Array
15385
15388
 
15386
15389
  attr_accessor :TotalCount, :Items
15387
-
15390
+
15388
15391
  def initialize(totalcount=nil, items=nil)
15389
15392
  @TotalCount = totalcount
15390
15393
  @Items = items
@@ -15440,7 +15443,7 @@ module TencentCloud
15440
15443
  # @type AssociateTaskIds: Array
15441
15444
 
15442
15445
  attr_accessor :Id, :MonitorType, :StartTime, :EndTime, :CycleType, :CycleStep, :CycleDesc, :TaskAction, :DelayTime, :CycleTaskId, :AssociateTaskIds
15443
-
15446
+
15444
15447
  def initialize(id=nil, monitortype=nil, starttime=nil, endtime=nil, cycletype=nil, cyclestep=nil, cycledesc=nil, taskaction=nil, delaytime=nil, cycletaskid=nil, associatetaskids=nil)
15445
15448
  @Id = id
15446
15449
  @MonitorType = monitortype
@@ -15486,7 +15489,7 @@ module TencentCloud
15486
15489
  # @type WebHooks: Array
15487
15490
 
15488
15491
  attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :WebHooks
15489
-
15492
+
15490
15493
  def initialize(rulegroupid=nil, receivers=nil, subscribetype=nil, webhooks=nil)
15491
15494
  @RuleGroupId = rulegroupid
15492
15495
  @Receivers = receivers
@@ -15529,7 +15532,7 @@ module TencentCloud
15529
15532
  # @type Subscriptions: Array
15530
15533
 
15531
15534
  attr_accessor :TableInfo, :RuleGroups, :Subscriptions
15532
-
15535
+
15533
15536
  def initialize(tableinfo=nil, rulegroups=nil, subscriptions=nil)
15534
15537
  @TableInfo = tableinfo
15535
15538
  @RuleGroups = rulegroups
@@ -15594,7 +15597,7 @@ module TencentCloud
15594
15597
  # @type UserId: Integer
15595
15598
 
15596
15599
  attr_accessor :TableId, :TableName, :InstanceId, :DatasourceId, :DatasourceName, :DatasourceType, :DatabaseId, :DatabaseName, :ProjectId, :UserId
15597
-
15600
+
15598
15601
  def initialize(tableid=nil, tablename=nil, instanceid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, databaseid=nil, databasename=nil, projectid=nil, userid=nil)
15599
15602
  @TableId = tableid
15600
15603
  @TableName = tablename
@@ -15641,7 +15644,7 @@ module TencentCloud
15641
15644
  # @type OperatorName: String
15642
15645
 
15643
15646
  attr_accessor :RuleId, :AlterTime, :AlterContent, :OperatorUserId, :OperatorName
15644
-
15647
+
15645
15648
  def initialize(ruleid=nil, altertime=nil, altercontent=nil, operatoruserid=nil, operatorname=nil)
15646
15649
  @RuleId = ruleid
15647
15650
  @AlterTime = altertime
@@ -15669,7 +15672,7 @@ module TencentCloud
15669
15672
  # @type Items: Array
15670
15673
 
15671
15674
  attr_accessor :TotalCount, :Items
15672
-
15675
+
15673
15676
  def initialize(totalcount=nil, items=nil)
15674
15677
  @TotalCount = totalcount
15675
15678
  @Items = items
@@ -15698,7 +15701,7 @@ module TencentCloud
15698
15701
  # @type Items: Array
15699
15702
 
15700
15703
  attr_accessor :TotalCount, :Items
15701
-
15704
+
15702
15705
  def initialize(totalcount=nil, items=nil)
15703
15706
  @TotalCount = totalcount
15704
15707
  @Items = items
@@ -15769,7 +15772,7 @@ module TencentCloud
15769
15772
  # @type SubQualityDim: Integer
15770
15773
 
15771
15774
  attr_accessor :RuleTemplateId, :Name, :Description, :Type, :SourceObjectType, :SourceObjectDataType, :SourceContent, :SourceEngineTypes, :QualityDim, :CompareType, :CitationCount, :UserId, :UserName, :UpdateTime, :WhereFlag, :MultiSourceFlag, :SqlExpression, :SubQualityDim
15772
-
15775
+
15773
15776
  def initialize(ruletemplateid=nil, name=nil, description=nil, type=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourcecontent=nil, sourceenginetypes=nil, qualitydim=nil, comparetype=nil, citationcount=nil, userid=nil, username=nil, updatetime=nil, whereflag=nil, multisourceflag=nil, sqlexpression=nil, subqualitydim=nil)
15774
15777
  @RuleTemplateId = ruletemplateid
15775
15778
  @Name = name
@@ -15829,7 +15832,7 @@ module TencentCloud
15829
15832
  # @type AlterContent: String
15830
15833
 
15831
15834
  attr_accessor :TemplateId, :Version, :UserId, :UserName, :AlterType, :AlterContent
15832
-
15835
+
15833
15836
  def initialize(templateid=nil, version=nil, userid=nil, username=nil, altertype=nil, altercontent=nil)
15834
15837
  @TemplateId = templateid
15835
15838
  @Version = version
@@ -15859,7 +15862,7 @@ module TencentCloud
15859
15862
  # @type Items: Array
15860
15863
 
15861
15864
  attr_accessor :TotalCount, :Items
15862
-
15865
+
15863
15866
  def initialize(totalcount=nil, items=nil)
15864
15867
  @TotalCount = totalcount
15865
15868
  @Items = items
@@ -15886,7 +15889,7 @@ module TencentCloud
15886
15889
  # @type Items: Array
15887
15890
 
15888
15891
  attr_accessor :TotalCount, :Items
15889
-
15892
+
15890
15893
  def initialize(totalcount=nil, items=nil)
15891
15894
  @TotalCount = totalcount
15892
15895
  @Items = items
@@ -15913,7 +15916,7 @@ module TencentCloud
15913
15916
  # @type TaskId: String
15914
15917
 
15915
15918
  attr_accessor :ProjectId, :TaskId
15916
-
15919
+
15917
15920
  def initialize(projectid=nil, taskid=nil)
15918
15921
  @ProjectId = projectid
15919
15922
  @TaskId = taskid
@@ -15933,7 +15936,7 @@ module TencentCloud
15933
15936
  # @type RequestId: String
15934
15937
 
15935
15938
  attr_accessor :Data, :RequestId
15936
-
15939
+
15937
15940
  def initialize(data=nil, requestid=nil)
15938
15941
  @Data = data
15939
15942
  @RequestId = requestid
@@ -15957,7 +15960,7 @@ module TencentCloud
15957
15960
  # @type Data: Array
15958
15961
 
15959
15962
  attr_accessor :RuleId, :RuleExecId, :State, :Data
15960
-
15963
+
15961
15964
  def initialize(ruleid=nil, ruleexecid=nil, state=nil, data=nil)
15962
15965
  @RuleId = ruleid
15963
15966
  @RuleExecId = ruleexecid
@@ -15997,7 +16000,7 @@ module TencentCloud
15997
16000
  # @type Example: String
15998
16001
 
15999
16002
  attr_accessor :FunctionId, :Kind, :ClusterIdentifier, :ClassName, :ResourceList, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example
16000
-
16003
+
16001
16004
  def initialize(functionid=nil, kind=nil, clusteridentifier=nil, classname=nil, resourcelist=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil)
16002
16005
  @FunctionId = functionid
16003
16006
  @Kind = kind
@@ -16044,7 +16047,7 @@ module TencentCloud
16044
16047
  # @type RequestId: String
16045
16048
 
16046
16049
  attr_accessor :FunctionId, :ErrorMessage, :RequestId
16047
-
16050
+
16048
16051
  def initialize(functionid=nil, errormessage=nil, requestid=nil)
16049
16052
  @FunctionId = functionid
16050
16053
  @ErrorMessage = errormessage
@@ -16066,7 +16069,7 @@ module TencentCloud
16066
16069
  # @type CurRunDate: String
16067
16070
 
16068
16071
  attr_accessor :TaskId, :CurRunDate
16069
-
16072
+
16070
16073
  def initialize(taskid=nil, currundate=nil)
16071
16074
  @TaskId = taskid
16072
16075
  @CurRunDate = currundate
@@ -16094,7 +16097,7 @@ module TencentCloud
16094
16097
  # @type Type: String
16095
16098
 
16096
16099
  attr_accessor :ColumnKey, :Description, :Name, :Type
16097
-
16100
+
16098
16101
  def initialize(columnkey=nil, description=nil, name=nil, type=nil)
16099
16102
  @ColumnKey = columnkey
16100
16103
  @Description = description
@@ -16171,7 +16174,7 @@ module TencentCloud
16171
16174
  # @type Region: String
16172
16175
 
16173
16176
  attr_accessor :ResourceId, :FileName, :FileExtensionType, :Type, :Md5Value, :CreateTime, :UpdateTime, :Size, :LocalPath, :RemotePath, :OwnerName, :Owner, :PathDepth, :ProjectId, :ExtraInfo, :LocalTempPath, :ZipPath, :Bucket, :Region
16174
-
16177
+
16175
16178
  def initialize(resourceid=nil, filename=nil, fileextensiontype=nil, type=nil, md5value=nil, createtime=nil, updatetime=nil, size=nil, localpath=nil, remotepath=nil, ownername=nil, owner=nil, pathdepth=nil, projectid=nil, extrainfo=nil, localtemppath=nil, zippath=nil, bucket=nil, region=nil)
16176
16179
  @ResourceId = resourceid
16177
16180
  @FileName = filename
@@ -16237,7 +16240,7 @@ module TencentCloud
16237
16240
  # @type FileExtensionType: String
16238
16241
 
16239
16242
  attr_accessor :FilePath, :ProjectId, :Version, :Operation, :ExtraInfo, :BucketName, :Region, :FileExtensionType
16240
-
16243
+
16241
16244
  def initialize(filepath=nil, projectid=nil, version=nil, operation=nil, extrainfo=nil, bucketname=nil, region=nil, fileextensiontype=nil)
16242
16245
  @FilePath = filepath
16243
16246
  @ProjectId = projectid
@@ -16273,7 +16276,7 @@ module TencentCloud
16273
16276
  # @type SortCol: String
16274
16277
 
16275
16278
  attr_accessor :Instance, :Keyword, :Sort, :SortCol
16276
-
16279
+
16277
16280
  def initialize(instance=nil, keyword=nil, sort=nil, sortcol=nil)
16278
16281
  @Instance = instance
16279
16282
  @Keyword = keyword
@@ -16302,7 +16305,7 @@ module TencentCloud
16302
16305
  # @type ResourceGroup: Integer
16303
16306
 
16304
16307
  attr_accessor :ExecutionSpace, :ProductName, :ResourceGroup
16305
-
16308
+
16306
16309
  def initialize(executionspace=nil, productname=nil, resourcegroup=nil)
16307
16310
  @ExecutionSpace = executionspace
16308
16311
  @ProductName = productname
@@ -16326,7 +16329,7 @@ module TencentCloud
16326
16329
  # @type ResourceGroup: String
16327
16330
 
16328
16331
  attr_accessor :ExecutionSpace, :ProductName, :ResourceGroup
16329
-
16332
+
16330
16333
  def initialize(executionspace=nil, productname=nil, resourcegroup=nil)
16331
16334
  @ExecutionSpace = executionspace
16332
16335
  @ProductName = productname
@@ -16352,7 +16355,7 @@ module TencentCloud
16352
16355
  # @type SortCol: String
16353
16356
 
16354
16357
  attr_accessor :Instance, :Keyword, :Sort, :SortCol
16355
-
16358
+
16356
16359
  def initialize(instance=nil, keyword=nil, sort=nil, sortcol=nil)
16357
16360
  @Instance = instance
16358
16361
  @Keyword = keyword
@@ -16379,7 +16382,7 @@ module TencentCloud
16379
16382
  # @type ProjectId: String
16380
16383
 
16381
16384
  attr_accessor :AlarmInfoList, :ProjectId
16382
-
16385
+
16383
16386
  def initialize(alarminfolist=nil, projectid=nil)
16384
16387
  @AlarmInfoList = alarminfolist
16385
16388
  @ProjectId = projectid
@@ -16406,7 +16409,7 @@ module TencentCloud
16406
16409
  # @type RequestId: String
16407
16410
 
16408
16411
  attr_accessor :Data, :RequestId
16409
-
16412
+
16410
16413
  def initialize(data=nil, requestid=nil)
16411
16414
  @Data = data
16412
16415
  @RequestId = requestid
@@ -16429,7 +16432,7 @@ module TencentCloud
16429
16432
  # @type TaskName: String
16430
16433
 
16431
16434
  attr_accessor :TaskId, :TaskName
16432
-
16435
+
16433
16436
  def initialize(taskid=nil, taskname=nil)
16434
16437
  @TaskId = taskid
16435
16438
  @TaskName = taskname
@@ -16451,7 +16454,7 @@ module TencentCloud
16451
16454
  # @type Alias: String
16452
16455
 
16453
16456
  attr_accessor :FieldName, :FieldType, :Alias
16454
-
16457
+
16455
16458
  def initialize(fieldname=nil, fieldtype=nil, _alias=nil)
16456
16459
  @FieldName = fieldname
16457
16460
  @FieldType = fieldtype
@@ -16475,7 +16478,7 @@ module TencentCloud
16475
16478
  # @type SourceObjectValue: String
16476
16479
 
16477
16480
  attr_accessor :SourceObjectDataTypeName, :SourceObjectValue
16478
-
16481
+
16479
16482
  def initialize(sourceobjectdatatypename=nil, sourceobjectvalue=nil)
16480
16483
  @SourceObjectDataTypeName = sourceobjectdatatypename
16481
16484
  @SourceObjectValue = sourceobjectvalue
@@ -16497,7 +16500,7 @@ module TencentCloud
16497
16500
  # @type Speed: Float
16498
16501
 
16499
16502
  attr_accessor :Time, :Speed
16500
-
16503
+
16501
16504
  def initialize(time=nil, speed=nil)
16502
16505
  @Time = time
16503
16506
  @Speed = speed
@@ -16517,7 +16520,7 @@ module TencentCloud
16517
16520
  # @type ProjectId: String
16518
16521
 
16519
16522
  attr_accessor :TaskId, :ProjectId
16520
-
16523
+
16521
16524
  def initialize(taskid=nil, projectid=nil)
16522
16525
  @TaskId = taskid
16523
16526
  @ProjectId = projectid
@@ -16537,7 +16540,7 @@ module TencentCloud
16537
16540
  # @type RequestId: String
16538
16541
 
16539
16542
  attr_accessor :Data, :RequestId
16540
-
16543
+
16541
16544
  def initialize(data=nil, requestid=nil)
16542
16545
  @Data = data
16543
16546
  @RequestId = requestid
@@ -16557,7 +16560,7 @@ module TencentCloud
16557
16560
  # @type ProjectId: String
16558
16561
 
16559
16562
  attr_accessor :TaskId, :ProjectId
16560
-
16563
+
16561
16564
  def initialize(taskid=nil, projectid=nil)
16562
16565
  @TaskId = taskid
16563
16566
  @ProjectId = projectid
@@ -16577,7 +16580,7 @@ module TencentCloud
16577
16580
  # @type RequestId: String
16578
16581
 
16579
16582
  attr_accessor :Data, :RequestId
16580
-
16583
+
16581
16584
  def initialize(data=nil, requestid=nil)
16582
16585
  @Data = data
16583
16586
  @RequestId = requestid
@@ -16601,7 +16604,7 @@ module TencentCloud
16601
16604
  # @type ProjectId: String
16602
16605
 
16603
16606
  attr_accessor :FunctionId, :ClusterIdentifier, :Comment, :ProjectId
16604
-
16607
+
16605
16608
  def initialize(functionid=nil, clusteridentifier=nil, comment=nil, projectid=nil)
16606
16609
  @FunctionId = functionid
16607
16610
  @ClusterIdentifier = clusteridentifier
@@ -16629,7 +16632,7 @@ module TencentCloud
16629
16632
  # @type RequestId: String
16630
16633
 
16631
16634
  attr_accessor :FunctionId, :ErrorMessage, :RequestId
16632
-
16635
+
16633
16636
  def initialize(functionid=nil, errormessage=nil, requestid=nil)
16634
16637
  @FunctionId = functionid
16635
16638
  @ErrorMessage = errormessage
@@ -16655,7 +16658,7 @@ module TencentCloud
16655
16658
  # @type StartScheduling: Boolean
16656
16659
 
16657
16660
  attr_accessor :ProjectId, :TaskId, :VersionRemark, :StartScheduling
16658
-
16661
+
16659
16662
  def initialize(projectid=nil, taskid=nil, versionremark=nil, startscheduling=nil)
16660
16663
  @ProjectId = projectid
16661
16664
  @TaskId = taskid
@@ -16679,7 +16682,7 @@ module TencentCloud
16679
16682
  # @type RequestId: String
16680
16683
 
16681
16684
  attr_accessor :Data, :RequestId
16682
-
16685
+
16683
16686
  def initialize(data=nil, requestid=nil)
16684
16687
  @Data = data
16685
16688
  @RequestId = requestid
@@ -16706,7 +16709,7 @@ module TencentCloud
16706
16709
  # @type ErrorId: String
16707
16710
 
16708
16711
  attr_accessor :TaskIds, :Result, :ErrorDesc, :ErrorId
16709
-
16712
+
16710
16713
  def initialize(taskids=nil, result=nil, errordesc=nil, errorid=nil)
16711
16714
  @TaskIds = taskids
16712
16715
  @Result = result
@@ -16734,7 +16737,7 @@ module TencentCloud
16734
16737
  # @type StartScheduling: Boolean
16735
16738
 
16736
16739
  attr_accessor :ProjectId, :WorkflowId, :VersionRemark, :StartScheduling
16737
-
16740
+
16738
16741
  def initialize(projectid=nil, workflowid=nil, versionremark=nil, startscheduling=nil)
16739
16742
  @ProjectId = projectid
16740
16743
  @WorkflowId = workflowid
@@ -16758,7 +16761,7 @@ module TencentCloud
16758
16761
  # @type RequestId: String
16759
16762
 
16760
16763
  attr_accessor :Data, :RequestId
16761
-
16764
+
16762
16765
  def initialize(data=nil, requestid=nil)
16763
16766
  @Data = data
16764
16767
  @RequestId = requestid
@@ -16783,7 +16786,7 @@ module TencentCloud
16783
16786
  # @type ReceiverName: String
16784
16787
 
16785
16788
  attr_accessor :ReceiverUserId, :ReceiverName
16786
-
16789
+
16787
16790
  def initialize(receiveruserid=nil, receivername=nil)
16788
16791
  @ReceiverUserId = receiveruserid
16789
16792
  @ReceiverName = receivername
@@ -16805,7 +16808,7 @@ module TencentCloud
16805
16808
  # @type HookAddress: String
16806
16809
 
16807
16810
  attr_accessor :HookType, :HookAddress
16808
-
16811
+
16809
16812
  def initialize(hooktype=nil, hookaddress=nil)
16810
16813
  @HookType = hooktype
16811
16814
  @HookAddress = hookaddress
@@ -16825,7 +16828,7 @@ module TencentCloud
16825
16828
  # @type ProjectId: String
16826
16829
 
16827
16830
  attr_accessor :TaskId, :ProjectId
16828
-
16831
+
16829
16832
  def initialize(taskid=nil, projectid=nil)
16830
16833
  @TaskId = taskid
16831
16834
  @ProjectId = projectid
@@ -16845,7 +16848,7 @@ module TencentCloud
16845
16848
  # @type RequestId: String
16846
16849
 
16847
16850
  attr_accessor :Data, :RequestId
16848
-
16851
+
16849
16852
  def initialize(data=nil, requestid=nil)
16850
16853
  @Data = data
16851
16854
  @RequestId = requestid
@@ -16879,7 +16882,7 @@ module TencentCloud
16879
16882
  # @type FieldConfig: Array
16880
16883
 
16881
16884
  attr_accessor :DatabaseId, :DatabaseName, :TableId, :TableName, :TableKey, :FieldConfig
16882
-
16885
+
16883
16886
  def initialize(databaseid=nil, databasename=nil, tableid=nil, tablename=nil, tablekey=nil, fieldconfig=nil)
16884
16887
  @DatabaseId = databaseid
16885
16888
  @DatabaseName = databasename
@@ -16922,7 +16925,7 @@ module TencentCloud
16922
16925
  # @type OriginSchemaName: String
16923
16926
 
16924
16927
  attr_accessor :TableId, :TableName, :OriginDatabaseName, :OriginSchemaName
16925
-
16928
+
16926
16929
  def initialize(tableid=nil, tablename=nil, origindatabasename=nil, originschemaname=nil)
16927
16930
  @TableId = tableid
16928
16931
  @TableName = tablename
@@ -16969,7 +16972,7 @@ module TencentCloud
16969
16972
  # @type LastPeriodRatio: Float
16970
16973
 
16971
16974
  attr_accessor :DatabaseId, :DatabaseName, :TableId, :TableName, :OwnerUserId, :OwnerUserName, :DatabaseScore, :TableScore, :LastPeriodRatio
16972
-
16975
+
16973
16976
  def initialize(databaseid=nil, databasename=nil, tableid=nil, tablename=nil, owneruserid=nil, ownerusername=nil, databasescore=nil, tablescore=nil, lastperiodratio=nil)
16974
16977
  @DatabaseId = databaseid
16975
16978
  @DatabaseName = databasename
@@ -17005,7 +17008,7 @@ module TencentCloud
17005
17008
  # @type Items: Array
17006
17009
 
17007
17010
  attr_accessor :TotalCount, :Items
17008
-
17011
+
17009
17012
  def initialize(totalcount=nil, items=nil)
17010
17013
  @TotalCount = totalcount
17011
17014
  @Items = items
@@ -17037,7 +17040,7 @@ module TencentCloud
17037
17040
  # @type TableNumber: Integer
17038
17041
 
17039
17042
  attr_accessor :Level, :Scale, :TableNumber
17040
-
17043
+
17041
17044
  def initialize(level=nil, scale=nil, tablenumber=nil)
17042
17045
  @Level = level
17043
17046
  @Scale = scale
@@ -17137,7 +17140,7 @@ module TencentCloud
17137
17140
  # @type Description: String
17138
17141
 
17139
17142
  attr_accessor :TaskId, :RegularName, :RegularStatus, :AlarmLevel, :AlarmWay, :TaskType, :Id, :RegularId, :AlarmIndicator, :TriggerType, :EstimatedTime, :AlarmRecipientId, :ProjectId, :Creater, :AlarmRecipientName, :AlarmIndicatorDesc, :Operator, :NodeId, :NodeName, :AlarmIndicatorInfos, :AlarmRecipientType, :WeComHook, :UpdateTime, :OperatorUin, :TaskCount, :MonitorType, :MonitorObjectIds, :LatestAlarmInstanceId, :LatestAlarmTime, :Description
17140
-
17143
+
17141
17144
  def initialize(taskid=nil, regularname=nil, regularstatus=nil, alarmlevel=nil, alarmway=nil, tasktype=nil, id=nil, regularid=nil, alarmindicator=nil, triggertype=nil, estimatedtime=nil, alarmrecipientid=nil, projectid=nil, creater=nil, alarmrecipientname=nil, alarmindicatordesc=nil, operator=nil, nodeid=nil, nodename=nil, alarmindicatorinfos=nil, alarmrecipienttype=nil, wecomhook=nil, updatetime=nil, operatoruin=nil, taskcount=nil, monitortype=nil, monitorobjectids=nil, latestalarminstanceid=nil, latestalarmtime=nil, description=nil)
17142
17145
  @TaskId = taskid
17143
17146
  @RegularName = regularname
@@ -17359,7 +17362,7 @@ module TencentCloud
17359
17362
  # @type CreateTime: String
17360
17363
 
17361
17364
  attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :ProjectName, :ProjectIdent, :Status, :TaskTypeId, :TaskTypeDesc, :ProjectId, :FolderName, :FolderId, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :InCharge, :CycleUnit, :LeftCoordinate, :TopCoordinate, :VirtualFlag, :TaskAction, :DelayTime, :ExecutionStartTime, :ExecutionEndTime, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :CreateTime
17362
-
17365
+
17363
17366
  def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, projectname=nil, projectident=nil, status=nil, tasktypeid=nil, tasktypedesc=nil, projectid=nil, foldername=nil, folderid=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, incharge=nil, cycleunit=nil, leftcoordinate=nil, topcoordinate=nil, virtualflag=nil, taskaction=nil, delaytime=nil, executionstarttime=nil, executionendtime=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, createtime=nil)
17364
17367
  @TaskId = taskid
17365
17368
  @TaskName = taskname
@@ -17437,7 +17440,7 @@ module TencentCloud
17437
17440
  # @type Value: String
17438
17441
 
17439
17442
  attr_accessor :Key, :Value
17440
-
17443
+
17441
17444
  def initialize(key=nil, value=nil)
17442
17445
  @Key = key
17443
17446
  @Value = value
@@ -17621,7 +17624,7 @@ module TencentCloud
17621
17624
  # @type VirtualTaskId: String
17622
17625
 
17623
17626
  attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :ProjectName, :ProjectIdent, :Status, :ProjectId, :FolderName, :FolderId, :InCharge, :VirtualFlag, :DelayTime, :CrontabExpression, :CreateTime, :LastUpdate, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :StartupTime, :RetryWait, :Retriable, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :SelfDepend, :TaskExt, :Notes, :YarnQueue, :Submit, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SourceServer, :Creater, :DependencyRel, :DependencyWorkflow, :Params, :UpdateUser, :UpdateTime, :UpdateUserId, :SchedulerDesc, :ResourceGroup, :VersionDesc, :RealWorkflowId, :TargetServer, :DependencyConfigs, :VirtualTaskStatus, :VirtualTaskId
17624
-
17627
+
17625
17628
  def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, projectname=nil, projectident=nil, status=nil, projectid=nil, foldername=nil, folderid=nil, incharge=nil, virtualflag=nil, delaytime=nil, crontabexpression=nil, createtime=nil, lastupdate=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, startuptime=nil, retrywait=nil, retriable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, selfdepend=nil, taskext=nil, notes=nil, yarnqueue=nil, submit=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, sourceserver=nil, creater=nil, dependencyrel=nil, dependencyworkflow=nil, params=nil, updateuser=nil, updatetime=nil, updateuserid=nil, schedulerdesc=nil, resourcegroup=nil, versiondesc=nil, realworkflowid=nil, targetserver=nil, dependencyconfigs=nil, virtualtaskstatus=nil, virtualtaskid=nil)
17626
17629
  @TaskId = taskid
17627
17630
  @TaskName = taskname
@@ -17774,7 +17777,7 @@ module TencentCloud
17774
17777
  # @type TotalCount: Integer
17775
17778
 
17776
17779
  attr_accessor :PageNumber, :PageSize, :Items, :TotalCount
17777
-
17780
+
17778
17781
  def initialize(pagenumber=nil, pagesize=nil, items=nil, totalcount=nil)
17779
17782
  @PageNumber = pagenumber
17780
17783
  @PageSize = pagesize
@@ -17813,7 +17816,7 @@ module TencentCloud
17813
17816
  # @type TotalCount: Integer
17814
17817
 
17815
17818
  attr_accessor :PageNumber, :PageSize, :Items, :TotalPage, :PageCount, :TotalCount
17816
-
17819
+
17817
17820
  def initialize(pagenumber=nil, pagesize=nil, items=nil, totalpage=nil, pagecount=nil, totalcount=nil)
17818
17821
  @PageNumber = pagenumber
17819
17822
  @PageSize = pagesize
@@ -17861,7 +17864,7 @@ module TencentCloud
17861
17864
  # @type RealWorkflowId: String
17862
17865
 
17863
17866
  attr_accessor :TaskId, :TaskName, :WorkflowId, :CycleType, :VirtualTaskId, :VirtualFlag, :RealWorkflowId
17864
-
17867
+
17865
17868
  def initialize(taskid=nil, taskname=nil, workflowid=nil, cycletype=nil, virtualtaskid=nil, virtualflag=nil, realworkflowid=nil)
17866
17869
  @TaskId = taskid
17867
17870
  @TaskName = taskname
@@ -17929,7 +17932,7 @@ module TencentCloud
17929
17932
  # @type TaskName: String
17930
17933
 
17931
17934
  attr_accessor :TaskRunId, :TaskId, :CurRunDate, :IssueDate, :InlongTaskId, :ExecutorGroupId, :TaskRunType, :State, :StartTime, :EndTime, :BrokerIp, :PodName, :NextRunDate, :CreateUin, :OperatorUin, :OwnerUin, :AppId, :ProjectId, :CreateTime, :UpdateTime, :TaskName
17932
-
17935
+
17933
17936
  def initialize(taskrunid=nil, taskid=nil, currundate=nil, issuedate=nil, inlongtaskid=nil, executorgroupid=nil, taskruntype=nil, state=nil, starttime=nil, endtime=nil, brokerip=nil, podname=nil, nextrundate=nil, createuin=nil, operatoruin=nil, owneruin=nil, appid=nil, projectid=nil, createtime=nil, updatetime=nil, taskname=nil)
17934
17937
  @TaskRunId = taskrunid
17935
17938
  @TaskId = taskid
@@ -18049,7 +18052,7 @@ module TencentCloud
18049
18052
  # @type CostTime: String
18050
18053
 
18051
18054
  attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :ProjectName, :ProjectIdent, :State, :TaskTypeId, :TaskTypeDesc, :ProjectId, :FolderName, :FolderId, :SchedulerDesc, :InCharge, :CycleType, :StartTime, :EndTime, :InstanceType, :TryLimit, :Tries, :SchedulerDateTime, :CostTime
18052
-
18055
+
18053
18056
  def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, projectname=nil, projectident=nil, state=nil, tasktypeid=nil, tasktypedesc=nil, projectid=nil, foldername=nil, folderid=nil, schedulerdesc=nil, incharge=nil, cycletype=nil, starttime=nil, endtime=nil, instancetype=nil, trylimit=nil, tries=nil, schedulerdatetime=nil, costtime=nil)
18054
18057
  @TaskId = taskid
18055
18058
  @TaskName = taskname
@@ -18113,7 +18116,7 @@ module TencentCloud
18113
18116
  # @type LinkId: String
18114
18117
 
18115
18118
  attr_accessor :TaskTo, :TaskFrom, :LinkType, :LinkId
18116
-
18119
+
18117
18120
  def initialize(taskto=nil, taskfrom=nil, linktype=nil, linkid=nil)
18118
18121
  @TaskTo = taskto
18119
18122
  @TaskFrom = taskfrom
@@ -18141,7 +18144,7 @@ module TencentCloud
18141
18144
  # @type IsRob: Integer
18142
18145
 
18143
18146
  attr_accessor :TaskId, :Locker, :IsLocker, :IsRob
18144
-
18147
+
18145
18148
  def initialize(taskid=nil, locker=nil, islocker=nil, isrob=nil)
18146
18149
  @TaskId = taskid
18147
18150
  @Locker = locker
@@ -18175,7 +18178,7 @@ module TencentCloud
18175
18178
  # @type TaskType: Integer
18176
18179
 
18177
18180
  attr_accessor :TaskId, :StartTime, :EndTime, :ProjectId, :Limit, :OrderType, :TaskType
18178
-
18181
+
18179
18182
  def initialize(taskid=nil, starttime=nil, endtime=nil, projectid=nil, limit=nil, ordertype=nil, tasktype=nil)
18180
18183
  @TaskId = taskid
18181
18184
  @StartTime = starttime
@@ -18205,7 +18208,7 @@ module TencentCloud
18205
18208
  # @type RequestId: String
18206
18209
 
18207
18210
  attr_accessor :LogContentList, :RequestId
18208
-
18211
+
18209
18212
  def initialize(logcontentlist=nil, requestid=nil)
18210
18213
  @LogContentList = logcontentlist
18211
18214
  @RequestId = requestid
@@ -18252,7 +18255,7 @@ module TencentCloud
18252
18255
  # @type TotalErrorRecords: Integer
18253
18256
 
18254
18257
  attr_accessor :TaskId, :InstanceId, :CurRunDate, :IssueDate, :TaskState, :TotalReadRecords, :TotalReadBytes, :TotalWriteRecords, :TotalWriteBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords
18255
-
18258
+
18256
18259
  def initialize(taskid=nil, instanceid=nil, currundate=nil, issuedate=nil, taskstate=nil, totalreadrecords=nil, totalreadbytes=nil, totalwriterecords=nil, totalwritebytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil)
18257
18260
  @TaskId = taskid
18258
18261
  @InstanceId = instanceid
@@ -18291,7 +18294,7 @@ module TencentCloud
18291
18294
  # @type ScriptContent: String
18292
18295
 
18293
18296
  attr_accessor :ScriptContent
18294
-
18297
+
18295
18298
  def initialize(scriptcontent=nil)
18296
18299
  @ScriptContent = scriptcontent
18297
18300
  end
@@ -18311,7 +18314,7 @@ module TencentCloud
18311
18314
  # @type Value: String
18312
18315
 
18313
18316
  attr_accessor :ValueType, :Value
18314
-
18317
+
18315
18318
  def initialize(valuetype=nil, value=nil)
18316
18319
  @ValueType = valuetype
18317
18320
  @Value = value
@@ -18331,7 +18334,7 @@ module TencentCloud
18331
18334
  # @type PipelineTables: Array
18332
18335
 
18333
18336
  attr_accessor :AlarmTables, :PipelineTables
18334
-
18337
+
18335
18338
  def initialize(alarmtables=nil, pipelinetables=nil)
18336
18339
  @AlarmTables = alarmtables
18337
18340
  @PipelineTables = pipelinetables
@@ -18368,7 +18371,7 @@ module TencentCloud
18368
18371
  # @type Cnt: Integer
18369
18372
 
18370
18373
  attr_accessor :TableId, :TableName, :Cnt
18371
-
18374
+
18372
18375
  def initialize(tableid=nil, tablename=nil, cnt=nil)
18373
18376
  @TableId = tableid
18374
18377
  @TableName = tablename
@@ -18394,7 +18397,7 @@ module TencentCloud
18394
18397
  # @type Description: String
18395
18398
 
18396
18399
  attr_accessor :ProjectId, :Name, :Dimension, :Description
18397
-
18400
+
18398
18401
  def initialize(projectid=nil, name=nil, dimension=nil, description=nil)
18399
18402
  @ProjectId = projectid
18400
18403
  @Name = name
@@ -18419,7 +18422,7 @@ module TencentCloud
18419
18422
  # @type RequestId: String
18420
18423
 
18421
18424
  attr_accessor :Data, :RequestId
18422
-
18425
+
18423
18426
  def initialize(data=nil, requestid=nil)
18424
18427
  @Data = data
18425
18428
  @RequestId = requestid
@@ -18442,7 +18445,7 @@ module TencentCloud
18442
18445
  # @type ProjectId: String
18443
18446
 
18444
18447
  attr_accessor :TaskId, :ProjectId
18445
-
18448
+
18446
18449
  def initialize(taskid=nil, projectid=nil)
18447
18450
  @TaskId = taskid
18448
18451
  @ProjectId = projectid
@@ -18462,7 +18465,7 @@ module TencentCloud
18462
18465
  # @type RequestId: String
18463
18466
 
18464
18467
  attr_accessor :Data, :RequestId
18465
-
18468
+
18466
18469
  def initialize(data=nil, requestid=nil)
18467
18470
  @Data = data
18468
18471
  @RequestId = requestid
@@ -18486,7 +18489,7 @@ module TencentCloud
18486
18489
  # @type ExecutorGroupId: String
18487
18490
 
18488
18491
  attr_accessor :AgentId, :ProjectId, :AgentName, :ExecutorGroupId
18489
-
18492
+
18490
18493
  def initialize(agentid=nil, projectid=nil, agentname=nil, executorgroupid=nil)
18491
18494
  @AgentId = agentid
18492
18495
  @ProjectId = projectid
@@ -18508,7 +18511,7 @@ module TencentCloud
18508
18511
  # @type RequestId: String
18509
18512
 
18510
18513
  attr_accessor :RequestId
18511
-
18514
+
18512
18515
  def initialize(requestid=nil)
18513
18516
  @RequestId = requestid
18514
18517
  end
@@ -18524,7 +18527,7 @@ module TencentCloud
18524
18527
  # @type ScriptRequestInfo: :class:`Tencentcloud::Wedata.v20210820.models.ScriptRequestInfo`
18525
18528
 
18526
18529
  attr_accessor :ScriptRequestInfo
18527
-
18530
+
18528
18531
  def initialize(scriptrequestinfo=nil)
18529
18532
  @ScriptRequestInfo = scriptrequestinfo
18530
18533
  end
@@ -18546,7 +18549,7 @@ module TencentCloud
18546
18549
  # @type RequestId: String
18547
18550
 
18548
18551
  attr_accessor :ScriptInfo, :RequestId
18549
-
18552
+
18550
18553
  def initialize(scriptinfo=nil, requestid=nil)
18551
18554
  @ScriptInfo = scriptinfo
18552
18555
  @RequestId = requestid
@@ -18622,7 +18625,7 @@ module TencentCloud
18622
18625
  # @type Region: String
18623
18626
 
18624
18627
  attr_accessor :ResourceId, :FileName, :FileExtensionType, :FileUploadType, :Md5Value, :CreateTime, :UpdateTime, :Size, :LocalPath, :LocalTmpPath, :RemotePath, :OwnerName, :Owner, :PathDepth, :ProjectId, :ExtraInfo, :ZipPath, :Bucket, :Region
18625
-
18628
+
18626
18629
  def initialize(resourceid=nil, filename=nil, fileextensiontype=nil, fileuploadtype=nil, md5value=nil, createtime=nil, updatetime=nil, size=nil, localpath=nil, localtmppath=nil, remotepath=nil, ownername=nil, owner=nil, pathdepth=nil, projectid=nil, extrainfo=nil, zippath=nil, bucket=nil, region=nil)
18627
18630
  @ResourceId = resourceid
18628
18631
  @FileName = filename
@@ -18676,7 +18679,7 @@ module TencentCloud
18676
18679
  # @type QualityDim: Integer
18677
18680
 
18678
18681
  attr_accessor :Weight, :QualityDim
18679
-
18682
+
18680
18683
  def initialize(weight=nil, qualitydim=nil)
18681
18684
  @Weight = weight
18682
18685
  @QualityDim = qualitydim
@@ -18719,7 +18722,7 @@ module TencentCloud
18719
18722
  # @type UserGroupName: String
18720
18723
 
18721
18724
  attr_accessor :WorkflowId, :Owner, :OwnerId, :ProjectId, :ProjectIdent, :ProjectName, :WorkflowDesc, :WorkflowName, :FolderId, :UserGroupId, :UserGroupName
18722
-
18725
+
18723
18726
  def initialize(workflowid=nil, owner=nil, ownerid=nil, projectid=nil, projectident=nil, projectname=nil, workflowdesc=nil, workflowname=nil, folderid=nil, usergroupid=nil, usergroupname=nil)
18724
18727
  @WorkflowId = workflowid
18725
18728
  @Owner = owner