tencentcloud-sdk-nodejs-vm 4.1.52 → 4.1.55

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vm",
3
- "version": "4.1.52",
3
+ "version": "4.1.55",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -391,7 +391,7 @@ export interface DescribeTaskDetailResponse {
391
391
  */
392
392
  export interface DescribeTasksRequest {
393
393
  /**
394
- * 该参数表示任务列表每页展示的任务条数,**默认值为10**(每页展示10条任务)。
394
+ * 该参数表示任务列表每页展示的任务条数,**默认值为10,最大值为100**(每页展示10条任务)。
395
395
  */
396
396
  Limit?: number;
397
397
  /**