tencentcloud-sdk-nodejs-tcb 4.1.18 → 4.1.36
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
|
@@ -2111,6 +2111,14 @@ export interface DescribeEnvsRequest {
|
|
|
2111
2111
|
* 渠道列表,代表可见或不可见渠道由IsVisible参数指定
|
|
2112
2112
|
*/
|
|
2113
2113
|
Channels?: Array<string>;
|
|
2114
|
+
/**
|
|
2115
|
+
* 分页参数,单页限制个数
|
|
2116
|
+
*/
|
|
2117
|
+
Limit?: number;
|
|
2118
|
+
/**
|
|
2119
|
+
* 分页参数,偏移量
|
|
2120
|
+
*/
|
|
2121
|
+
Offset?: number;
|
|
2114
2122
|
}
|
|
2115
2123
|
/**
|
|
2116
2124
|
* 版本流量占比
|