tencentcloud-sdk-nodejs-oceanus 4.1.71 → 4.1.86
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
|
@@ -1384,6 +1384,16 @@ export interface DescribeTreeJobsRsp {
|
|
|
1384
1384
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1385
1385
|
*/
|
|
1386
1386
|
RequestId?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* attach-000
|
|
1389
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1390
|
+
*/
|
|
1391
|
+
PageAttach?: string;
|
|
1392
|
+
/**
|
|
1393
|
+
* bool
|
|
1394
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1395
|
+
*/
|
|
1396
|
+
HasMore?: boolean;
|
|
1387
1397
|
}
|
|
1388
1398
|
/**
|
|
1389
1399
|
* DeleteResources返回参数结构体
|
|
@@ -4218,7 +4228,7 @@ export interface CopyJobItem {
|
|
|
4218
4228
|
*/
|
|
4219
4229
|
export interface DescribeTreeJobsRequest {
|
|
4220
4230
|
/**
|
|
4221
|
-
*
|
|
4231
|
+
* 筛选条件字段,使用了筛选字段后不支持分页,最多返回2000条记录
|
|
4222
4232
|
*/
|
|
4223
4233
|
Filters?: Array<Filter>;
|
|
4224
4234
|
/**
|