tencentcloud-sdk-nodejs-intl-en 3.0.665 → 3.0.666
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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.666";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -3318,6 +3318,13 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3318
3318
|
*/
|
|
3319
3319
|
this.JobExecutorMaxNumbers = null;
|
|
3320
3320
|
|
|
3321
|
+
/**
|
|
3322
|
+
* The image version.
|
|
3323
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
3324
|
+
* @type {string || null}
|
|
3325
|
+
*/
|
|
3326
|
+
this.SparkImageVersion = null;
|
|
3327
|
+
|
|
3321
3328
|
}
|
|
3322
3329
|
|
|
3323
3330
|
/**
|
|
@@ -3367,6 +3374,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
3367
3374
|
this.TaskNum = 'TaskNum' in params ? params.TaskNum : null;
|
|
3368
3375
|
this.DataEngineStatus = 'DataEngineStatus' in params ? params.DataEngineStatus : null;
|
|
3369
3376
|
this.JobExecutorMaxNumbers = 'JobExecutorMaxNumbers' in params ? params.JobExecutorMaxNumbers : null;
|
|
3377
|
+
this.SparkImageVersion = 'SparkImageVersion' in params ? params.SparkImageVersion : null;
|
|
3370
3378
|
|
|
3371
3379
|
}
|
|
3372
3380
|
}
|