tencentcloud-sdk-nodejs-ess 4.0.1030 → 4.0.1034
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
|
@@ -2628,7 +2628,7 @@ export interface DescribeIntegrationEmployeesRequest {
|
|
|
2628
2628
|
*/
|
|
2629
2629
|
Filters?: Array<Filter>
|
|
2630
2630
|
/**
|
|
2631
|
-
* 偏移量,默认为0,最大20000
|
|
2631
|
+
* 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
|
2632
2632
|
*/
|
|
2633
2633
|
Offset?: number
|
|
2634
2634
|
}
|
|
@@ -2529,7 +2529,7 @@ export interface DescribeIntegrationEmployeesRequest {
|
|
|
2529
2529
|
*/
|
|
2530
2530
|
Filters?: Array<Filter>;
|
|
2531
2531
|
/**
|
|
2532
|
-
* 偏移量,默认为0,最大20000
|
|
2532
|
+
* 偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href="https://cloud.tencent.com/document/api/213/15688" target="_blank">简介</a>中的相关小节。
|
|
2533
2533
|
*/
|
|
2534
2534
|
Offset?: number;
|
|
2535
2535
|
}
|