tencentcloud-sdk-nodejs-wedata 4.1.211 → 4.1.213
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
|
@@ -16042,45 +16042,50 @@ export interface BatchStopIntegrationTasksResponse {
|
|
|
16042
16042
|
*/
|
|
16043
16043
|
export interface EventListenerTaskInfo {
|
|
16044
16044
|
/**
|
|
16045
|
-
*
|
|
16045
|
+
* <p>任务id</p>
|
|
16046
16046
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16047
16047
|
*/
|
|
16048
16048
|
TaskId: string;
|
|
16049
16049
|
/**
|
|
16050
|
-
*
|
|
16050
|
+
* <p>任务名称</p>
|
|
16051
16051
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16052
16052
|
*/
|
|
16053
16053
|
TaskName: string;
|
|
16054
16054
|
/**
|
|
16055
|
-
*
|
|
16055
|
+
* <p>工作流id</p>
|
|
16056
16056
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16057
16057
|
*/
|
|
16058
16058
|
WorkflowId: string;
|
|
16059
16059
|
/**
|
|
16060
|
-
*
|
|
16060
|
+
* <p>工作流名称</p>
|
|
16061
16061
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16062
16062
|
*/
|
|
16063
16063
|
WorkflowName: string;
|
|
16064
16064
|
/**
|
|
16065
|
-
*
|
|
16065
|
+
* <p>任务类型id</p>
|
|
16066
16066
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16067
16067
|
*/
|
|
16068
16068
|
TaskTypeId: number;
|
|
16069
16069
|
/**
|
|
16070
|
-
*
|
|
16070
|
+
* <p>任务类型名称</p>
|
|
16071
16071
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16072
16072
|
*/
|
|
16073
16073
|
TaskType: string;
|
|
16074
16074
|
/**
|
|
16075
|
-
*
|
|
16075
|
+
* <p>项目id</p>
|
|
16076
16076
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16077
16077
|
*/
|
|
16078
16078
|
ProjectId: string;
|
|
16079
16079
|
/**
|
|
16080
|
-
*
|
|
16080
|
+
* <p>任务周期类型</p>
|
|
16081
16081
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16082
16082
|
*/
|
|
16083
16083
|
CycleType?: string;
|
|
16084
|
+
/**
|
|
16085
|
+
* <p>事件名称</p>
|
|
16086
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16087
|
+
*/
|
|
16088
|
+
EventName?: string;
|
|
16084
16089
|
}
|
|
16085
16090
|
/**
|
|
16086
16091
|
* DescribeApproveTypeList请求参数结构体
|