tencentcloud-sdk-nodejs-intl-en 3.0.1189 → 3.0.1190
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.1190";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -540,7 +540,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
540
540
|
this.Asrs = null;
|
|
541
541
|
|
|
542
542
|
/**
|
|
543
|
-
* The unique request ID,
|
|
543
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
544
544
|
* @type {string || null}
|
|
545
545
|
*/
|
|
546
546
|
this.RequestId = null;
|
|
@@ -1071,7 +1071,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1071
1071
|
this.PageToken = null;
|
|
1072
1072
|
|
|
1073
1073
|
/**
|
|
1074
|
-
* The unique request ID,
|
|
1074
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1075
1075
|
* @type {string || null}
|
|
1076
1076
|
*/
|
|
1077
1077
|
this.RequestId = null;
|
|
@@ -1265,7 +1265,7 @@ class CancelTaskResponse extends AbstractModel {
|
|
|
1265
1265
|
super();
|
|
1266
1266
|
|
|
1267
1267
|
/**
|
|
1268
|
-
* The unique request ID,
|
|
1268
|
+
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1269
1269
|
* @type {string || null}
|
|
1270
1270
|
*/
|
|
1271
1271
|
this.RequestId = null;
|