tencentcloud-sdk-nodejs-wedata 4.1.248 → 4.1.250
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.
package/package.json
CHANGED
|
@@ -1001,37 +1001,41 @@ export interface CreateDsFolderResponse {
|
|
|
1001
1001
|
*/
|
|
1002
1002
|
export interface DescribeManualTriggerRecordPageRequest {
|
|
1003
1003
|
/**
|
|
1004
|
-
*
|
|
1004
|
+
* <p>项目ID</p>
|
|
1005
1005
|
*/
|
|
1006
1006
|
ProjectId: string;
|
|
1007
1007
|
/**
|
|
1008
|
-
*
|
|
1008
|
+
* <p>触发运行名称</p>
|
|
1009
1009
|
*/
|
|
1010
1010
|
TriggerName?: string;
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* <p>工作流过滤关键字,工作流名称 or 工作流ID</p>
|
|
1013
1013
|
*/
|
|
1014
1014
|
WorkflowKeyword?: string;
|
|
1015
1015
|
/**
|
|
1016
|
-
*
|
|
1016
|
+
* <p>触发运行提交人过滤,多个提交人用英文逗号分割</p>
|
|
1017
1017
|
*/
|
|
1018
1018
|
Creator?: string;
|
|
1019
1019
|
/**
|
|
1020
|
-
*
|
|
1020
|
+
* <p>触发提交创建时间过滤,起始时间</p>
|
|
1021
1021
|
*/
|
|
1022
1022
|
TriggerStartTime?: string;
|
|
1023
1023
|
/**
|
|
1024
|
-
*
|
|
1024
|
+
* <p>触发提交创建时间过滤,结束时间</p>
|
|
1025
1025
|
*/
|
|
1026
1026
|
TriggerEndTime?: string;
|
|
1027
1027
|
/**
|
|
1028
|
-
*
|
|
1028
|
+
* <p>页码,整型</p>
|
|
1029
1029
|
*/
|
|
1030
1030
|
PageNumber?: number;
|
|
1031
1031
|
/**
|
|
1032
|
-
*
|
|
1032
|
+
* <p>每页数目,整型</p>
|
|
1033
1033
|
*/
|
|
1034
1034
|
PageSize?: number;
|
|
1035
|
+
/**
|
|
1036
|
+
* <p>触发ID</p>
|
|
1037
|
+
*/
|
|
1038
|
+
TriggerId?: string;
|
|
1035
1039
|
}
|
|
1036
1040
|
/**
|
|
1037
1041
|
* 开发空间-获取数据开发脚本信息响应体
|
|
@@ -23390,7 +23394,7 @@ export interface DescribeManualTriggerRecordPageResponse {
|
|
|
23390
23394
|
*/
|
|
23391
23395
|
RequestFromSource?: string;
|
|
23392
23396
|
/**
|
|
23393
|
-
*
|
|
23397
|
+
* <p>详情结果</p>
|
|
23394
23398
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23395
23399
|
*/
|
|
23396
23400
|
Data?: ManualTriggerRecordOpsDtoPage;
|