tencentcloud-sdk-nodejs-wedata 4.0.821 → 4.0.823

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.
@@ -482,7 +482,7 @@ export interface DescribeRuleDimStatResponse {
482
482
  /**
483
483
  * 结果
484
484
  */
485
- Data: RuleDimStat
485
+ Data?: RuleDimStat
486
486
  /**
487
487
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
488
488
  */
@@ -1151,7 +1151,7 @@ export interface DescribeTrendStatResponse {
1151
1151
  /**
1152
1152
  * 结果
1153
1153
  */
1154
- Data: Array<RuleExecDateStat>
1154
+ Data?: Array<RuleExecDateStat>
1155
1155
  /**
1156
1156
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1157
1157
  */
@@ -1189,7 +1189,7 @@ export interface DescribeRealTimeTaskSpeedRequest {
1189
1189
  */
1190
1190
  export interface DescribeRuleDimStatRequest {
1191
1191
  /**
1192
- * Project Id
1192
+ * 项目id
1193
1193
  */
1194
1194
  ProjectId: string
1195
1195
  /**
@@ -1224,7 +1224,7 @@ export interface DescribeDataObjectsResponse {
1224
1224
  * 数据对象列表
1225
1225
  注意:此字段可能返回 null,表示取不到有效值。
1226
1226
  */
1227
- Data: Array<SourceObject>
1227
+ Data?: Array<SourceObject>
1228
1228
  /**
1229
1229
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1230
1230
  */
@@ -1251,7 +1251,7 @@ export interface DescribeRuleTemplatesResponse {
1251
1251
  */
1252
1252
  export interface DescribeRuleExecStatRequest {
1253
1253
  /**
1254
- * ProjectId 值
1254
+ * 项目id
1255
1255
  */
1256
1256
  ProjectId: string
1257
1257
  /**
@@ -2411,7 +2411,7 @@ export interface DescribeRuleExecResultsByPageResponse {
2411
2411
  * results
2412
2412
  注意:此字段可能返回 null,表示取不到有效值。
2413
2413
  */
2414
- Data: RuleExecResultPage
2414
+ Data?: RuleExecResultPage
2415
2415
  /**
2416
2416
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2417
2417
  */
@@ -2497,6 +2497,11 @@ export interface RuleGroupExecResult {
2497
2497
  注意:此字段可能返回 null,表示取不到有效值。
2498
2498
  */
2499
2499
  EngineType?: string
2500
+ /**
2501
+ * 规则执行结果
2502
+ 注意:此字段可能返回 null,表示取不到有效值。
2503
+ */
2504
+ RuleExecResultVOList?: Array<RuleExecResult>
2500
2505
  }
2501
2506
 
2502
2507
  /**
@@ -3103,7 +3108,7 @@ export interface DescribeOperateTasksRequest {
3103
3108
  */
3104
3109
  export interface DescribeDataCheckStatRequest {
3105
3110
  /**
3106
- * Project id
3111
+ * 项目id
3107
3112
  */
3108
3113
  ProjectId: string
3109
3114
  /**
@@ -5348,6 +5353,11 @@ export interface Rule {
5348
5353
  注意:此字段可能返回 null,表示取不到有效值。
5349
5354
  */
5350
5355
  MonitorStatus?: number
5356
+ /**
5357
+ * 触发条件
5358
+ 注意:此字段可能返回 null,表示取不到有效值。
5359
+ */
5360
+ TriggerCondition?: string
5351
5361
  }
5352
5362
 
5353
5363
  /**
@@ -5488,6 +5498,31 @@ export interface ExportTaskInfo {
5488
5498
  注意:此字段可能返回 null,表示取不到有效值。
5489
5499
  */
5490
5500
  FilePath?: string
5501
+ /**
5502
+ * 是否过期(1.已过期 2.未过期)
5503
+ 注意:此字段可能返回 null,表示取不到有效值。
5504
+ */
5505
+ Expire?: number
5506
+ /**
5507
+ * 数据源名称
5508
+ 注意:此字段可能返回 null,表示取不到有效值。
5509
+ */
5510
+ DatasourceName?: string
5511
+ /**
5512
+ * 库名+表名
5513
+ 注意:此字段可能返回 null,表示取不到有效值。
5514
+ */
5515
+ DbTableName?: string
5516
+ /**
5517
+ * 规则名称
5518
+ 注意:此字段可能返回 null,表示取不到有效值。
5519
+ */
5520
+ RuleName?: string
5521
+ /**
5522
+ * 规则执行id
5523
+ 注意:此字段可能返回 null,表示取不到有效值。
5524
+ */
5525
+ RuleExecId?: number
5491
5526
  }
5492
5527
 
5493
5528
  /**
@@ -5587,42 +5622,42 @@ export interface TaskCanvasInfo {
5587
5622
  * 任务Id
5588
5623
  注意:此字段可能返回 null,表示取不到有效值。
5589
5624
  */
5590
- TaskId: string
5625
+ TaskId?: string
5591
5626
  /**
5592
5627
  * 任务名称
5593
5628
  注意:此字段可能返回 null,表示取不到有效值。
5594
5629
  */
5595
- TaskName: string
5630
+ TaskName?: string
5596
5631
  /**
5597
5632
  * 工作流id
5598
5633
  注意:此字段可能返回 null,表示取不到有效值。
5599
5634
  */
5600
- WorkflowId: string
5635
+ WorkflowId?: string
5601
5636
  /**
5602
5637
  * 工作流名称
5603
5638
  注意:此字段可能返回 null,表示取不到有效值。
5604
5639
  */
5605
- WorkflowName: string
5640
+ WorkflowName?: string
5606
5641
  /**
5607
5642
  * 项目名称
5608
5643
  注意:此字段可能返回 null,表示取不到有效值。
5609
5644
  */
5610
- ProjectName: string
5645
+ ProjectName?: string
5611
5646
  /**
5612
5647
  * 项目标识
5613
5648
  注意:此字段可能返回 null,表示取不到有效值。
5614
5649
  */
5615
- ProjectIdent: string
5650
+ ProjectIdent?: string
5616
5651
  /**
5617
5652
  * 任务状态,'Y','F','O','T','INVALID' 分别表示调度中、已停止、已暂停、停止中、已失效
5618
5653
  注意:此字段可能返回 null,表示取不到有效值。
5619
5654
  */
5620
- Status: string
5655
+ Status?: string
5621
5656
  /**
5622
5657
  * 任务类型id
5623
5658
  注意:此字段可能返回 null,表示取不到有效值。
5624
5659
  */
5625
- TaskTypeId: number
5660
+ TaskTypeId?: number
5626
5661
  /**
5627
5662
  * 任务类型描述,其中任务类型id和任务类型描述的对应的关系为
5628
5663
  20 通用数据同步任务
@@ -5677,72 +5712,72 @@ export interface TaskCanvasInfo {
5677
5712
  10000 自定义业务
5678
5713
  注意:此字段可能返回 null,表示取不到有效值。
5679
5714
  */
5680
- TaskTypeDesc: string
5715
+ TaskTypeDesc?: string
5681
5716
  /**
5682
5717
  * 项目id
5683
5718
  注意:此字段可能返回 null,表示取不到有效值。
5684
5719
  */
5685
- ProjectId: string
5720
+ ProjectId?: string
5686
5721
  /**
5687
5722
  * 文件夹名称
5688
5723
  注意:此字段可能返回 null,表示取不到有效值。
5689
5724
  */
5690
- FolderName: string
5725
+ FolderName?: string
5691
5726
  /**
5692
5727
  * 文件夹id
5693
5728
  注意:此字段可能返回 null,表示取不到有效值。
5694
5729
  */
5695
- FolderId: string
5730
+ FolderId?: string
5696
5731
  /**
5697
5732
  * 最近提交时间
5698
5733
  注意:此字段可能返回 null,表示取不到有效值。
5699
5734
  */
5700
- FirstSubmitTime: string
5735
+ FirstSubmitTime?: string
5701
5736
  /**
5702
5737
  * 首次运行时间
5703
5738
  注意:此字段可能返回 null,表示取不到有效值。
5704
5739
  */
5705
- FirstRunTime: string
5740
+ FirstRunTime?: string
5706
5741
  /**
5707
5742
  * 调度计划展示描述信息
5708
5743
  注意:此字段可能返回 null,表示取不到有效值。
5709
5744
  */
5710
- ScheduleDesc: string
5745
+ ScheduleDesc?: string
5711
5746
  /**
5712
5747
  * 负责人
5713
5748
  注意:此字段可能返回 null,表示取不到有效值。
5714
5749
  */
5715
- InCharge: string
5750
+ InCharge?: string
5716
5751
  /**
5717
5752
  * 调度周期类型
5718
5753
  注意:此字段可能返回 null,表示取不到有效值。
5719
5754
  */
5720
- CycleUnit: string
5755
+ CycleUnit?: string
5721
5756
  /**
5722
5757
  * 画布x轴坐标点
5723
5758
  注意:此字段可能返回 null,表示取不到有效值。
5724
5759
  */
5725
- LeftCoordinate: number
5760
+ LeftCoordinate?: number
5726
5761
  /**
5727
5762
  * 画布y轴坐标点
5728
5763
  注意:此字段可能返回 null,表示取不到有效值。
5729
5764
  */
5730
- TopCoordinate: number
5765
+ TopCoordinate?: number
5731
5766
  /**
5732
5767
  * 跨工作流虚拟任务标识;true标识跨工作流任务;false标识本工作流任务
5733
5768
  注意:此字段可能返回 null,表示取不到有效值。
5734
5769
  */
5735
- VirtualFlag: boolean
5770
+ VirtualFlag?: boolean
5736
5771
  /**
5737
5772
  * 弹性周期配置
5738
5773
  注意:此字段可能返回 null,表示取不到有效值。
5739
5774
  */
5740
- TaskAction: string
5775
+ TaskAction?: string
5741
5776
  /**
5742
5777
  * 延迟时间
5743
5778
  注意:此字段可能返回 null,表示取不到有效值。
5744
5779
  */
5745
- DelayTime: number
5780
+ DelayTime?: number
5746
5781
  /**
5747
5782
  * 执行开始时间
5748
5783
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5804,6 +5839,76 @@ export interface TaskCanvasInfo {
5804
5839
  注意:此字段可能返回 null,表示取不到有效值。
5805
5840
  */
5806
5841
  TenantId?: string
5842
+ /**
5843
+ * 自依赖类型
5844
+ 注意:此字段可能返回 null,表示取不到有效值。
5845
+ */
5846
+ SelfDepend?: number
5847
+ /**
5848
+ * 资源组id
5849
+ 注意:此字段可能返回 null,表示取不到有效值。
5850
+ */
5851
+ ExecutorGroupId?: string
5852
+ /**
5853
+ * 资源组名称
5854
+ 注意:此字段可能返回 null,表示取不到有效值。
5855
+ */
5856
+ ExecutorGroupName?: string
5857
+ /**
5858
+ * 优先级
5859
+ 注意:此字段可能返回 null,表示取不到有效值。
5860
+ */
5861
+ RunPriority?: string
5862
+ /**
5863
+ * 可充实次数
5864
+ 注意:此字段可能返回 null,表示取不到有效值。
5865
+ */
5866
+ TryLimit?: string
5867
+ /**
5868
+ * 可充实
5869
+ 注意:此字段可能返回 null,表示取不到有效值。
5870
+ */
5871
+ RetryAble?: string
5872
+ /**
5873
+ * 重试等待事件
5874
+ 注意:此字段可能返回 null,表示取不到有效值。
5875
+ */
5876
+ RetryWait?: string
5877
+ /**
5878
+ * 最近提交时间
5879
+ 注意:此字段可能返回 null,表示取不到有效值。
5880
+ */
5881
+ LastSchedulerCommitTime?: string
5882
+ /**
5883
+ * 备注
5884
+ 注意:此字段可能返回 null,表示取不到有效值。
5885
+ */
5886
+ Notes?: string
5887
+ /**
5888
+ * 创建人
5889
+ 注意:此字段可能返回 null,表示取不到有效值。
5890
+ */
5891
+ Creator?: string
5892
+ /**
5893
+ * 创建人id
5894
+ 注意:此字段可能返回 null,表示取不到有效值。
5895
+ */
5896
+ UpdateUser?: string
5897
+ /**
5898
+ * 更新人id
5899
+ 注意:此字段可能返回 null,表示取不到有效值。
5900
+ */
5901
+ UpdateUserId?: string
5902
+ /**
5903
+ * yarn队列
5904
+ 注意:此字段可能返回 null,表示取不到有效值。
5905
+ */
5906
+ YarnQueue?: string
5907
+ /**
5908
+ * 可执行的timeToLive
5909
+ 注意:此字段可能返回 null,表示取不到有效值。
5910
+ */
5911
+ ExecutionTTL?: number
5807
5912
  }
5808
5913
 
5809
5914
  /**
@@ -6920,7 +7025,7 @@ export interface DescribeRuleGroupResponse {
6920
7025
  * 数据质量规则组详情
6921
7026
  注意:此字段可能返回 null,表示取不到有效值。
6922
7027
  */
6923
- Data: RuleGroup
7028
+ Data?: RuleGroup
6924
7029
  /**
6925
7030
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6926
7031
  */
@@ -7414,7 +7519,7 @@ export interface DescribeRuleTemplateResponse {
7414
7519
  * 模板详情
7415
7520
  注意:此字段可能返回 null,表示取不到有效值。
7416
7521
  */
7417
- Data: RuleTemplate
7522
+ Data?: RuleTemplate
7418
7523
  /**
7419
7524
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7420
7525
  */
@@ -9128,7 +9233,7 @@ export interface DescribeRuleExecLogResponse {
9128
9233
  * 规则执行日志
9129
9234
  注意:此字段可能返回 null,表示取不到有效值。
9130
9235
  */
9131
- Data: RuleExecLog
9236
+ Data?: RuleExecLog
9132
9237
  /**
9133
9238
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9134
9239
  */
@@ -9734,7 +9839,7 @@ export interface DescribeExecStrategyResponse {
9734
9839
  * 规则组执行策略
9735
9840
  注意:此字段可能返回 null,表示取不到有效值。
9736
9841
  */
9737
- Data: RuleGroupExecStrategy
9842
+ Data?: RuleGroupExecStrategy
9738
9843
  /**
9739
9844
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9740
9845
  */
@@ -11488,7 +11593,7 @@ export interface DescribeRuleExecStatResponse {
11488
11593
  /**
11489
11594
  * 结果
11490
11595
  */
11491
- Data: RuleExecStat
11596
+ Data?: RuleExecStat
11492
11597
  /**
11493
11598
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11494
11599
  */
@@ -13077,7 +13182,7 @@ export interface DeleteRuleResponse {
13077
13182
  * 是否删除成功
13078
13183
  注意:此字段可能返回 null,表示取不到有效值。
13079
13184
  */
13080
- Data: boolean
13185
+ Data?: boolean
13081
13186
  /**
13082
13187
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13083
13188
  */
@@ -13685,7 +13790,7 @@ export interface DescribeRuleGroupExecResultsByPageWithoutAuthResponse {
13685
13790
  * 规则组执行结果列表
13686
13791
  注意:此字段可能返回 null,表示取不到有效值。
13687
13792
  */
13688
- Data: RuleGroupExecResultPage
13793
+ Data?: RuleGroupExecResultPage
13689
13794
  /**
13690
13795
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13691
13796
  */
@@ -14836,7 +14941,7 @@ export interface CheckDuplicateRuleNameResponse {
14836
14941
  * 规则名称是否重复
14837
14942
  注意:此字段可能返回 null,表示取不到有效值。
14838
14943
  */
14839
- Data: boolean
14944
+ Data?: boolean
14840
14945
  /**
14841
14946
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14842
14947
  */
@@ -15119,7 +15224,7 @@ export interface DescribeRuleGroupExecResultsByPageResponse {
15119
15224
  * 规则组执行结果列表
15120
15225
  注意:此字段可能返回 null,表示取不到有效值。
15121
15226
  */
15122
- Data: RuleGroupExecResultPage
15227
+ Data?: RuleGroupExecResultPage
15123
15228
  /**
15124
15229
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15125
15230
  */
@@ -15210,7 +15315,7 @@ export interface DescribeInstancesResponse {
15210
15315
  * Json 结果
15211
15316
  注意:此字段可能返回 null,表示取不到有效值。
15212
15317
  */
15213
- Data: string
15318
+ Data?: string
15214
15319
  /**
15215
15320
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15216
15321
  */
@@ -15432,7 +15537,7 @@ export interface DescribeRuleHistoryByPageResponse {
15432
15537
  * 规则组操作历史列表
15433
15538
  注意:此字段可能返回 null,表示取不到有效值。
15434
15539
  */
15435
- Data: RuleHistoryPage
15540
+ Data?: RuleHistoryPage
15436
15541
  /**
15437
15542
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15438
15543
  */
@@ -16015,7 +16120,7 @@ export interface ModifyMonitorStatusResponse {
16015
16120
  * 监控状态修改成功
16016
16121
  注意:此字段可能返回 null,表示取不到有效值。
16017
16122
  */
16018
- Data: boolean
16123
+ Data?: boolean
16019
16124
  /**
16020
16125
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16021
16126
  */
@@ -16533,7 +16638,7 @@ export interface DescribeTopTableStatResponse {
16533
16638
  /**
16534
16639
  * 结果
16535
16640
  */
16536
- Data: TopTableStat
16641
+ Data?: TopTableStat
16537
16642
  /**
16538
16643
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16539
16644
  */
@@ -17468,7 +17573,7 @@ export interface DescribeRuleGroupsByPageResponse {
17468
17573
  * 规则组列表
17469
17574
  注意:此字段可能返回 null,表示取不到有效值。
17470
17575
  */
17471
- Data: RuleGroupPage
17576
+ Data?: RuleGroupPage
17472
17577
  /**
17473
17578
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17474
17579
  */
@@ -17974,7 +18079,7 @@ export interface CommitExportTaskResponse {
17974
18079
  * 提交结果
17975
18080
  注意:此字段可能返回 null,表示取不到有效值。
17976
18081
  */
17977
- Data: boolean
18082
+ Data?: boolean
17978
18083
  /**
17979
18084
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17980
18085
  */
@@ -18192,7 +18297,7 @@ export interface DescribeRuleExecResultsResponse {
18192
18297
  * 规则执行结果列表
18193
18298
  注意:此字段可能返回 null,表示取不到有效值。
18194
18299
  */
18195
- Data: RuleExecResultPage
18300
+ Data?: RuleExecResultPage
18196
18301
  /**
18197
18302
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18198
18303
  */
@@ -18903,11 +19008,11 @@ export interface DescribeInstancesRequest {
18903
19008
  */
18904
19009
  ProjectId?: string
18905
19010
  /**
18906
- * 页数
19011
+ * 页数:默认1
18907
19012
  */
18908
19013
  PageNumber?: number
18909
19014
  /**
18910
- * 分页大小
19015
+ * 分页大小,默认最小10
18911
19016
  */
18912
19017
  PageSize?: number
18913
19018
  /**
@@ -19939,7 +20044,7 @@ export interface DescribeRuleTablesByPageResponse {
19939
20044
  * 表列表
19940
20045
  注意:此字段可能返回 null,表示取不到有效值。
19941
20046
  */
19942
- Data: RuleGroupPage
20047
+ Data?: RuleGroupPage
19943
20048
  /**
19944
20049
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19945
20050
  */
@@ -22002,37 +22107,37 @@ export interface RuleExecResult {
22002
22107
  * 模版名称
22003
22108
  注意:此字段可能返回 null,表示取不到有效值。
22004
22109
  */
22005
- TemplateName: string
22110
+ TemplateName?: string
22006
22111
  /**
22007
22112
  * 质量维度
22008
22113
  注意:此字段可能返回 null,表示取不到有效值。
22009
22114
  */
22010
- QualityDim: number
22115
+ QualityDim?: number
22011
22116
  /**
22012
22117
  * 目标表-库表名称
22013
22118
  注意:此字段可能返回 null,表示取不到有效值。
22014
22119
  */
22015
- TargetDBTableName: string
22120
+ TargetDBTableName?: string
22016
22121
  /**
22017
22122
  * 目标表-字段名称
22018
22123
  注意:此字段可能返回 null,表示取不到有效值。
22019
22124
  */
22020
- TargetObjectValue: string
22125
+ TargetObjectValue?: string
22021
22126
  /**
22022
22127
  * 目标表-字段类型
22023
22128
  注意:此字段可能返回 null,表示取不到有效值。
22024
22129
  */
22025
- TargetObjectDataType: string
22130
+ TargetObjectDataType?: string
22026
22131
  /**
22027
22132
  * 自定义模版sql表达式参数
22028
22133
  注意:此字段可能返回 null,表示取不到有效值。
22029
22134
  */
22030
- FieldConfig: RuleFieldConfig
22135
+ FieldConfig?: RuleFieldConfig
22031
22136
  /**
22032
22137
  * 源字段与目标字段关联条件on表达式
22033
22138
  注意:此字段可能返回 null,表示取不到有效值。
22034
22139
  */
22035
- RelConditionExpr: string
22140
+ RelConditionExpr?: string
22036
22141
  /**
22037
22142
  * 执行时间
22038
22143
  注意:此字段可能返回 null,表示取不到有效值。
@@ -23396,7 +23501,7 @@ export interface DescribeProdTasksResponse {
23396
23501
  * 生产调度任务列表
23397
23502
  注意:此字段可能返回 null,表示取不到有效值。
23398
23503
  */
23399
- Data: Array<ProdSchedulerTask>
23504
+ Data?: Array<ProdSchedulerTask>
23400
23505
  /**
23401
23506
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23402
23507
  */
@@ -23995,7 +24100,7 @@ export interface DescribeDataBasesResponse {
23995
24100
  * 数据来源数据数据库列表
23996
24101
  注意:此字段可能返回 null,表示取不到有效值。
23997
24102
  */
23998
- Data: Array<DatabaseInfo>
24103
+ Data?: Array<DatabaseInfo>
23999
24104
  /**
24000
24105
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24001
24106
  */
@@ -24401,7 +24506,7 @@ export interface DescribeRuleResponse {
24401
24506
  * 规则详情
24402
24507
  注意:此字段可能返回 null,表示取不到有效值。
24403
24508
  */
24404
- Data: Rule
24509
+ Data?: Rule
24405
24510
  /**
24406
24511
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24407
24512
  */
@@ -24575,7 +24680,7 @@ export interface DescribeRuleDataSourcesResponse {
24575
24680
  * 数据源列表
24576
24681
  注意:此字段可能返回 null,表示取不到有效值。
24577
24682
  */
24578
- Data: Array<DatabaseInfo>
24683
+ Data?: Array<DatabaseInfo>
24579
24684
  /**
24580
24685
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24581
24686
  */
@@ -24704,7 +24809,7 @@ export interface DescribeRulesByPageResponse {
24704
24809
  * 规则质量列表
24705
24810
  注意:此字段可能返回 null,表示取不到有效值。
24706
24811
  */
24707
- Data: RulePage
24812
+ Data?: RulePage
24708
24813
  /**
24709
24814
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24710
24815
  */
@@ -25451,7 +25556,7 @@ export interface DescribeMonitorsByPageResponse {
25451
25556
  * 分页查询结果
25452
25557
  注意:此字段可能返回 null,表示取不到有效值。
25453
25558
  */
25454
- Data: RuleGroupMonitorPage
25559
+ Data?: RuleGroupMonitorPage
25455
25560
  /**
25456
25561
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
25457
25562
  */
@@ -25805,7 +25910,7 @@ export interface DescribeRuleGroupTableResponse {
25805
25910
  * 数据
25806
25911
  注意:此字段可能返回 null,表示取不到有效值。
25807
25912
  */
25808
- Data: RuleGroupTable
25913
+ Data?: RuleGroupTable
25809
25914
  /**
25810
25915
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
25811
25916
  */
@@ -26223,7 +26328,7 @@ export interface DescribeRuleExecDetailResponse {
26223
26328
  * 规则执行结果详情
26224
26329
  注意:此字段可能返回 null,表示取不到有效值。
26225
26330
  */
26226
- Data: RuleExecResultDetail
26331
+ Data?: RuleExecResultDetail
26227
26332
  /**
26228
26333
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26229
26334
  */
@@ -26744,7 +26849,7 @@ export interface CheckDuplicateTemplateNameResponse {
26744
26849
  * 是否重名
26745
26850
  注意:此字段可能返回 null,表示取不到有效值。
26746
26851
  */
26747
- Data: boolean
26852
+ Data?: boolean
26748
26853
  /**
26749
26854
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26750
26855
  */
@@ -26788,7 +26893,7 @@ export interface DescribeDataCheckStatResponse {
26788
26893
  /**
26789
26894
  * 结果
26790
26895
  */
26791
- Data: DataCheckStat
26896
+ Data?: DataCheckStat
26792
26897
  /**
26793
26898
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26794
26899
  */
@@ -27254,7 +27359,7 @@ export interface DescribeRuleExecExportResultResponse {
27254
27359
  * 导出结果
27255
27360
  注意:此字段可能返回 null,表示取不到有效值。
27256
27361
  */
27257
- Data: RuleExecExportResult
27362
+ Data?: RuleExecExportResult
27258
27363
  /**
27259
27364
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27260
27365
  */
@@ -27316,7 +27421,7 @@ export interface DescribeBaselineResponse {
27316
27421
  */
27317
27422
  export interface DescribeTopTableStatRequest {
27318
27423
  /**
27319
- * Project Id
27424
+ * 项目id
27320
27425
  */
27321
27426
  ProjectId: string
27322
27427
  /**
@@ -27487,7 +27592,7 @@ export interface ModifyTaskNameRequest {
27487
27592
  */
27488
27593
  export interface DescribeTrendStatRequest {
27489
27594
  /**
27490
- * Project id
27595
+ * 项目id
27491
27596
  */
27492
27597
  ProjectId: string
27493
27598
  /**