tencentcloud-sdk-nodejs-wedata 4.1.18 → 4.1.19
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
|
@@ -3867,12 +3867,12 @@ export interface InstanceDetailVO {
|
|
|
3867
3867
|
*/
|
|
3868
3868
|
ExecutorGroupName?: string;
|
|
3869
3869
|
/**
|
|
3870
|
-
*
|
|
3870
|
+
* 实例数据时间
|
|
3871
3871
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3872
3872
|
*/
|
|
3873
3873
|
CurRunDate?: string;
|
|
3874
3874
|
/**
|
|
3875
|
-
*
|
|
3875
|
+
* 下一个实例数据时间
|
|
3876
3876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3877
3877
|
*/
|
|
3878
3878
|
NextCurDate?: string;
|
|
@@ -11652,7 +11652,7 @@ export interface InstanceVO {
|
|
|
11652
11652
|
*/
|
|
11653
11653
|
TaskCycleType?: string;
|
|
11654
11654
|
/**
|
|
11655
|
-
*
|
|
11655
|
+
* 实例数据时间
|
|
11656
11656
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11657
11657
|
*/
|
|
11658
11658
|
CurRunDate?: string;
|